Searched refs:slot_map (Results 1 - 5 of 5) sorted by relevance

/linux-master/include/uapi/linux/hdlc/
H A Dioctl.h50 unsigned int slot_map; member in struct:__anon1688
/linux-master/fs/orangefs/
H A Dorangefs-bufmap.c11 struct slot_map { struct
18 static struct slot_map rw_map = {
22 static struct slot_map readdir_map = {
28 static void install(struct slot_map *m, int count, unsigned long *map)
37 static void mark_killed(struct slot_map *m)
44 static void run_down(struct slot_map *m)
68 static void put(struct slot_map *m, int slot)
81 static int wait_for_free(struct slot_map *m)
124 static int get(struct slot_map *m)
/linux-master/fs/ocfs2/
H A DMakefile34 slot_map.o \
/linux-master/drivers/net/wan/
H A Dfsl_qmc_hdlc.c47 u32 slot_map; member in struct:qmc_hdlc
405 u32 slot_map, struct qmc_chan_ts_info *ts_info)
419 bitmap_from_u64(map, slot_map);
434 const struct qmc_chan_ts_info *ts_info, u32 *slot_map)
470 *slot_map = slot_array[0];
484 ret = qmc_hdlc_xlate_slot_map(qmc_hdlc, te1->slot_map, &ts_info);
494 qmc_hdlc->slot_map = te1->slot_map;
533 /* Update slot_map */
534 te1.slot_map
404 qmc_hdlc_xlate_slot_map(struct qmc_hdlc *qmc_hdlc, u32 slot_map, struct qmc_chan_ts_info *ts_info) argument
433 qmc_hdlc_xlate_ts_info(struct qmc_hdlc *qmc_hdlc, const struct qmc_chan_ts_info *ts_info, u32 *slot_map) argument
[all...]
/linux-master/sound/soc/intel/skylake/
H A Dskl-topology.c135 int slot_map = 0xFFFFFFFF; local
144 slot_map &= (~(0xF << (4 * i)) | (start_slot << (4 * i)));
147 fmt->ch_map = slot_map;

Completed in 215 milliseconds