Searched defs:list (Results 1 - 25 of 195) sorted by relevance

12345678

/include/linux/
H A Dnfs_fs_i.h12 struct list_head list; member in struct:nfs_lock_info
H A Dcdev.h6 #include <linux/list.h>
16 struct list_head list; member in struct:cdev
H A Dhw_random.h16 #include <linux/list.h>
43 struct list_head list; member in struct:hwrng
H A Dblk-iopoll.h8 struct list_head list; member in struct:blk_iopoll
H A Dshrinker.h37 struct list_head list; member in struct:shrinker
H A Dkmsg_dump.h16 #include <linux/list.h>
19 * Keep this list arranged in rough order of priority. Anything listed after
37 * @list: Entry in the dumper list (private)
44 struct list_head list; member in struct:kmsg_dumper
H A Drslib.h22 #include <linux/list.h>
39 * @list: List entry for the rs control list
54 struct list_head list; member in struct:rs_control
H A Ddm-dirty-log.h33 struct list_head list; member in struct:dm_dirty_log_type
105 * list (if present).
H A Dllist.h4 * Lock-less NULL terminated single linked list
10 * depends on list->first->next does not changed if list->first is not
29 * The list entries deleted via llist_del_all can be traversed with
30 * traversing function such as llist_for_each etc. But the list
31 * entries can not be traversed safely before deleted from the list.
36 * The basic atomic operation of this list is cmpxchg on long. On
38 * list can NOT be used in NMI handlers. So code that uses the list in
73 * init_llist_head - initialize lock-less list hea
76 init_llist_head(struct llist_head *list) argument
[all...]
H A Dmsi.h5 #include <linux/list.h>
38 struct list_head list; member in struct:msi_desc
H A Dmutex.h13 #include <linux/list.h>
42 * - list of all locks held in the system, printout of them
70 struct list_head list; member in struct:mutex_waiter
H A Dpercpu_counter.h11 #include <linux/list.h>
22 struct list_head list; /* All percpu_counters are on a list */ member in struct:percpu_counter
H A Dsmp.h11 #include <linux/list.h>
19 struct list_head list; member in struct:call_single_data
H A Dstop_machine.h7 #include <linux/list.h>
24 struct list_head list; /* cpu_stopper->works */ member in struct:cpu_stop_work
H A Dvirtio.h14 * @list: the chain of virtqueues for this device
21 struct list_head list; member in struct:virtqueue
59 * @vqs: the list of virtqueues for this device.
/include/net/netfilter/
H A Dxt_rateest.h12 struct hlist_node list; member in struct:xt_rateest
H A Dnf_queue.h6 struct list_head list; member in struct:nf_queue_entry
/include/net/phonet/
H A Dpn_dev.h27 struct list_head list; member in struct:phonet_device_list
34 struct list_head list; member in struct:phonet_device
/include/linux/mlx4/
H A Ddriver.h15 * copyright notice, this list of conditions and the following
19 * copyright notice, this list of conditions and the following
53 struct list_head list; member in struct:mlx4_interface
/include/media/
H A Dv4l2-fh.h29 #include <linux/list.h>
35 struct list_head list; member in struct:v4l2_fh
56 * Add the fh to the list of file handles on a video_device. The file
67 * Remove file handle from the list of file handles. Must be called in
H A Dv4l2-event.h39 * The v4l2-fh struct has a list of subscribed events. The v4l2_subscribed_event
40 * struct is added to that list, one for every subscribed event.
44 * driver. The v4l2_kevent struct links into the 'available' list of the
50 * be used to link the v4l2_subscribed_event struct into a list of that
62 * that object will have an internal list of struct v4l2_subscribed_event so
71 * @list: List node for the v4l2_fh->available list.
76 struct list_head list; member in struct:v4l2_kevent
82 * @list: List node for the v4l2_fh->subscribed list
96 struct list_head list; member in struct:v4l2_subscribed_event
[all...]
/include/net/9p/
H A Dtransport.h31 * @list: used to maintain a list of currently available transports
45 * The transport module list is protected by v9fs_trans_lock.
49 struct list_head list; member in struct:p9_trans_module
/include/sound/
H A Dutil_mem.h31 struct list_head list; /* link */ member in struct:snd_util_memblk
41 struct list_head block; /* block linked-list header */
/include/linux/mtd/
H A Dpartitions.h72 struct list_head list; member in struct:mtd_part_parser
/include/rdma/
H A Dib_fmr_pool.h16 * copyright notice, this list of conditions and the following
20 * copyright notice, this list of conditions and the following
70 struct list_head list; member in struct:ib_pool_fmr

Completed in 420 milliseconds

12345678