Searched refs:slot_map (Results 1 – 4 of 4) sorted by relevance
11 struct slot_map { struct18 static struct slot_map rw_map = { argument22 static struct slot_map readdir_map = {28 static void install(struct slot_map *m, int count, unsigned long *map) in install()37 static void mark_killed(struct slot_map *m) in mark_killed()44 static void run_down(struct slot_map *m) in run_down()68 static void put(struct slot_map *m, int slot) in put()81 static int wait_for_free(struct slot_map *m) in wait_for_free()124 static int get(struct slot_map *m) in get()
50 unsigned int slot_map; member
34 slot_map.o \
135 int slot_map = 0xFFFFFFFF; in skl_tplg_update_chmap() local144 slot_map &= (~(0xF << (4 * i)) | (start_slot << (4 * i))); in skl_tplg_update_chmap()147 fmt->ch_map = slot_map; in skl_tplg_update_chmap()
Completed in 20 milliseconds