Home
last modified time | relevance | path

Searched refs:bsd_db (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/isdn/i4l/
Disdn_bsdcomp.c115 struct bsd_db { struct
174 static void bsd_clear(struct bsd_db *db) in bsd_clear()
199 static int bsd_check(struct bsd_db *db) /* 1=output CLEAR */ in bsd_check()
247 struct bsd_db *db = (struct bsd_db *) state; in bsd_stats()
266 struct bsd_db *db = (struct bsd_db *) state; in bsd_reset()
278 struct bsd_db *db = (struct bsd_db *) state; in bsd_free()
308 struct bsd_db *db; in bsd_alloc()
332 db = kzalloc(sizeof(struct bsd_db), GFP_KERNEL); in bsd_alloc()
366 db->totlen = sizeof(struct bsd_db) + (sizeof(struct bsd_dict) * hsize); in bsd_alloc()
380 struct bsd_db *db = state; in bsd_init()
[all …]
/linux-4.4.14/drivers/net/ppp/
Dbsd_comp.c136 struct bsd_db { struct
222 bsd_clear(struct bsd_db *db) in bsd_clear()
247 static int bsd_check (struct bsd_db *db) /* 1=output CLEAR */ in bsd_check()
295 struct bsd_db *db = (struct bsd_db *) state; in bsd_comp_stats()
313 struct bsd_db *db = (struct bsd_db *) state; in bsd_reset()
327 struct bsd_db *db = state; in bsd_free()
356 struct bsd_db *db; in bsd_alloc()
398 db = kzalloc(sizeof (struct bsd_db), in bsd_alloc()
438 db->totlen = sizeof (struct bsd_db) + in bsd_alloc()
466 struct bsd_db *db = state; in bsd_init()
[all …]