Home
last modified time | relevance | path

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

12345678910>>...123

/linux/include/linux/
A Dlist.h48 struct list_head *prev, in __list_add_valid()
49 struct list_head *next) in __list_add_valid()
86 static inline void list_add(struct list_head *new, struct list_head *head) in list_add()
100 static inline void list_add_tail(struct list_head *new, struct list_head *head) in list_add_tail()
112 static inline void __list_del(struct list_head * prev, struct list_head * next) in __list_del()
161 struct list_head *new) in list_replace()
215 static inline void list_move(struct list_head *list, struct list_head *head) in list_move()
330 struct list_head *first; in list_rotate_left()
366 struct list_head *head, struct list_head *entry) in __list_cut_position()
392 struct list_head *head, struct list_head *entry) in list_cut_position()
[all …]
A Dcgroup-defs.h153 struct list_head sibling;
154 struct list_head children;
231 struct list_head tasks;
232 struct list_head mg_tasks;
233 struct list_head dying_tasks;
236 struct list_head task_iters;
261 struct list_head cgrp_links;
268 struct list_head mg_node;
468 struct list_head pidlists;
517 struct list_head root_list;
[all …]
A Drculist.h77 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()
126 struct list_head *head) in list_add_tail_rcu()
198 struct list_head *new) in list_replace_rcu()
227 struct list_head *prev, in __list_splice_init_rcu()
228 struct list_head *next, in __list_splice_init_rcu()
232 struct list_head *last = list->prev; in __list_splice_init_rcu()
275 struct list_head *head, in list_splice_init_rcu()
290 struct list_head *head, in list_splice_tail_init_rcu()
352 struct list_head *__ptr = (ptr); \
[all …]
/linux/tools/perf/util/
A Dparse-events.h14 struct list_head;
111 struct list_head list;
134 struct list_head list;
139 struct list_head *terms;
168 struct list_head *head_config);
170 struct list_head *list,
177 struct list_head *list,
181 struct list_head *list,
185 struct list_head *list,
196 struct list_head *head_config,
[all …]
A Dpmu.h32 struct list_head list;
50 struct list_head list; /* ELEM */
51 struct list_head hybrid_list;
78 struct list_head list; /* ELEM */
93 struct list_head *head_terms,
97 struct list_head *head_terms,
103 struct list_head *perf_pmu__alias(struct perf_pmu *pmu,
104 struct list_head *head_terms);
107 int perf_pmu__new_format(struct list_head *list, char *name,
110 int perf_pmu__format_parse(char *dir, struct list_head *head);
[all …]
A Dparse-events.y31 struct list_head *list; in alloc_list()
352 struct list_head *list;
364 struct list_head *list;
377 struct list_head *list;
390 struct list_head *list;
408 struct list_head *list;
433 struct list_head *list;
451 struct list_head *list;
463 struct list_head *list;
476 struct list_head *list;
[all …]
/linux/tools/include/linux/
A Dlist.h61 static inline void list_add(struct list_head *new, struct list_head *head) in list_add()
75 static inline void list_add_tail(struct list_head *new, struct list_head *head) in list_add_tail()
87 static inline void __list_del(struct list_head * prev, struct list_head * next) in __list_del()
124 struct list_head *new) in list_replace()
133 struct list_head *new) in list_replace_init()
154 static inline void list_move(struct list_head *list, struct list_head *head) in list_move()
217 struct list_head *first; in list_rotate_left()
235 struct list_head *head, struct list_head *entry) in __list_cut_position()
261 struct list_head *head, struct list_head *entry) in list_cut_position()
294 struct list_head *head) in list_splice()
[all …]
/linux/fs/btrfs/
A Dcompression.h113 struct list_head idle_ws;
124 void btrfs_put_workspace(int type, struct list_head *ws);
153 struct list_head *zlib_alloc_workspace(unsigned int level);
154 void zlib_free_workspace(struct list_head *ws);
155 struct list_head *zlib_get_workspace(unsigned int level);
164 struct list_head *lzo_alloc_workspace(unsigned int level);
165 void lzo_free_workspace(struct list_head *ws);
176 struct list_head *zstd_alloc_workspace(unsigned int level);
177 void zstd_free_workspace(struct list_head *ws);
178 struct list_head *zstd_get_workspace(unsigned int level);
[all …]
/linux/fs/nfsd/
A Dstate.h100 struct list_head sc_cp_list;
143 struct list_head dl_perfile;
144 struct list_head dl_perclnt;
261 struct list_head se_perclnt;
270 struct list_head se_conns;
364 struct list_head cl_sessions;
501 struct list_head co_perfile;
566 struct list_head st_perfile;
568 struct list_head st_locks;
626 struct list_head nbl_list;
[all …]
/linux/net/netlabel/
A Dnetlabel_addrlist.h38 struct list_head list;
53 struct list_head list;
59 struct list_head *h) in __af4list_valid()
61 struct list_head *i = s; in __af4list_valid()
71 struct list_head *h) in __af4list_valid_rcu()
73 struct list_head *i = s; in __af4list_valid_rcu()
99 struct list_head *head);
126 struct list_head *h) in __af6list_valid()
128 struct list_head *i = s; in __af6list_valid()
138 struct list_head *h) in __af6list_valid_rcu()
[all …]
/linux/fs/jffs2/
A Djffs2_fs_sb.h98 struct list_head clean_list; /* Blocks 100% full of clean data */
99 struct list_head very_dirty_list; /* Blocks with lots of dirty space */
100 struct list_head dirty_list; /* Blocks with some dirty space */
103 struct list_head erasing_list; /* Blocks which are currently erasing */
105 struct list_head erase_pending_list; /* Blocks which need erasing now */
107 struct list_head free_list; /* Blocks which are free and ready to be used */
108 struct list_head bad_list; /* Bad blocks. */
109 struct list_head bad_used_list; /* Bad blocks with valid data in. */
150 struct list_head xattrindex[XATTRINDEX_HASHSIZE];
151 struct list_head xattr_unchecked;
[all …]
/linux/net/tipc/
A Dname_table.h83 struct list_head binding_node;
84 struct list_head binding_sock;
85 struct list_head local_publ;
86 struct list_head all_publ;
87 struct list_head list;
106 struct list_head node_scope;
107 struct list_head cluster_scope;
118 struct list_head *dports);
122 struct list_head *dsts, int *dstcnt,
144 struct list_head list;
[all …]
/linux/scripts/kconfig/
A Dlist.h24 struct list_head { struct
25 struct list_head *next, *prev; argument
32 struct list_head name = LIST_HEAD_INIT(name)
82 static inline void __list_add(struct list_head *_new, in __list_add()
83 struct list_head *prev, in __list_add()
84 struct list_head *next) in __list_add()
100 static inline void list_add_tail(struct list_head *_new, struct list_head *head) in list_add_tail()
112 static inline void __list_del(struct list_head *prev, struct list_head *next) in __list_del()
126 static inline void list_del(struct list_head *entry) in list_del()
129 entry->next = (struct list_head*)LIST_POISON1; in list_del()
[all …]
/linux/drivers/vme/
A Dvme_bridge.h12 struct list_head list;
29 struct list_head list;
55 struct list_head list;
57 struct list_head entries;
62 struct list_head list;
67 struct list_head pending;
68 struct list_head running;
73 struct list_head list;
82 struct list_head list;
113 struct list_head lm_resources;
[all …]
/linux/drivers/gpu/drm/nouveau/include/nvif/
A Dlist.h110 struct list_head { struct
111 struct list_head *next, *prev; argument
128 INIT_LIST_HEAD(struct list_head *list) in INIT_LIST_HEAD()
134 __list_add(struct list_head *entry, in __list_add()
135 struct list_head *prev, struct list_head *next) in __list_add()
159 list_add(struct list_head *entry, struct list_head *head) in list_add()
180 list_add_tail(struct list_head *entry, struct list_head *head) in list_add_tail()
186 __list_del(struct list_head *prev, struct list_head *next) in __list_del()
207 list_del(struct list_head *entry) in list_del()
220 struct list_head *head) in list_move_tail()
[all …]
/linux/include/target/
A Dtarget_core_base.h277 struct list_head lu_gp_node;
321 struct list_head vpd_list;
416 struct list_head tmr_list;
490 struct list_head se_qf_node;
533 struct list_head state_list;
584 struct list_head acl_list;
629 struct list_head sess_list;
674 struct list_head lun_link;
675 struct list_head ua_list;
783 struct list_head state_list;
[all …]
/linux/tools/usb/usbip/libsrc/
A Dlist.h19 struct list_head { struct
20 struct list_head *next, *prev; argument
26 struct list_head name = LIST_HEAD_INIT(name)
28 static inline void INIT_LIST_HEAD(struct list_head *list) in INIT_LIST_HEAD()
40 static inline void __list_add(struct list_head *new, in __list_add()
41 struct list_head *prev, in __list_add()
42 struct list_head *next) in __list_add()
58 static inline void list_add(struct list_head *new, struct list_head *head) in list_add()
70 static inline void __list_del(struct list_head * prev, struct list_head * next) in __list_del()
80 static inline void __list_del_entry(struct list_head *entry) in __list_del_entry()
[all …]
/linux/drivers/scsi/bfa/
A Dbfa_cs.h124 bfa_q_next(_qe) = (struct list_head *) NULL; \
125 bfa_q_prev(_qe) = (struct list_head *) NULL; \
133 (*((struct list_head **) (_qe))) = bfa_q_next(_q); \
135 (struct list_head *) (_q); \
138 *((struct list_head **) (_qe)) = (struct list_head *) NULL;\
147 *((struct list_head **) (_qe)) = bfa_q_prev(_q); \
149 (struct list_head *) (_q); \
152 *((struct list_head **) (_qe)) = (struct list_head *) NULL;\
157 bfa_q_is_on_q_func(struct list_head *q, struct list_head *qe) in bfa_q_is_on_q_func()
159 struct list_head *tqe; in bfa_q_is_on_q_func()
[all …]
/linux/fs/dlm/
A Ddlm_internal.h123 struct list_head list;
137 struct list_head list;
258 struct list_head lkb_time_list;
311 struct list_head res_hashchain;
314 struct list_head res_grantqueue;
316 struct list_head res_waitqueue;
574 struct list_head ls_orphans;
577 struct list_head ls_timeout;
723 struct list_head asts;
725 struct list_head locks;
[all …]
/linux/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 …]
/linux/drivers/staging/gdm724x/
A Dgdm_usb.h36 struct list_head list;
47 struct list_head list;
55 struct list_head to_host_list;
56 struct list_head free_list;
57 struct list_head rx_submit_list;
67 struct list_head sdu_list;
68 struct list_head hci_list;
69 struct list_head free_list;
75 struct list_head to_host_list;
76 struct list_head rx_submit_list;
[all …]
/linux/tools/lib/
A Dlist_sort.c15 static struct list_head *merge(void *priv, list_cmp_func_t cmp, in merge()
16 struct list_head *a, struct list_head *b) in merge()
18 struct list_head *head, **tail = &head; in merge()
51 static void merge_final(void *priv, list_cmp_func_t cmp, struct list_head *head, in merge_final()
52 struct list_head *a, struct list_head *b) in merge_final()
54 struct list_head *tail = head; in merge_final()
184 void list_sort(void *priv, struct list_head *head, list_cmp_func_t cmp) in list_sort()
186 struct list_head *list = head->next, *pending = NULL; in list_sort()
215 struct list_head **tail = &pending; in list_sort()
222 struct list_head *a = *tail, *b = a->prev; in list_sort()
[all …]
/linux/lib/
A Dlist_sort.c16 static struct list_head *merge(void *priv, list_cmp_func_t cmp, in merge()
17 struct list_head *a, struct list_head *b) in merge()
19 struct list_head *head, **tail = &head; in merge()
52 static void merge_final(void *priv, list_cmp_func_t cmp, struct list_head *head, in merge_final()
53 struct list_head *a, struct list_head *b) in merge_final()
55 struct list_head *tail = head; in merge_final()
185 void list_sort(void *priv, struct list_head *head, list_cmp_func_t cmp) in list_sort()
187 struct list_head *list = head->next, *pending = NULL; in list_sort()
216 struct list_head **tail = &pending; in list_sort()
223 struct list_head *a = *tail, *b = a->prev; in list_sort()
[all …]
/linux/fs/ceph/
A Dmds_client.h214 struct list_head s_unsafe; /* unsafe requests */
315 struct list_head r_unsafe_dir_item;
318 struct list_head r_unsafe_target_item;
328 struct list_head r_wait;
352 struct list_head lru;
372 struct list_head list;
389 struct list_head waiting_for_map;
415 struct list_head snap_empty;
431 struct list_head cap_flush_list;
454 struct list_head cap_wait_list;
[all …]
/linux/drivers/infiniband/core/
A Dmad_priv.h66 struct list_head list;
86 struct list_head list;
97 struct list_head send_list;
98 struct list_head wait_list;
99 struct list_head done_list;
102 struct list_head local_list;
104 struct list_head rmpp_list;
123 struct list_head agent_list;
139 struct list_head rmpp_list;
180 struct list_head list;
[all …]

Completed in 50 milliseconds

12345678910>>...123