Home
last modified time | relevance | path

Searched refs:slot_map (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.6/fs/orangefs/
Dorangefs-bufmap.c11 struct slot_map { struct
18 static struct slot_map rw_map = { argument
22 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()
/Linux-v6.6/include/uapi/linux/hdlc/
Dioctl.h50 unsigned int slot_map; member
/Linux-v6.6/fs/ocfs2/
DMakefile34 slot_map.o \
/Linux-v6.6/sound/soc/intel/skylake/
Dskl-topology.c135 int slot_map = 0xFFFFFFFF; in skl_tplg_update_chmap() local
144 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()