Searched refs:list (Results 151 - 175 of 5598) sorted by path

1234567891011>>

/linux-master/include/linux/
H A Dhidraw.h19 struct list_head list; member in struct:hidraw
H A Dirq_poll.h9 struct list_head list; member in struct:irq_poll
H A Dirqbypass.h11 #include <linux/list.h>
33 * @node: IRQ bypass manager private list management
59 * @node: IRQ bypass manager private list management
H A Discsi_boot_sysfs.h70 struct list_head list; member in struct:iscsi_boot_kobj
H A Dklist.h3 * klist.h - Some generic list helpers, extending struct list_head a bit.
15 #include <linux/list.h>
H A Dlist_bl.h5 #include <linux/list.h>
9 * Special version of lists, where head of the list has a lock in the lowest
162 * hlist_bl_for_each_entry - iterate over list of given type
165 * @head: the head for your list.
176 * hlist_bl_for_each_entry_safe - iterate over list of given type safe against removal of list entry
180 * @head: the head for your list.
H A Dmmiotrace.h6 #include <linux/list.h>
17 /* kmmio internal list: */
18 struct list_head list; member in struct:kmmio_probe
H A Dmsg.h5 #include <linux/list.h>
H A Dnfs_fs_i.h13 struct list_head list; member in struct:nfs_lock_info
H A Dparman.h10 * notice, this list of conditions and the following disclaimer.
12 * notice, this list of conditions and the following disclaimer in the
38 #include <linux/list.h>
45 struct list_head list; member in struct:parman_item
50 struct list_head list; member in struct:parman_prio
H A Dsh_clk.h5 #include <linux/list.h>
41 struct clk **parent_table; /* list of parents to */
H A Dsh_dma.h11 #include <linux/list.h>
H A Dshdma-base.h18 #include <linux/list.h>
H A Dsmpboot.h14 * @list: List head for core management
33 struct list_head list; member in struct:smp_hotplug_thread
H A Dsync_file.h18 #include <linux/list.h>
26 * @sync_file_list: membership in global file list
H A Dsyscore_ops.h11 #include <linux/list.h>
H A Duser-return-notifier.h7 #include <linux/list.h>
/linux-master/include/linux/hsi/
H A Dhsi.h16 #include <linux/list.h>
/linux-master/include/linux/mfd/
H A Daltera-a10sr.h14 #include <linux/list.h>
/linux-master/include/linux/mfd/da9052/
H A Dda9052.h17 #include <linux/list.h>
/linux-master/include/linux/mfd/wm831x/
H A Dcore.h16 #include <linux/list.h>
/linux-master/include/linux/mtd/
H A Dmap.h12 #include <linux/list.h>
244 struct list_head list; member in struct:mtd_chip_driver
/linux-master/include/linux/sunrpc/
H A Dtypes.h17 #include <linux/list.h>
/linux-master/include/linux/usb/
H A Dgadget_configfs.h69 list_for_each_entry(gs, &gi->string_list, list) { \
78 list_add_tail(&new->list, &gi->string_list); \
/linux-master/include/media/
H A Ddemux.h31 #include <linux/list.h>
361 * DMX_FE_ENTRY - Casts elements in the list of registered
365 * @list: list of struct dmx_frontend
367 #define DMX_FE_ENTRY(list) \
368 list_entry(list, struct dmx_frontend, connectivity_list)
525 * It returns a struct list_head pointer to the list of front-end
526 * interfaces, or NULL in the case of an empty list.

Completed in 577 milliseconds

1234567891011>>