Home
last modified time | relevance | path

Searched refs:list_head (Results 1 – 25 of 628) sorted by relevance

12345678910>>...26

/include/linux/mlx5/
A Dmacsec.h16 struct list_head *tx_rules_list, struct list_head *rx_rules_list,
20 struct list_head *tx_rules_list, struct list_head *rx_rules_list);
23 struct list_head *tx_rules_list,
24 struct list_head *rx_rules_list,
28 struct list_head *tx_rules_list,
29 struct list_head *rx_rules_list, bool is_tx);
/include/linux/
A Dlist.h129 struct list_head *prev, in __list_add_valid()
130 struct list_head *next) in __list_add_valid()
167 static inline void list_add(struct list_head *new, struct list_head *head) in list_add()
181 static inline void list_add_tail(struct list_head *new, struct list_head *head) in list_add_tail()
193 static inline void __list_del(struct list_head * prev, struct list_head * next) in __list_del()
242 struct list_head *new) in list_replace()
296 static inline void list_move(struct list_head *list, struct list_head *head) in list_move()
419 struct list_head *first; in list_rotate_left()
455 struct list_head *head, struct list_head *entry) in __list_cut_position()
481 struct list_head *head, struct list_head *entry) in list_cut_position()
[all …]
A Dlist_sort.h7 struct list_head;
10 const struct list_head *, const struct list_head *);
13 void list_sort(void *priv, struct list_head *head, list_cmp_func_t cmp);
A Dkvm_irqfd.h29 struct list_head list;
36 struct list_head link;
54 struct list_head resampler_link;
57 struct list_head list;
63 struct list_head vcpu_list;
A Dbacking-dev-defs.h111 struct list_head b_dirty; /* dirty inodes */
112 struct list_head b_io; /* parked for writeback */
113 struct list_head b_more_io; /* parked for more writeback */
114 struct list_head b_dirty_time; /* time stamps are dirty */
140 struct list_head work_list;
144 struct list_head bdi_node; /* anchored at bdi->wb_list */
151 struct list_head memcg_node; /* anchored at memcg->cgwb_list */
152 struct list_head blkcg_node; /* anchored at blkcg->cgwb_list */
154 struct list_head offline_node; /* anchored at offline_cgwbs */
166 struct list_head bdi_list;
[all …]
A Dplist_types.h8 struct list_head node_list;
13 struct list_head prio_list;
14 struct list_head node_list;
A Drculist.h88 struct list_head *prev, struct list_head *next) in __list_add_rcu()
115 static inline void list_add_rcu(struct list_head *new, struct list_head *head) in list_add_rcu()
137 struct list_head *head) in list_add_tail_rcu()
245 struct list_head *new) in list_replace_rcu()
274 struct list_head *prev, in __list_splice_init_rcu()
275 struct list_head *next, in __list_splice_init_rcu()
279 struct list_head *last = list->prev; in __list_splice_init_rcu()
322 struct list_head *head, in list_splice_init_rcu()
337 struct list_head *head, in list_splice_tail_init_rcu()
399 struct list_head *__ptr = (ptr); \
[all …]
A Dcgroup-defs.h194 struct list_head sibling;
195 struct list_head children;
287 struct list_head tasks;
288 struct list_head mg_tasks;
292 struct list_head task_iters;
317 struct list_head cgrp_links;
325 struct list_head mg_node;
572 struct list_head pidlists;
613 struct list_head root_list;
802 struct list_head cfts;
[all …]
A Dresource_ext.h24 struct list_head node;
32 extern void resource_list_free(struct list_head *head);
35 struct list_head *head) in resource_list_add()
41 struct list_head *head) in resource_list_add_tail()
70 resource_list_first_type(struct list_head *list, unsigned long type) in resource_list_first_type()
A Dacpi_iort.h38 struct list_head *head);
40 struct list_head *head);
44 void iort_iommu_get_resv_regions(struct device *dev, struct list_head *head);
54 void iort_get_rmr_sids(struct fwnode_handle *iommu_fwnode, struct list_head *head) { } in iort_get_rmr_sids()
56 void iort_put_rmr_sids(struct fwnode_handle *iommu_fwnode, struct list_head *head) { } in iort_put_rmr_sids()
63 void iort_iommu_get_resv_regions(struct device *dev, struct list_head *head) in iort_iommu_get_resv_regions()
A Dlist_lru.h32 struct list_head list;
54 struct list_head list;
115 bool list_lru_add(struct list_lru *lru, struct list_head *item, int nid,
129 bool list_lru_add_obj(struct list_lru *lru, struct list_head *item);
155 bool list_lru_del(struct list_lru *lru, struct list_head *item, int nid,
169 bool list_lru_del_obj(struct list_lru *lru, struct list_head *item);
204 void list_lru_isolate(struct list_lru_one *list, struct list_head *item);
205 void list_lru_isolate_move(struct list_lru_one *list, struct list_head *item,
206 struct list_head *head);
208 typedef enum lru_status (*list_lru_walk_cb)(struct list_head *item,
A Dnfs_fs_sb.h58 struct list_head cl_share_link; /* link in global client list */
59 struct list_head cl_superblocks; /* List of nfs_server structs */
73 struct list_head cl_ds_clients; /* auth flavor data servers */
129 struct list_head pending_cb_stateids;
145 struct list_head client_link; /* List of other nfs_server structs
148 struct list_head master_link; /* link in master servers list */
254 struct list_head state_owners_lru;
255 struct list_head layouts;
256 struct list_head delegations;
260 struct list_head ss_copies;
[all …]
/include/linux/usb/
A Donboard_dev.h7 struct list_head;
10 void onboard_dev_create_pdevs(struct usb_device *parent_dev, struct list_head *pdev_list);
11 void onboard_dev_destroy_pdevs(struct list_head *pdev_list);
14 struct list_head *pdev_list) {} in onboard_dev_create_pdevs()
15 static inline void onboard_dev_destroy_pdevs(struct list_head *pdev_list) {} in onboard_dev_destroy_pdevs()
A Daudio.h25 struct list_head list;
34 struct list_head list;
35 struct list_head control;
/include/linux/input/
A Dtouch-overlay.h13 int touch_overlay_map(struct list_head *list, struct input_dev *input);
15 void touch_overlay_get_touchscreen_abs(struct list_head *list, u16 *x, u16 *y);
17 bool touch_overlay_mapped_touchscreen(struct list_head *list);
19 bool touch_overlay_process_contact(struct list_head *list,
23 void touch_overlay_sync_frame(struct list_head *list, struct input_dev *input);
/include/drm/ttm/
A Dttm_execbuf_util.h49 struct list_head head;
64 struct list_head *list);
100 struct list_head *list, bool intr,
101 struct list_head *dups);
116 struct list_head *list,
/include/net/
A Dkcm.h61 struct list_head kcm_sock_list;
71 struct list_head wait_psock_list;
81 struct list_head wait_rx_list; /* KCMs waiting for receiving */
103 struct list_head psock_list;
108 struct list_head psock_ready_list;
117 struct list_head psock_avail_list;
128 struct list_head mux_list;
134 struct list_head kcm_mux_list;
138 struct list_head kcm_socks; /* All KCM sockets on MUX */
140 struct list_head psocks; /* List of all psocks on MUX */
[all …]
A Dfq.h33 struct list_head flowchain;
49 struct list_head new_flows;
50 struct list_head old_flows;
51 struct list_head tin_list;
72 struct list_head tin_backlog;
/include/sound/
A Dtimer.h72 struct list_head device_list;
73 struct list_head open_list_head;
74 struct list_head active_list_head;
75 struct list_head ack_list_head;
76 struct list_head sack_list_head; /* slow ack list head */
103 struct list_head open_list;
104 struct list_head active_list;
105 struct list_head ack_list;
106 struct list_head slave_list_head;
107 struct list_head slave_active_head;
/include/rdma/
A Dmr_pool.h10 struct ib_mr *ib_mr_pool_get(struct ib_qp *qp, struct list_head *list);
11 void ib_mr_pool_put(struct ib_qp *qp, struct list_head *list, struct ib_mr *mr);
13 int ib_mr_pool_init(struct ib_qp *qp, struct list_head *list, int nr,
15 void ib_mr_pool_destroy(struct ib_qp *qp, struct list_head *list);
/include/linux/netfilter/
A Dnfnetlink_osf.h16 extern struct list_head nf_osf_fingers[2];
20 struct list_head finger_entry;
32 const struct list_head *nf_osf_fingers);
35 const struct list_head *nf_osf_fingers,
/include/linux/fpga/
A Dfpga-bridge.h60 struct list_head node;
74 int fpga_bridges_enable(struct list_head *bridge_list);
75 int fpga_bridges_disable(struct list_head *bridge_list);
76 void fpga_bridges_put(struct list_head *bridge_list);
79 struct list_head *bridge_list);
82 struct list_head *bridge_list);
/include/target/
A Dtarget_core_base.h289 struct list_head lu_gp_node;
333 struct list_head vpd_list;
428 struct list_head tmr_list;
502 struct list_head se_qf_node;
546 struct list_head state_list;
597 struct list_head acl_list;
647 struct list_head sess_list;
695 struct list_head lun_link;
696 struct list_head ua_list;
803 struct list_head state_list;
[all …]
/include/linux/platform_data/
A Ddma-iop32x.h57 struct list_head chain;
61 struct list_head all_slots;
84 struct list_head slot_node;
85 struct list_head chain_node;
91 struct list_head tx_list;
/include/drm/
A Ddrm_suballoc.h26 struct list_head *hole;
27 struct list_head olist;
28 struct list_head flist[DRM_SUBALLOC_MAX_QUEUES];
43 struct list_head olist;
44 struct list_head flist;

Completed in 44 milliseconds

12345678910>>...26