Searched refs:list_head (Results 1 – 25 of 602) sorted by relevance
12345678910>>...25
/include/linux/ |
D | list.h | 24 struct list_head name = LIST_HEAD_INIT(name) 33 static inline void INIT_LIST_HEAD(struct list_head *list) in INIT_LIST_HEAD() 40 extern bool __list_add_valid(struct list_head *new, 41 struct list_head *prev, 42 struct list_head *next); 43 extern bool __list_del_entry_valid(struct list_head *entry); 45 static inline bool __list_add_valid(struct list_head *new, in __list_add_valid() 46 struct list_head *prev, in __list_add_valid() 47 struct list_head *next) in __list_add_valid() 51 static inline bool __list_del_entry_valid(struct list_head *entry) in __list_del_entry_valid() [all …]
|
D | list_sort.h | 7 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);
|
D | cgroup-defs.h | 153 struct list_head sibling; 154 struct list_head children; 157 struct list_head rstat_css_node; 231 struct list_head tasks; 232 struct list_head mg_tasks; 233 struct list_head dying_tasks; 236 struct list_head task_iters; 245 struct list_head e_cset_node[CGROUP_SUBSYS_COUNT]; 248 struct list_head threaded_csets; 249 struct list_head threaded_csets_node; [all …]
|
D | backing-dev-defs.h | 114 struct list_head b_dirty; /* dirty inodes */ 115 struct list_head b_io; /* parked for writeback */ 116 struct list_head b_more_io; /* parked for more writeback */ 117 struct list_head b_dirty_time; /* time stamps are dirty */ 145 struct list_head work_list; 151 struct list_head bdi_node; /* anchored at bdi->wb_list */ 158 struct list_head memcg_node; /* anchored at memcg->cgwb_list */ 159 struct list_head blkcg_node; /* anchored at blkcg->cgwb_list */ 160 struct list_head b_attached; /* attached inodes, protected by list_lock */ 161 struct list_head offline_node; /* anchored at offline_cgwbs */ [all …]
|
D | kvm_irqfd.h | 29 struct list_head list; 36 struct list_head link; 54 struct list_head resampler_link; 57 struct list_head list;
|
D | rculist.h | 22 static inline void INIT_LIST_HEAD_RCU(struct list_head *list) in INIT_LIST_HEAD_RCU() 32 #define list_next_rcu(list) (*((struct list_head __rcu **)(&(list)->next))) 42 #define list_tail_rcu(head) (*((struct list_head __rcu **)(&(head)->prev))) 76 static inline void __list_add_rcu(struct list_head *new, in __list_add_rcu() 77 struct list_head *prev, struct list_head *next) in __list_add_rcu() 104 static inline void list_add_rcu(struct list_head *new, struct list_head *head) in list_add_rcu() 125 static inline void list_add_tail_rcu(struct list_head *new, in list_add_tail_rcu() 126 struct list_head *head) in list_add_tail_rcu() 155 static inline void list_del_rcu(struct list_head *entry) in list_del_rcu() 197 static inline void list_replace_rcu(struct list_head *old, in list_replace_rcu() [all …]
|
D | resource_ext.h | 24 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()
|
D | nfs_fs_sb.h | 56 struct list_head cl_share_link; /* link in global client list */ 57 struct list_head cl_superblocks; /* List of nfs_server structs */ 70 struct list_head cl_ds_clients; /* auth flavor data servers */ 130 struct list_head pending_cb_stateids; 138 struct list_head client_link; /* List of other nfs_server structs 141 struct list_head master_link; /* link in master servers list */ 237 struct list_head state_owners_lru; 238 struct list_head layouts; 239 struct list_head delegations; 240 struct list_head ss_copies;
|
D | cgroup_rdma.h | 26 struct list_head rpools; 30 struct list_head dev_node; 31 struct list_head rpools;
|
D | list_lru.h | 29 struct list_head list; 55 struct list_head list; 91 bool list_lru_add(struct list_lru *lru, struct list_head *item); 104 bool list_lru_del(struct list_lru *lru, struct list_head *item); 137 void list_lru_isolate(struct list_lru_one *list, struct list_head *item); 138 void list_lru_isolate_move(struct list_lru_one *list, struct list_head *item, 139 struct list_head *head); 141 typedef enum lru_status (*list_lru_walk_cb)(struct list_head *item,
|
D | kcore.h | 17 struct list_head list; 24 struct list_head list; 31 struct list_head list; /* List of dumps */
|
/include/drm/ttm/ |
D | ttm_execbuf_util.h | 47 struct list_head head; 62 struct list_head *list); 99 struct list_head *list, bool intr, 100 struct list_head *dups); 115 struct list_head *list,
|
/include/net/ |
D | kcm.h | 61 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 …]
|
D | fq.h | 29 struct list_head flowchain; 45 struct list_head new_flows; 46 struct list_head old_flows; 47 struct list_head tin_list; 68 struct list_head tin_backlog;
|
D | gro.h | 8 struct list_head; 11 INDIRECT_CALLABLE_DECLARE(struct sk_buff *ipv6_gro_receive(struct list_head *, 14 INDIRECT_CALLABLE_DECLARE(struct sk_buff *inet_gro_receive(struct list_head *,
|
/include/drm/ |
D | drm_device.h | 71 struct list_head resources; 170 struct list_head filelist; 178 struct list_head filelist_internal; 192 struct list_head clientlist; 255 struct list_head vblank_event_list; 305 struct list_head legacy_dev_list; 316 struct list_head ctxlist; 325 struct list_head maplist; 331 struct list_head vmalist;
|
D | drm_file.h | 79 struct list_head debugfs_list; 142 struct list_head link; 151 struct list_head pending_link; 266 struct list_head lhead; 307 struct list_head fbs; 320 struct list_head blobs; 334 struct list_head pending_event_list; 344 struct list_head event_list;
|
/include/rdma/ |
D | mr_pool.h | 10 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/sound/ |
D | timer.h | 75 struct list_head device_list; 76 struct list_head open_list_head; 77 struct list_head active_list_head; 78 struct list_head ack_list_head; 79 struct list_head sack_list_head; /* slow ack list head */ 108 struct list_head open_list; 109 struct list_head active_list; 110 struct list_head ack_list; 111 struct list_head slave_list_head; 112 struct list_head slave_active_head;
|
/include/target/ |
D | target_core_base.h | 240 struct list_head lba_map_mem_list; 248 struct list_head lba_map_list; 249 struct list_head lba_map_mem_list; 260 struct list_head lba_map_list; 267 struct list_head tg_pt_gps_list; 277 struct list_head lu_gp_node; 278 struct list_head lu_gp_mem_list; 287 struct list_head lu_gp_mem_list; 308 struct list_head tg_pt_gp_list; 309 struct list_head tg_pt_gp_lun_list; [all …]
|
/include/linux/netfilter/ |
D | nfnetlink_osf.h | 16 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/ |
D | fpga-bridge.h | 41 struct list_head node; 55 int fpga_bridges_enable(struct list_head *bridge_list); 56 int fpga_bridges_disable(struct list_head *bridge_list); 57 void fpga_bridges_put(struct list_head *bridge_list); 60 struct list_head *bridge_list); 63 struct list_head *bridge_list);
|
/include/linux/platform_data/ |
D | dma-iop32x.h | 57 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/linux/usb/ |
D | audio.h | 28 struct list_head list; 37 struct list_head list; 38 struct list_head control;
|
/include/media/ |
D | v4l2-async.h | 74 struct list_head list; 75 struct list_head asd_list; 112 struct list_head asd_list; 113 struct list_head waiting; 114 struct list_head done; 115 struct list_head list;
|
12345678910>>...25