| /linux-6.15/include/linux/ |
| H A D | list.h | 129 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 …]
|
| H A D | cgroup-defs.h | 177 struct list_head sibling; 178 struct list_head children; 263 struct list_head tasks; 264 struct list_head mg_tasks; 268 struct list_head task_iters; 293 struct list_head cgrp_links; 301 struct list_head mg_node; 546 struct list_head pidlists; 587 struct list_head root_list; 776 struct list_head cfts; [all …]
|
| H A D | rculist.h | 88 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 …]
|
| H A D | backing-dev-defs.h | 111 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 …]
|
| /linux-6.15/tools/include/linux/ |
| H A D | list.h | 61 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-6.15/scripts/include/ |
| H A D | list.h | 64 struct list_head *prev, in __list_add() 65 struct list_head *next) in __list_add() 81 static inline void list_add(struct list_head *new, struct list_head *head) in list_add() 94 static inline void list_add_tail(struct list_head *new, struct list_head *head) in list_add_tail() 106 static inline void __list_del(struct list_head *prev, struct list_head *next) in __list_del() 138 struct list_head *new) in list_replace() 165 static inline void list_move(struct list_head *list, struct list_head *head) in list_move() 177 struct list_head *head) in list_move_tail() 188 static inline int list_is_first(const struct list_head *list, const struct list_head *head) in list_is_first() 198 static inline int list_is_last(const struct list_head *list, const struct list_head *head) in list_is_last() [all …]
|
| /linux-6.15/fs/btrfs/ |
| H A D | compression.h | 115 struct list_head idle_ws; 125 struct list_head *btrfs_get_workspace(int type, int level); 126 void btrfs_put_workspace(int type, struct list_head *ws); 160 void zlib_free_workspace(struct list_head *ws); 161 struct list_head *zlib_get_workspace(unsigned int level); 170 struct list_head *lzo_alloc_workspace(void); 171 void lzo_free_workspace(struct list_head *ws); 182 struct list_head *zstd_alloc_workspace(int level); 183 void zstd_free_workspace(struct list_head *ws); 184 struct list_head *zstd_get_workspace(int level); [all …]
|
| H A D | delayed-inode.h | 34 struct list_head node_list; 40 struct list_head prepare_list; 56 struct list_head n_list; 61 struct list_head p_list; 94 struct list_head log_list; 148 struct list_head *ins_list, 151 struct list_head *ins_list, 160 struct list_head *ins_list, 161 struct list_head *del_list); 163 struct list_head *ins_list, [all …]
|
| /linux-6.15/fs/jffs2/ |
| H A D | jffs2_fs_sb.h | 98 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-6.15/net/netlabel/ |
| H A D | netlabel_addrlist.h | 38 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-6.15/net/tipc/ |
| H A D | name_table.h | 83 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; 108 struct list_head node_scope; 109 struct list_head cluster_scope; 120 struct list_head *dports); 124 struct list_head *dsts, int *dstcnt, 146 struct list_head list; [all …]
|
| /linux-6.15/fs/nfsd/ |
| H A D | state.h | 124 struct list_head sc_cp_list; 196 struct list_head dl_perfile; 197 struct list_head dl_perclnt; 344 struct list_head se_perclnt; 350 struct list_head se_conns; 472 struct list_head cl_sessions; 612 struct list_head co_perfile; 674 struct list_head st_perfile; 676 struct list_head st_locks; 740 struct list_head nbl_list; [all …]
|
| /linux-6.15/tools/usb/usbip/libsrc/ |
| H A D | list.h | 19 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-6.15/include/target/ |
| H A D | target_core_base.h | 288 struct list_head lu_gp_node; 332 struct list_head vpd_list; 427 struct list_head tmr_list; 501 struct list_head se_qf_node; 545 struct list_head state_list; 596 struct list_head acl_list; 646 struct list_head sess_list; 690 struct list_head lun_link; 691 struct list_head ua_list; 798 struct list_head state_list; [all …]
|
| /linux-6.15/tools/lib/ |
| H A D | list_sort.c | 13 static struct list_head *merge(void *priv, list_cmp_func_t cmp, in merge() 14 struct list_head *a, struct list_head *b) in merge() 16 struct list_head *head, **tail = &head; in merge() 49 static void merge_final(void *priv, list_cmp_func_t cmp, struct list_head *head, in merge_final() 50 struct list_head *a, struct list_head *b) in merge_final() 52 struct list_head *tail = head; in merge_final() 172 void list_sort(void *priv, struct list_head *head, list_cmp_func_t cmp) in list_sort() 174 struct list_head *list = head->next, *pending = NULL; in list_sort() 203 struct list_head **tail = &pending; in list_sort() 210 struct list_head *a = *tail, *b = a->prev; in list_sort() [all …]
|
| /linux-6.15/include/net/ |
| H A D | kcm.h | 61 struct list_head kcm_sock_list; 71 struct list_head wait_psock_list; 82 struct list_head wait_rx_list; /* KCMs waiting for receiving */ 104 struct list_head psock_list; 109 struct list_head psock_ready_list; 118 struct list_head psock_avail_list; 129 struct list_head mux_list; 135 struct list_head kcm_mux_list; 139 struct list_head kcm_socks; /* All KCM sockets on MUX */ 141 struct list_head psocks; /* List of all psocks on MUX */ [all …]
|
| /linux-6.15/drivers/staging/vme_user/ |
| H A D | vme_bridge.h | 12 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-6.15/drivers/scsi/bfa/ |
| H A D | bfa_cs.h | 124 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-6.15/fs/xfs/libxfs/ |
| H A D | xfs_defer.h | 19 struct list_head dfp_list; /* pending items */ 20 struct list_head dfp_work; /* work items */ 53 struct list_head *items, unsigned int count, bool sort); 58 struct list_head *item, struct xfs_btree_cur **state); 61 void (*cancel_item)(struct list_head *item); 63 struct list_head *capture_list); 116 struct list_head dfc_list; 119 struct list_head dfc_dfops; 137 struct list_head *capture_list); 149 struct xfs_defer_pending *dfp, struct list_head *capture_list); [all …]
|
| /linux-6.15/lib/ |
| H A D | list_sort.c | 13 static struct list_head *merge(void *priv, list_cmp_func_t cmp, in merge() 14 struct list_head *a, struct list_head *b) in merge() 16 struct list_head *head, **tail = &head; in merge() 49 static void merge_final(void *priv, list_cmp_func_t cmp, struct list_head *head, in merge_final() 50 struct list_head *a, struct list_head *b) in merge_final() 52 struct list_head *tail = head; in merge_final() 189 void list_sort(void *priv, struct list_head *head, list_cmp_func_t cmp) in list_sort() 191 struct list_head *list = head->next, *pending = NULL; in list_sort() 220 struct list_head **tail = &pending; in list_sort() 227 struct list_head *a = *tail, *b = a->prev; in list_sort() [all …]
|
| /linux-6.15/fs/dlm/ |
| H A D | dlm_internal.h | 108 struct list_head list; 122 struct list_head list; 250 struct list_head list; 327 struct list_head res_grantqueue; 329 struct list_head res_waitqueue; 332 struct list_head res_scan_list; 593 struct list_head ls_orphans; 647 struct list_head ls_recover_list; 716 struct list_head asts; 718 struct list_head locks; [all …]
|
| /linux-6.15/drivers/infiniband/core/ |
| H A D | mad_priv.h | 66 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 …]
|
| /linux-6.15/include/linux/mlx5/ |
| H A D | macsec.h | 16 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);
|
| /linux-6.15/drivers/acpi/nfit/ |
| H A D | nfit.h | 164 struct list_head list; 173 struct list_head list; 178 struct list_head list; 183 struct list_head list; 188 struct list_head list; 193 struct list_head list; 216 struct list_head list; 244 struct list_head spas; 245 struct list_head dcrs; 246 struct list_head bdws; [all …]
|
| /linux-6.15/drivers/md/ |
| H A D | raid5.h | 235 struct list_head log_list; 511 struct list_head handle_list; 512 struct list_head loprio_list; 555 struct list_head sibling; 612 struct list_head loprio_list; /* low priority stripes */ 613 struct list_head hold_list; /* preread ready stripes */ 654 struct list_head inactive_list[NR_STRIPE_HASH_LOCKS]; 657 struct list_head r5c_full_stripe_list; 659 struct list_head r5c_partial_stripe_list; 689 struct list_head free_list; [all …]
|