/linux-4.1.27/drivers/staging/lustre/lnet/selftest/ |
D | console.h | 64 struct list_head ndl_link; /* chain on list */ 65 struct list_head ndl_hlink; /* chain on hash */ 70 struct list_head grp_link; /* chain on global group list */ 76 struct list_head grp_trans_list; /* transaction list */ 77 struct list_head grp_ndl_list; /* nodes list */ 78 struct list_head grp_ndl_hash[0];/* hash table for nodes */ 91 struct list_head bat_link; /* chain on session's batches list */ 97 struct list_head bat_test_list; /* list head of tests (lstcon_test_t) */ 98 struct list_head bat_trans_list; /* list head of transaction */ 99 struct list_head bat_cli_list; /* list head of client nodes (lstcon_node_t) */ [all …]
|
D | conrpc.h | 67 struct list_head crp_link; /* chain on rpc transaction */ 82 struct list_head tas_olink; /* link chain on owner list */ 83 struct list_head tas_link; /* link chain on global list */ 91 struct list_head tas_rpcs_list; /* queued requests */ 124 int lstcon_rpc_trans_prep(struct list_head *translist, 126 int lstcon_rpc_trans_ndlist(struct list_head *ndlist, 127 struct list_head *translist, int transop, 133 struct list_head *head_up,
|
D | selftest.h | 167 struct list_head buf_list; /* chain on srpc_service::*_msgq */ 187 struct list_head srpc_list; 205 struct list_head crpc_list; /* chain on user's lists */ 271 struct list_head scd_rpc_free; 273 struct list_head scd_rpc_active; 293 struct list_head scd_buf_posted; 295 struct list_head scd_buf_blocked; 326 struct list_head sn_list; /* chain on fw_zombie_sessions */ 332 struct list_head sn_batches; /* list of batches */ 344 struct list_head bat_list; /* chain on sn_batches */ [all …]
|
D | console.c | 140 lstcon_ndlink_find(struct list_head *hash, in lstcon_ndlink_find() 405 unsigned *featp, struct list_head *result_up) in lstcon_group_nodes_add() 472 struct list_head *result_up) in lstcon_group_nodes_remove() 550 unsigned *featp, struct list_head *result_up) in lstcon_nodes_add() 654 lnet_process_id_t *ids_up, struct list_head *result_up) in lstcon_nodes_remove() 683 lstcon_group_refresh(char *name, struct list_head *result_up) in lstcon_group_refresh() 743 lstcon_nodes_getent(struct list_head *head, int *index_p, in lstcon_nodes_getent() 863 sizeof(struct list_head) * LST_NODE_HASHSIZE); in lstcon_batch_add() 872 sizeof(struct list_head) * LST_NODE_HASHSIZE); in lstcon_batch_add() 927 struct list_head *clilst; in lstcon_batch_info() [all …]
|
/linux-4.1.27/drivers/net/ethernet/brocade/bna/ |
D | cna.h | 51 #define bfa_q_first(_q) ((void *)(((struct list_head *) (_q))->next)) 52 #define bfa_q_next(_qe) (((struct list_head *) (_qe))->next) 53 #define bfa_q_prev(_qe) (((struct list_head *) (_qe))->prev) 59 bfa_q_next(_qe) = (struct list_head *) NULL; \ 60 bfa_q_prev(_qe) = (struct list_head *) NULL; \ 68 (*((struct list_head **) (_qe))) = bfa_q_next(_q); \ 69 bfa_q_prev(bfa_q_next(*((struct list_head **) _qe))) = \ 70 (struct list_head *) (_q); \ 71 bfa_q_next(_q) = bfa_q_next(*((struct list_head **) _qe)); \ 72 bfa_q_qe_init(*((struct list_head **) _qe)); \ [all …]
|
D | bna_types.h | 271 struct list_head qe; 458 struct list_head qe; 477 struct list_head qe; 487 struct list_head txq_q; 538 struct list_head tx_free_q; 539 struct list_head tx_active_q; 541 struct list_head txq_free_q; 584 struct list_head qe; 708 struct list_head qe; 760 struct list_head ucast_pending_add_q; [all …]
|
/linux-4.1.27/drivers/staging/lustre/include/linux/lnet/ |
D | lib-types.h | 175 struct list_head msg_activelist; 176 struct list_head msg_list; /* Q for credits/MD */ 228 struct list_head lh_hash_chain; 236 struct list_head eq_list; 247 struct list_head me_list; 259 struct list_head md_list; 288 struct list_head fl_list; /* where they are enqueued */ 292 struct list_head fo_list; /* enqueue on fl_list */ 299 struct list_head tp_list; /* ln_test_peers */ 314 struct list_head lnd_list; /* stash in the LND table */ [all …]
|
D | lnetst.h | 129 struct list_head rpe_link; /* link chain */ 283 struct list_head *lstio_dbg_resultp; /* OUT: list head of result buffer */ 310 struct list_head *lstio_grp_resultp; /* OUT: list head of result buffer */ 321 struct list_head *lstio_grp_resultp; /* OUT: list head of result buffer */ 361 struct list_head *lstio_bat_resultp; /* OUT: list head of result buffer */ 369 struct list_head *lstio_bat_resultp; /* OUT: list head of result buffer */ 379 struct list_head *lstio_bat_resultp; /* OUT: list head of result buffer */ 410 struct list_head *lstio_sta_resultp; /* OUT: list head of result buffer */ 443 struct list_head *lstio_tes_resultp; /* OUT: list head of result buffer */
|
/linux-4.1.27/tools/perf/util/ |
D | parse-events.h | 12 struct list_head; 26 extern bool have_tracepoints(struct list_head *evlist); 33 extern int parse_events_terms(struct list_head *terms, const char *str); 73 struct list_head list; 78 struct list_head list; 84 struct list_head *terms; 96 void parse_events__free_terms(struct list_head *terms); 97 int parse_events__modifier_event(struct list_head *list, char *str, bool add); 98 int parse_events__modifier_group(struct list_head *list, char *event_mod); 99 int parse_events_name(struct list_head *list, char *name); [all …]
|
D | pmu.h | 24 struct list_head format; /* HEAD struct perf_pmu_format -> list */ 25 struct list_head aliases; /* HEAD struct perf_pmu_alias -> list */ 26 struct list_head list; /* ELEM */ 40 struct list_head terms; /* HEAD struct parse_events_term -> list */ 41 struct list_head list; /* ELEM */ 50 struct list_head *head_terms); 51 int perf_pmu__config_terms(struct list_head *formats, 53 struct list_head *head_terms, 55 int perf_pmu__check_alias(struct perf_pmu *pmu, struct list_head *head_terms, 57 struct list_head *perf_pmu__alias(struct perf_pmu *pmu, [all …]
|
D | parse-events.y | 32 static inc_group_count(struct list_head *list, in inc_group_count() 86 struct list_head *head; 106 struct list_head *list = $1; 107 struct list_head *group = $3; 115 struct list_head *list = $1; 116 struct list_head *event = $3; 129 struct list_head *list = $1; 140 struct list_head *list = $3; 149 struct list_head *list = $2; 159 struct list_head *event = $3; [all …]
|
D | ordered-events.h | 12 struct list_head list; 33 struct list_head events; 34 struct list_head cache; 35 struct list_head to_free;
|
/linux-4.1.27/include/linux/ |
D | list.h | 23 struct list_head name = LIST_HEAD_INIT(name) 25 static inline void INIT_LIST_HEAD(struct list_head *list) in INIT_LIST_HEAD() 38 static inline void __list_add(struct list_head *new, in __list_add() 39 struct list_head *prev, in __list_add() 40 struct list_head *next) in __list_add() 48 extern void __list_add(struct list_head *new, 49 struct list_head *prev, 50 struct list_head *next); 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() [all …]
|
D | rculist.h | 30 static inline void INIT_LIST_HEAD_RCU(struct list_head *list) in INIT_LIST_HEAD_RCU() 40 #define list_next_rcu(list) (*((struct list_head __rcu **)(&(list)->next))) 49 static inline void __list_add_rcu(struct list_head *new, in __list_add_rcu() 50 struct list_head *prev, struct list_head *next) in __list_add_rcu() 58 void __list_add_rcu(struct list_head *new, 59 struct list_head *prev, struct list_head *next); 78 static inline void list_add_rcu(struct list_head *new, struct list_head *head) in list_add_rcu() 99 static inline void list_add_tail_rcu(struct list_head *new, in list_add_tail_rcu() 100 struct list_head *head) in list_add_tail_rcu() 129 static inline void list_del_rcu(struct list_head *entry) in list_del_rcu() [all …]
|
D | cgroup-defs.h | 99 struct list_head sibling; 100 struct list_head children; 153 struct list_head tasks; 154 struct list_head mg_tasks; 160 struct list_head cgrp_links; 176 struct list_head mg_preload_node; 177 struct list_head mg_node; 196 struct list_head e_cset_node[CGROUP_SUBSYS_COUNT]; 249 struct list_head cset_links; 258 struct list_head e_csets[CGROUP_SUBSYS_COUNT]; [all …]
|
D | list_lru.h | 28 struct list_head list; 52 struct list_head list; 83 bool list_lru_add(struct list_lru *lru, struct list_head *item); 96 bool list_lru_del(struct list_lru *lru, struct list_head *item); 129 void list_lru_isolate(struct list_lru_one *list, struct list_head *item); 130 void list_lru_isolate_move(struct list_lru_one *list, struct list_head *item, 131 struct list_head *head); 133 typedef enum lru_status (*list_lru_walk_cb)(struct list_head *item,
|
D | nfs_fs_sb.h | 49 struct list_head cl_share_link; /* link in global client list */ 50 struct list_head cl_superblocks; /* List of nfs_server structs */ 61 struct list_head cl_ds_clients; /* auth flavor data servers */ 124 struct list_head client_link; /* List of other nfs_server structs 127 struct list_head master_link; /* link in master servers list */ 196 struct list_head state_owners_lru; 197 struct list_head layouts; 198 struct list_head delegations;
|
D | list_sort.h | 6 struct list_head; 8 void list_sort(void *priv, struct list_head *head, 9 int (*cmp)(void *priv, struct list_head *a, 10 struct list_head *b));
|
D | rio.h | 102 struct list_head node; 171 struct list_head global_list; /* node in list of all RIO devices */ 172 struct list_head net_list; /* node in per net list */ 224 struct list_head node; 258 struct list_head dbells; /* list of doorbell events */ 259 struct list_head node; /* node in global list of ports */ 260 struct list_head nnode; /* node in net list of ports */ 308 struct list_head node; /* node in list of networks */ 309 struct list_head devices; /* list of devices in this net */ 310 struct list_head switches; /* list of switches in this net */ [all …]
|
D | msg.h | 9 struct list_head m_list; 29 struct list_head q_messages; 30 struct list_head q_receivers; 31 struct list_head q_senders;
|
D | fscache-cache.h | 36 struct list_head link; 51 struct list_head link; /* link in list of caches */ 57 struct list_head object_list; /* list of data/index objects */ 58 struct list_head op_gc_list; /* list of ops to be deleted */ 90 struct list_head pend_link; /* link in object->pending_ops */ 152 struct list_head to_do; /* list of things to be done by the backend */ 162 struct list_head *pages, 375 struct list_head cache_link; /* link in cache->object_list */ 381 struct list_head dependents; /* FIFO of dependent objects */ 382 struct list_head dep_link; /* link in parent's dependents list */ [all …]
|
D | pnp.h | 204 struct list_head global_list; /* node in global list of cards */ 205 struct list_head protocol_list; /* node in protocol's list of cards */ 206 struct list_head devices; /* devices attached to the card */ 250 struct list_head global_list; /* node in global list of devices */ 251 struct list_head protocol_list; /* node in list of device's protocol */ 252 struct list_head card_list; /* node in card's list of devices */ 253 struct list_head rdev_list; /* node in cards list of requested devices */ 265 struct list_head resources; 266 struct list_head options; 393 struct list_head global_list; [all …]
|
D | resource_ext.h | 32 struct list_head node; 40 extern void resource_list_free(struct list_head *head); 43 struct list_head *head) in resource_list_add() 49 struct list_head *head) in resource_list_add_tail()
|
D | perf_event.h | 119 struct list_head tp_list; 124 struct list_head cqm_events_entry; 125 struct list_head cqm_groups_entry; 126 struct list_head cqm_group_entry; 139 struct list_head bp_list; 185 struct list_head entry; 353 struct list_head event_entry; 363 struct list_head group_entry; 364 struct list_head sibling_list; 371 struct list_head migrate_entry; [all …]
|
D | fsnotify_backend.h | 114 struct list_head list; 141 …struct list_head notification_list; /* list of event_holder this group needs to send to userspace … 159 struct list_head marks_list; /* all inode marks for this group */ 182 struct list_head access_list; 215 struct list_head g_list; /* list of marks by group->i_fsnotify_marks 222 struct list_head free_list; /* tmp list used when freeing this mark */ 314 int (*merge)(struct list_head *, 362 extern void fsnotify_unmount_inodes(struct list_head *list); 398 static inline void fsnotify_unmount_inodes(struct list_head *list) in fsnotify_unmount_inodes()
|
D | lru_cache.h | 161 struct list_head list; /* LRU list or free list */ 178 struct list_head lru; 179 struct list_head free; 180 struct list_head in_use; 181 struct list_head to_be_changed;
|
D | remoteproc.h | 323 struct list_head node; 422 struct list_head traces; 424 struct list_head carveouts; 425 struct list_head mappings; 428 struct list_head rvdevs; 477 struct list_head node;
|
D | uwb.h | 62 struct list_head list_node; 88 struct list_head list; 94 struct list_head list; 104 struct list_head event_list; 241 struct list_head rc_node; 242 struct list_head pal_node; 387 struct list_head neh_list; /* Open NE handles */ 403 struct list_head reservations; 404 struct list_head cnflt_alien_list; 417 struct list_head pals; [all …]
|
D | backing-dev.h | 55 struct list_head b_dirty; /* dirty inodes */ 56 struct list_head b_io; /* parked for writeback */ 57 struct list_head b_more_io; /* parked for more writeback */ 58 struct list_head b_dirty_time; /* time stamps are dirty */ 63 struct list_head bdi_list; 98 struct list_head work_list; 128 extern struct list_head bdi_list;
|
D | sem.h | 17 struct list_head pending_alter; /* pending operations */ 19 struct list_head pending_const; /* pending complex operations */ 21 struct list_head list_id; /* undo requests on this array */
|
D | if_team.h | 34 struct list_head list; /* node in ordinary list */ 71 struct list_head qom_list; /* node in queue override mapping list */ 148 struct list_head list; 187 struct list_head port_list; /* list of all ports */ 189 struct list_head option_list; 190 struct list_head option_inst_list; /* list of option instances */ 196 struct list_head *qom_lists; /* array of queue override mapping lists */
|
/linux-4.1.27/drivers/gpu/drm/radeon/ |
D | mkregtable.c | 41 struct list_head { struct 42 struct list_head *next, *prev; argument 48 struct list_head name = LIST_HEAD_INIT(name) 50 static inline void INIT_LIST_HEAD(struct list_head *list) in INIT_LIST_HEAD() 63 static inline void __list_add(struct list_head *new, in __list_add() 64 struct list_head *prev, struct list_head *next) in __list_add() 72 extern void __list_add(struct list_head *new, 73 struct list_head *prev, struct list_head *next); 84 static inline void list_add(struct list_head *new, struct list_head *head) in list_add() 97 static inline void list_add_tail(struct list_head *new, struct list_head *head) in list_add_tail() [all …]
|
/linux-4.1.27/fs/jffs2/ |
D | jffs2_fs_sb.h | 97 struct list_head clean_list; /* Blocks 100% full of clean data */ 98 struct list_head very_dirty_list; /* Blocks with lots of dirty space */ 99 struct list_head dirty_list; /* Blocks with some dirty space */ 100 struct list_head erasable_list; /* Blocks which are completely dirty, and need erasing */ 101 …struct list_head erasable_pending_wbuf_list; /* Blocks which need erasing but only after the curre… 102 struct list_head erasing_list; /* Blocks which are currently erasing */ 103 struct list_head erase_checking_list; /* Blocks which are being checked and marked */ 104 struct list_head erase_pending_list; /* Blocks which need erasing now */ 105 …struct list_head erase_complete_list; /* Blocks which are erased and need the clean marker written… 106 struct list_head free_list; /* Blocks which are free and ready to be used */ [all …]
|
/linux-4.1.27/include/target/ |
D | target_core_base.h | 256 struct list_head lba_map_mem_list; 264 struct list_head lba_map_list; 265 struct list_head lba_map_mem_list; 276 struct list_head lba_map_list; 283 struct list_head tg_pt_gps_list; 293 struct list_head lu_gp_node; 294 struct list_head lu_gp_mem_list; 303 struct list_head lu_gp_mem_list; 326 struct list_head tg_pt_gp_list; 327 struct list_head tg_pt_gp_mem_list; [all …]
|
/linux-4.1.27/net/netlabel/ |
D | netlabel_addrlist.h | 52 struct list_head list; 67 struct list_head list; 72 static inline struct netlbl_af4list *__af4list_valid(struct list_head *s, in __af4list_valid() 73 struct list_head *h) in __af4list_valid() 75 struct list_head *i = s; in __af4list_valid() 84 static inline struct netlbl_af4list *__af4list_valid_rcu(struct list_head *s, in __af4list_valid_rcu() 85 struct list_head *h) in __af4list_valid_rcu() 87 struct list_head *i = s; in __af4list_valid_rcu() 113 struct list_head *head); 115 struct list_head *head); [all …]
|
D | netlabel_addrlist.c | 61 struct list_head *head) in netlbl_af4list_search() 86 struct list_head *head) in netlbl_af4list_search_exact() 111 struct list_head *head) in netlbl_af6list_search() 137 struct list_head *head) in netlbl_af6list_search_exact() 162 int netlbl_af4list_add(struct netlbl_af4list *entry, struct list_head *head) in netlbl_af4list_add() 199 int netlbl_af6list_add(struct netlbl_af6list *entry, struct list_head *head) in netlbl_af6list_add() 254 struct list_head *head) in netlbl_af4list_remove() 295 struct list_head *head) in netlbl_af6list_remove()
|
/linux-4.1.27/drivers/vme/ |
D | vme_bridge.h | 9 struct list_head list; 26 struct list_head list; 52 struct list_head list; 54 struct list_head entries; 59 struct list_head list; 64 struct list_head pending; 65 struct list_head running; 70 struct list_head list; 79 struct list_head list; 104 struct list_head master_resources; [all …]
|
/linux-4.1.27/scripts/kconfig/ |
D | list.h | 23 struct list_head { struct 24 struct list_head *next, *prev; argument 31 struct list_head name = LIST_HEAD_INIT(name) 70 static inline int list_empty(const struct list_head *head) in list_empty() 81 static inline void __list_add(struct list_head *_new, in __list_add() 82 struct list_head *prev, in __list_add() 83 struct list_head *next) in __list_add() 99 static inline void list_add_tail(struct list_head *_new, struct list_head *head) in list_add_tail() 111 static inline void __list_del(struct list_head *prev, struct list_head *next) in __list_del() 125 static inline void list_del(struct list_head *entry) in list_del() [all …]
|
/linux-4.1.27/tools/usb/usbip/libsrc/ |
D | list.h | 18 struct list_head { struct 19 struct list_head *next, *prev; argument 25 struct list_head name = LIST_HEAD_INIT(name) 27 static inline void INIT_LIST_HEAD(struct list_head *list) in INIT_LIST_HEAD() 39 static inline void __list_add(struct list_head *new, in __list_add() 40 struct list_head *prev, in __list_add() 41 struct list_head *next) in __list_add() 57 static inline void list_add(struct list_head *new, struct list_head *head) in list_add() 69 static inline void __list_del(struct list_head * prev, struct list_head * next) in __list_del() 85 static inline void __list_del_entry(struct list_head *entry) in __list_del_entry() [all …]
|
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvif/ |
D | list.h | 110 struct list_head { struct 111 struct list_head *next, *prev; argument 125 struct list_head name = LIST_HEAD_INIT(name) 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() [all …]
|
/linux-4.1.27/drivers/staging/gdm72xx/ |
D | gdm_usb.h | 26 struct list_head list; 28 struct list_head p_list; 38 struct list_head free_list; 39 struct list_head sdu_list; 40 struct list_head hci_list; 42 struct list_head pending_list; 48 struct list_head list; 57 struct list_head free_list; 58 struct list_head used_list; 71 struct list_head list;
|
D | gdm_sdio.h | 23 struct list_head list; 32 struct list_head free_list; 33 struct list_head sdu_list; 34 struct list_head hci_list; 43 struct list_head list; 50 struct list_head free_list; 51 struct list_head req_list;
|
/linux-4.1.27/lib/ |
D | list_sort.c | 19 static struct list_head *merge(void *priv, in merge() 20 int (*cmp)(void *priv, struct list_head *a, in merge() 21 struct list_head *b), in merge() 22 struct list_head *a, struct list_head *b) in merge() 24 struct list_head head, *tail = &head; in merge() 49 int (*cmp)(void *priv, struct list_head *a, in merge_and_restore_back_links() 50 struct list_head *b), in merge_and_restore_back_links() 51 struct list_head *head, in merge_and_restore_back_links() 52 struct list_head *a, struct list_head *b) in merge_and_restore_back_links() 54 struct list_head *tail = head; in merge_and_restore_back_links() [all …]
|
D | list_debug.c | 22 void __list_add(struct list_head *new, in __list_add() 23 struct list_head *prev, in __list_add() 24 struct list_head *next) in __list_add() 44 void __list_del_entry(struct list_head *entry) in __list_del_entry() 46 struct list_head *prev, *next; in __list_del_entry() 75 void list_del(struct list_head *entry) in list_del() 86 void __list_add_rcu(struct list_head *new, in __list_add_rcu() 87 struct list_head *prev, struct list_head *next) in __list_add_rcu()
|
D | plist.c | 33 static void plist_check_prev_next(struct list_head *t, struct list_head *p, in plist_check_prev_next() 34 struct list_head *n) in plist_check_prev_next() 45 static void plist_check_list(struct list_head *top) in plist_check_list() 47 struct list_head *prev = top, *next = top->next; in plist_check_list() 77 struct list_head *node_next = &head->node_list; in plist_add() 149 struct list_head *node_next = &head->node_list; in plist_requeue()
|
/linux-4.1.27/fs/nfsd/ |
D | state.h | 126 struct list_head dl_perfile; 127 struct list_head dl_perclnt; 128 struct list_head dl_recall_lru; /* delegation recalled */ 226 struct list_head cn_persession; 241 struct list_head se_hash; /* hash by sessionid */ 242 struct list_head se_perclnt; 251 struct list_head se_conns; 294 struct list_head cl_idhash; /* hash by cl_clientid.id */ 296 struct list_head *cl_ownerstr_hashtbl; 297 struct list_head cl_openowners; [all …]
|
D | netns.h | 68 struct list_head *reclaim_str_hashtbl; 70 struct list_head *conf_id_hashtbl; 72 struct list_head *unconf_id_hashtbl; 74 struct list_head *sessionid_hashtbl; 84 struct list_head client_lru; 85 struct list_head close_lru; 86 struct list_head del_recall_lru;
|
/linux-4.1.27/drivers/staging/gdm724x/ |
D | gdm_usb.h | 46 struct list_head list; 57 struct list_head list; 65 struct list_head to_host_list; 66 struct list_head free_list; 67 struct list_head rx_submit_list; 77 struct list_head sdu_list; 78 struct list_head hci_list; 79 struct list_head free_list; 85 struct list_head to_host_list; 86 struct list_head rx_submit_list; [all …]
|
D | gdm_mux.h | 54 struct list_head free_list; 55 struct list_head rx_submit_list; 56 struct list_head to_host_list; 70 struct list_head to_host_list; 71 struct list_head rx_submit_list; 72 struct list_head rx_free_list;
|
/linux-4.1.27/drivers/infiniband/core/ |
D | mad_priv.h | 65 struct list_head list; 87 struct list_head list; 93 struct list_head agent_list; 99 struct list_head send_list; 100 struct list_head wait_list; 101 struct list_head done_list; 104 struct list_head local_list; 106 struct list_head rmpp_list; 123 struct list_head agent_list; 139 struct list_head rmpp_list; [all …]
|
D | uverbs.h | 108 struct list_head event_list; 125 struct list_head list; 126 struct list_head obj_list; 131 struct list_head list; 138 struct list_head event_list; 154 struct list_head mcast_list; 161 struct list_head comp_list; 162 struct list_head async_list;
|
/linux-4.1.27/fs/dlm/ |
D | dlm_internal.h | 116 struct list_head list; 130 struct list_head list; 247 struct list_head lkb_statequeue; /* rsb g/c/w list */ 248 struct list_head lkb_rsb_lookup; /* waiting for rsb lookup */ 249 struct list_head lkb_wait_reply; /* waiting for remote reply */ 250 struct list_head lkb_ownqueue; /* list of locks for a process */ 251 struct list_head lkb_time_list; 258 struct list_head lkb_cb_list; /* for ls_cb_delay or proc->asts */ 302 struct list_head res_lookup; /* lkbs waiting on first */ 304 struct list_head res_hashchain; [all …]
|
/linux-4.1.27/fs/btrfs/ |
D | delayed-inode.h | 38 struct list_head node_list; 44 struct list_head prepare_list; 60 struct list_head n_list; 65 struct list_head p_list; 79 struct list_head tree_list; /* used for batch insert/delete items */ 80 struct list_head readdir_list; /* used for readdir items */ 140 void btrfs_get_delayed_items(struct inode *inode, struct list_head *ins_list, 141 struct list_head *del_list); 142 void btrfs_put_delayed_items(struct list_head *ins_list, 143 struct list_head *del_list); [all …]
|
D | transaction.h | 57 struct list_head list; 62 struct list_head pending_snapshots; 63 struct list_head pending_chunks; 64 struct list_head pending_ordered; 65 struct list_head switch_commits; 66 struct list_head dirty_bgs; 67 struct list_head io_bgs; 126 struct list_head ordered; 127 struct list_head qgroup_ref_list; 128 struct list_head new_bgs; [all …]
|
D | ordered-data.h | 37 struct list_head list; 121 struct list_head list; 124 struct list_head log_list; 127 struct list_head trans_list; 136 struct list_head root_extent_list; 142 struct list_head work_list; 201 struct list_head *logged_list, 204 void btrfs_put_logged_extents(struct list_head *logged_list); 205 void btrfs_submit_logged_extents(struct list_head *logged_list,
|
D | compression.h | 52 struct list_head *(*alloc_workspace)(void); 54 void (*free_workspace)(struct list_head *workspace); 56 int (*compress_pages)(struct list_head *workspace, 66 int (*decompress_biovec)(struct list_head *workspace, 73 int (*decompress)(struct list_head *workspace,
|
/linux-4.1.27/drivers/staging/ozwpan/ |
D | ozeltbuf.h | 17 struct list_head link; 18 struct list_head elt_list; 28 struct list_head link; 29 struct list_head link_order; 43 struct list_head stream_list; 44 struct list_head order_list; 45 struct list_head isoc_list; 53 void oz_elt_info_free_chain(struct oz_elt_buf *buf, struct list_head *list); 61 unsigned max_len, struct list_head *list);
|
D | ozpd.h | 35 struct list_head link; 36 struct list_head elt_list; 43 struct list_head link; 53 struct list_head link; 63 struct list_head link; 94 struct list_head *last_sent_frame; 95 struct list_head tx_queue; 96 struct list_head farewell_list; 98 struct list_head stream_list;
|
/linux-4.1.27/fs/ceph/ |
D | mds_client.h | 136 struct list_head s_caps; /* all caps issued by this session */ 141 struct list_head s_cap_releases; /* waiting cap_release messages */ 142 struct list_head s_cap_releases_done; /* ready to send */ 146 struct list_head s_cap_flushing; /* inodes w/ flushing caps */ 147 struct list_head s_cap_snaps_flushing; 152 struct list_head s_waiting; /* waiting requests */ 153 struct list_head s_unsafe; /* unsafe requests */ 238 struct list_head r_unsafe_dir_item; 248 struct list_head r_wait; 253 struct list_head r_unsafe_item; /* per-session unsafe list item */ [all …]
|
/linux-4.1.27/drivers/acpi/acpica/ |
D | hwpci.c | 73 struct acpi_pci_device *list_head); 75 static void acpi_hw_delete_pci_list(struct acpi_pci_device *list_head); 126 struct acpi_pci_device *list_head = NULL; in acpi_hw_derive_pci_id() local 137 acpi_hw_build_pci_list(root_pci_device, pci_region, &list_head); in acpi_hw_derive_pci_id() 142 status = acpi_hw_process_pci_list(pci_id, list_head); in acpi_hw_derive_pci_id() 146 acpi_hw_delete_pci_list(list_head); in acpi_hw_derive_pci_id() 180 struct acpi_pci_device *list_head = NULL; in acpi_hw_build_pci_list() local 201 *return_list_head = list_head; in acpi_hw_build_pci_list() 216 list_element->next = list_head; in acpi_hw_build_pci_list() 218 list_head = list_element; in acpi_hw_build_pci_list() [all …]
|
D | utcache.c | 126 while (cache->list_head) { in acpi_os_purge_cache() 130 next = ACPI_GET_DESCRIPTOR_PTR(cache->list_head); in acpi_os_purge_cache() 131 ACPI_FREE(cache->list_head); in acpi_os_purge_cache() 133 cache->list_head = next; in acpi_os_purge_cache() 220 ACPI_SET_DESCRIPTOR_PTR(object, cache->list_head); in acpi_os_release_object() 221 cache->list_head = object; in acpi_os_release_object() 263 if (cache->list_head) { in acpi_os_acquire_object() 267 object = cache->list_head; in acpi_os_acquire_object() 268 cache->list_head = ACPI_GET_DESCRIPTOR_PTR(object); in acpi_os_acquire_object()
|
D | utstate.c | 63 acpi_ut_push_generic_state(union acpi_generic_state **list_head, in acpi_ut_push_generic_state() argument 70 state->common.next = *list_head; in acpi_ut_push_generic_state() 71 *list_head = state; in acpi_ut_push_generic_state() 88 **list_head) in acpi_ut_pop_generic_state() 96 state = *list_head; in acpi_ut_pop_generic_state() 101 *list_head = state->common.next; in acpi_ut_pop_generic_state()
|
/linux-4.1.27/drivers/pinctrl/ |
D | core.h | 40 struct list_head node; 43 struct list_head gpio_ranges; 67 struct list_head node; 69 struct list_head states; 71 struct list_head dt_maps; 82 struct list_head node; 84 struct list_head settings; 121 struct list_head node; 167 struct list_head node; 193 extern struct list_head pinctrl_maps;
|
/linux-4.1.27/drivers/scsi/bfa/ |
D | bfa_cs.h | 156 #define bfa_q_first(_q) ((void *)(((struct list_head *) (_q))->next)) 157 #define bfa_q_next(_qe) (((struct list_head *) (_qe))->next) 158 #define bfa_q_prev(_qe) (((struct list_head *) (_qe))->prev) 164 bfa_q_next(_qe) = (struct list_head *) NULL; \ 165 bfa_q_prev(_qe) = (struct list_head *) NULL; \ 173 (*((struct list_head **) (_qe))) = bfa_q_next(_q); \ 174 bfa_q_prev(bfa_q_next(*((struct list_head **) _qe))) = \ 175 (struct list_head *) (_q); \ 176 bfa_q_next(_q) = bfa_q_next(*((struct list_head **) _qe));\ 178 *((struct list_head **) (_qe)) = (struct list_head *) NULL;\ [all …]
|
D | bfa_svc.h | 38 struct list_head qe; /* queue sg page element */ 43 struct list_head sgpg_q; /* queue of alloced sgpgs */ 47 struct list_head qe; /* queue sg page element */ 66 struct list_head sgpg_q; /* queue of free SG pages */ 67 struct list_head sgpg_wait_q; /* wait queue for SG pages */ 74 bfa_status_t bfa_sgpg_malloc(struct bfa_s *bfa, struct list_head *sgpg_q, 76 void bfa_sgpg_mfree(struct bfa_s *bfa, struct list_head *sgpg_q, int nsgpgs); 100 struct list_head fcxp_req_free_q; /* free FCXPs used for sending req */ 101 struct list_head fcxp_rsp_free_q; /* free FCXPs used for sending req */ 102 struct list_head fcxp_active_q; /* active FCXPs */ [all …]
|
D | bfa_fcpim.h | 33 struct list_head qe; /* queue element */ 128 struct list_head itnim_q; /* queue of active itnim */ 129 struct list_head ioim_resfree_q; /* IOs waiting for f/w */ 130 struct list_head ioim_comp_q; /* IO global comp Q */ 131 struct list_head tskim_free_q; 132 struct list_head tskim_unused_q; /* Unused tskim Q */ 148 struct list_head iotag_ioim_free_q; /* free IO resources */ 149 struct list_head iotag_tio_free_q; /* free IO resources */ 150 struct list_head iotag_unused_q; /* unused IO resources*/ 168 struct list_head qe; /* queue elememt */ [all …]
|
D | bfad_drv.h | 133 struct list_head list_entry; 152 struct list_head list_entry; 191 struct list_head list_entry; 225 struct list_head pbc_vport_list; 230 struct list_head free_aen_q; 231 struct list_head active_aen_q; 234 struct list_head vport_list; 333 extern struct list_head bfad_list;
|
/linux-4.1.27/drivers/staging/lustre/lnet/klnds/socklnd/ |
D | socklnd.h | 62 struct list_head kss_rx_conns; /* conn waiting to be read */ 64 struct list_head kss_tx_conns; 66 struct list_head kss_zombie_noop_txs; 131 struct list_head ksnn_list; /* chain on global list */ 146 struct list_head ksnd_nets; /* list of nets */ 150 struct list_head *ksnd_peers; 160 struct list_head ksnd_deathrow_conns; /* conns to close: reaper_lock*/ 161 struct list_head ksnd_zombie_conns; /* conns to free: reaper_lock */ 162 struct list_head ksnd_enomem_conns; /* conns to retry: reaper_lock*/ 171 struct list_head ksnd_connd_connreqs; /* incoming connection requests */ [all …]
|
/linux-4.1.27/sound/soc/intel/common/ |
D | sst-dsp-priv.h | 120 struct list_head list; /* DSP list of FW */ 121 struct list_head module_list; /* FW list of modules */ 161 struct list_head list; 162 struct list_head block_list; /* list of blocks used */ 212 struct list_head block_list; /* Module list of blocks in use */ 213 struct list_head list; /* DSP list of modules */ 214 struct list_head list_fw; /* FW list of modules */ 215 struct list_head runtime_list; /* list of runtime module objects*/ 252 struct list_head module_list; /* Module list of blocks */ 253 struct list_head list; /* Map list of free/used blocks */ [all …]
|
D | sst-ipc.h | 31 struct list_head list; 62 struct list_head tx_list; 63 struct list_head rx_list; 64 struct list_head empty_list;
|
/linux-4.1.27/arch/mips/include/asm/ |
D | vpe.h | 70 struct list_head tc; 73 struct list_head list; 79 struct list_head notify; 89 struct list_head tc; /* The list of TC's with this VPE */ 90 struct list_head list; /* The global list of tc's */ 97 struct list_head list; 102 struct list_head vpe_list; /* Virtual processing elements */ 104 struct list_head tc_list; /* Thread contexts */
|
/linux-4.1.27/include/sound/ |
D | timer.h | 87 struct list_head device_list; 88 struct list_head open_list_head; 89 struct list_head active_list_head; 90 struct list_head ack_list_head; 91 struct list_head sack_list_head; /* slow ack list head */ 115 struct list_head open_list; 116 struct list_head active_list; 117 struct list_head ack_list; 118 struct list_head slave_list_head; 119 struct list_head slave_active_head;
|
/linux-4.1.27/drivers/staging/lustre/lnet/klnds/o2iblnd/ |
D | o2iblnd.h | 189 struct list_head ibd_list; /* chain on kib_devs */ 190 struct list_head ibd_fail_list; /* chain on kib_failed_devs */ 200 struct list_head ibd_nets; 232 struct list_head pmr_list; /* chain node */ 246 typedef void (*kib_ps_node_init_t)(struct kib_pool *po, struct list_head *node); 247 typedef void (*kib_ps_node_fini_t)(struct kib_pool *po, struct list_head *node); 257 struct list_head ps_pool_list; /* list of pools */ 258 struct list_head ps_failed_pool_list; /* failed pool list */ 271 struct list_head po_list; /* chain on pool list */ 272 struct list_head po_free_list; /* pre-allocated node */ [all …]
|
/linux-4.1.27/sound/usb/ |
D | midi.h | 44 struct list_head *midi_list, 46 void snd_usbmidi_input_stop(struct list_head *p); 47 void snd_usbmidi_input_start(struct list_head *p); 48 void snd_usbmidi_disconnect(struct list_head *p); 49 void snd_usbmidi_suspend(struct list_head *p); 50 void snd_usbmidi_resume(struct list_head *p);
|
D | card.h | 12 struct list_head list; 47 struct list_head ready_list; 74 struct list_head ready_playback_urbs; 105 struct list_head list; 144 struct list_head fmt_list; /* format list */ 166 struct list_head list;
|
/linux-4.1.27/drivers/usb/usbip/ |
D | stub.h | 54 struct list_head priv_init; 55 struct list_head priv_tx; 56 struct list_head priv_free; 59 struct list_head unlink_tx; 60 struct list_head unlink_free; 68 struct list_head list; 77 struct list_head list;
|
D | vhci.h | 44 struct list_head priv_tx; 45 struct list_head priv_rx; 48 struct list_head unlink_tx; 49 struct list_head unlink_rx; 58 struct list_head list; 68 struct list_head list;
|
/linux-4.1.27/fs/gfs2/ |
D | incore.h | 148 struct list_head bd_list; 152 struct list_head bd_ail_st_list; 153 struct list_head bd_ail_gl_list; 254 struct list_head gh_list; 346 struct list_head gl_holders; 355 struct list_head gl_lru; 356 struct list_head gl_ail_list; 397 struct list_head i_ordered; 398 struct list_head i_trunc_list; 426 struct list_head rr_list; [all …]
|
/linux-4.1.27/arch/ia64/kernel/ |
D | mca_drv.h | 85 struct list_head list; 92 struct list_head proc_err; 93 struct list_head mem_dev_err; 94 struct list_head sel_dev_err; 95 struct list_head pci_bus_err; 96 struct list_head smbios_dev_err; 97 struct list_head pci_comp_err; 98 struct list_head plat_specific_err; 99 struct list_head host_ctlr_err; 100 struct list_head plat_bus_err; [all …]
|
/linux-4.1.27/fs/ |
D | mount.h | 11 struct list_head list; 45 struct list_head mnt_mounts; /* list of children, anchored here */ 46 struct list_head mnt_child; /* and going through their mnt_child */ 47 struct list_head mnt_instance; /* mount instance on sb->s_mounts */ 49 struct list_head mnt_list; 50 struct list_head mnt_expire; /* link in fs-specific expiry list */ 51 struct list_head mnt_share; /* circular list of shared mounts */ 52 struct list_head mnt_slave_list;/* list of slave mounts */ 53 struct list_head mnt_slave; /* slave list entry */
|
D | dcookies.c | 37 struct list_head hash_list; 43 static struct list_head *dcookie_hashtable __read_mostly; 69 struct list_head * pos; in find_dcookie() 70 struct list_head * list; in find_dcookie() 88 struct list_head * list = dcookie_hashtable + dcookie_hash(dcookie_value(dcs)); in hash_dcookie() 219 struct list_head * d; in dcookie_init() 241 hash_size = PAGE_SIZE / sizeof(struct list_head); in dcookie_init() 286 struct list_head * list; in dcookie_exit() 287 struct list_head * pos; in dcookie_exit() 288 struct list_head * pos2; in dcookie_exit() [all …]
|
/linux-4.1.27/drivers/staging/lustre/include/linux/libcfs/ |
D | libcfs_string.h | 70 struct list_head re_link; 77 struct list_head el_link; 78 struct list_head el_exprs; 100 void cfs_expr_list_free_list(struct list_head *list); 101 int cfs_ip_addr_parse(char *str, int len, struct list_head *list); 102 int cfs_ip_addr_match(__u32 addr, struct list_head *list); 103 void cfs_ip_addr_free(struct list_head *list);
|
/linux-4.1.27/drivers/soc/ti/ |
D | knav_qmss.h | 140 struct list_head list; 150 struct list_head list; 207 struct list_head list; 208 struct list_head pools; 235 struct list_head list; 236 struct list_head region_inst; 266 struct list_head handles; 291 struct list_head list; 302 struct list_head regions; 303 struct list_head queue_ranges; [all …]
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/ |
D | lustre_import.h | 74 struct list_head *paa_reqs_array; /** array to hold requests */ 136 struct list_head oic_item; 169 struct list_head imp_pinger_chain; 171 struct list_head imp_zombie_chain; 178 struct list_head imp_replay_list; 179 struct list_head imp_sending_list; 180 struct list_head imp_delayed_list; 190 struct list_head imp_committed_list; 191 struct list_head *imp_replay_cursor; 257 struct list_head imp_conn_list; [all …]
|
D | lustre_export.h | 78 struct list_head med_open_head; 87 struct list_head eced_locks; 97 struct list_head fed_mod_list; /* files being modified */ 105 struct list_head med_clients; /* mgc fs client via this exp */ 116 struct list_head nid_list; 170 struct list_head exp_locks_list; 176 struct list_head exp_obd_chain; 185 struct list_head exp_obd_chain_timed; 206 struct list_head exp_outstanding_replies; 207 struct list_head exp_uncommitted_replies; [all …]
|
D | lustre_dlm.h | 400 struct list_head ns_list_chain; 412 struct list_head ns_unused_list; 572 struct list_head gl_list; /* linkage to other gl work structs */ 584 struct list_head li_group; /* the locks which have the same 686 struct list_head l_lru; 692 struct list_head l_res_link; 829 struct list_head l_pending_chain; 851 struct list_head l_bl_ast; 853 struct list_head l_cp_ast; 855 struct list_head l_rk_ast; [all …]
|
D | lustre_net.h | 342 struct list_head set_requests; 348 struct list_head set_cblist; 360 struct list_head set_new_requests; 378 struct list_head psc_item; 412 struct list_head rs_list; 414 struct list_head rs_exp_list; 416 struct list_head rs_obd_list; 418 struct list_head rs_debug_list; 499 struct list_head prp_req_list; 815 struct list_head nrs_policy_list; [all …]
|
D | obd.h | 244 struct list_head typ_chain; 287 struct list_head ti_obd_list; 288 struct list_head ti_chain; 339 struct list_head cl_cache_waiters; /* waiting for cache/grant */ 341 struct list_head cl_grant_shrink_list; /* Timeout event list */ 372 struct list_head cl_loi_ready_list; 373 struct list_head cl_loi_hp_ready_list; 374 struct list_head cl_loi_write_list; 375 struct list_head cl_loi_read_list; 392 struct list_head cl_lru_osc; /* member of cl_cache->ccc_lru */ [all …]
|
/linux-4.1.27/net/tipc/ |
D | name_table.h | 77 struct list_head nodesub_list; 78 struct list_head local_list; 79 struct list_head pport_list; 80 struct list_head node_list; 81 struct list_head cluster_list; 82 struct list_head zone_list; 94 struct list_head publ_list[TIPC_PUBL_SCOPE_NUM]; 120 struct list_head list;
|
/linux-4.1.27/include/drm/ttm/ |
D | ttm_execbuf_util.h | 46 struct list_head head; 62 struct list_head *list); 99 struct list_head *list, bool intr, 100 struct list_head *dups); 116 struct list_head *list,
|
/linux-4.1.27/drivers/isdn/capi/ |
D | capilib.c | 17 struct list_head list; 80 void capilib_new_ncci(struct list_head *head, u16 applid, u32 ncci, u32 winsize) in capilib_new_ncci() 104 void capilib_free_ncci(struct list_head *head, u16 applid, u32 ncci) in capilib_free_ncci() 106 struct list_head *l; in capilib_free_ncci() 125 void capilib_release_appl(struct list_head *head, u16 applid) in capilib_release_appl() 127 struct list_head *l, *n; in capilib_release_appl() 142 void capilib_release(struct list_head *head) in capilib_release() 144 struct list_head *l, *n; in capilib_release() 157 u16 capilib_data_b3_req(struct list_head *head, u16 applid, u32 ncci, u16 msgid) in capilib_data_b3_req() 159 struct list_head *l; in capilib_data_b3_req() [all …]
|
/linux-4.1.27/drivers/staging/rtl8712/ |
D | sta_info.h | 41 struct list_head list; 60 struct list_head list; /*free_sta_queue*/ 61 struct list_head hash_list; /*sta_hash*/ 93 struct list_head asoc_list; 94 struct list_head auth_list; 107 struct list_head sta_hash[NUM_STA]; 112 struct list_head asoc_list; 113 struct list_head auth_list;
|
/linux-4.1.27/include/target/iscsi/ |
D | iscsi_target_core.h | 290 struct list_head qr_list; 305 struct list_head param_list; 306 struct list_head extra_response_list; 321 struct list_head cmd_datain_node; 330 struct list_head ooo_list; 348 struct list_head r2t_list; 458 struct list_head datain_list; 460 struct list_head cmd_r2t_list; 485 struct list_head i_conn_node; 591 struct list_head conn_cmd_list; [all …]
|
/linux-4.1.27/drivers/scsi/lpfc/ |
D | lpfc_sli4.h | 129 struct list_head list; 133 struct list_head child_list; 140 struct list_head page_list; 215 struct list_head list; 244 struct list_head fcf_pri_list; 307 struct list_head list; 573 struct list_head lpfc_free_sgl_list; 574 struct list_head lpfc_sgl_list; 575 struct list_head lpfc_abts_els_sgl_list; 576 struct list_head lpfc_abts_scsi_buf_list; [all …]
|
D | lpfc_sli.h | 33 struct list_head list; 51 struct list_head list; 52 struct list_head clist; 53 struct list_head dlist; 119 struct list_head list; /* ptr to next mailbox command */ 206 struct list_head txq; 209 struct list_head txcmplq; 213 struct list_head postbufq; 216 struct list_head iocb_continueq; 219 struct list_head iocb_continue_saveq; [all …]
|
D | lpfc.h | 119 struct list_head list; 300 struct list_head listentry; 347 struct list_head fc_nodes; 440 struct list_head rcv_buffer_list; 453 struct list_head hbq_buffer_list; /* buffers assigned to this HBQ */ 539 struct list_head ext_dmabuf_list; 757 struct list_head work_list; 768 struct list_head rb_pend_list; /* Received buffers to be processed */ 836 struct list_head lpfc_scsi_buf_list_get; 837 struct list_head lpfc_scsi_buf_list_put; [all …]
|
/linux-4.1.27/fs/nilfs2/ |
D | segbuf.h | 77 struct list_head sb_list; 88 struct list_head sb_segsum_buffers; 89 struct list_head sb_payload_buffers; /* including super root */ 172 void nilfs_clear_logs(struct list_head *logs); 173 void nilfs_truncate_logs(struct list_head *logs, 175 int nilfs_write_logs(struct list_head *logs, struct the_nilfs *nilfs); 176 int nilfs_wait_on_logs(struct list_head *logs); 177 void nilfs_add_checksums_on_logs(struct list_head *logs, u32 seed); 179 static inline void nilfs_destroy_logs(struct list_head *logs) in nilfs_destroy_logs()
|
D | segment.h | 57 struct list_head ri_used_segments; 139 struct list_head sc_dirty_files; 140 struct list_head sc_gc_inodes; 141 struct list_head sc_iput_queue; 152 struct list_head sc_segbufs; 153 struct list_head sc_write_logs; 249 extern void nilfs_dispose_segment_list(struct list_head *);
|
/linux-4.1.27/include/linux/ceph/ |
D | osd_client.h | 36 struct list_head o_requests; 37 struct list_head o_linger_requests; 38 struct list_head o_osd_lru; 42 struct list_head o_keepalive_item; 124 struct list_head r_req_lru_item; 125 struct list_head r_osd_item; 126 struct list_head r_linger_item; 127 struct list_head r_linger_osd_item; 163 struct list_head r_unsafe_item; 190 struct list_head osd_node; [all …]
|
D | messenger.h | 98 struct list_head links; /* ceph_msg->data */ 118 struct list_head *data_head; /* = &ceph_msg->data */ 158 struct list_head data; 162 struct list_head list_head; /* links for connection lists */ member 214 struct list_head out_queue; 215 struct list_head out_sent; /* sending or sent but unacked */
|
/linux-4.1.27/drivers/md/ |
D | raid5.h | 199 struct list_head lru; /* inactive_list or handle_list */ 225 struct list_head batch_list; /* protected by head's batch lock*/ 418 struct list_head temp_inactive_list[NR_STRIPE_HASH_LOCKS]; 423 struct list_head handle_list; 465 struct list_head handle_list; /* stripes needing handling */ 466 struct list_head hold_list; /* preread ready stripes */ 467 struct list_head delayed_list; /* stripes that have plugged requests */ 468 struct list_head bitmap_list; /* stripes delaying awaiting bitmap update */ 477 struct list_head *last_hold; /* detect hold_list promotions */ 514 struct list_head inactive_list[NR_STRIPE_HASH_LOCKS]; [all …]
|
/linux-4.1.27/include/linux/isdn/ |
D | capilli.h | 97 struct list_head list; 106 void capilib_new_ncci(struct list_head *head, u16 applid, u32 ncci, u32 winsize); 107 void capilib_free_ncci(struct list_head *head, u16 applid, u32 ncci); 108 void capilib_release_appl(struct list_head *head, u16 applid); 109 void capilib_release(struct list_head *head); 110 void capilib_data_b3_conf(struct list_head *head, u16 applid, u32 ncci, u16 msgid); 111 u16 capilib_data_b3_req(struct list_head *head, u16 applid, u32 ncci, u16 msgid);
|
/linux-4.1.27/drivers/sbus/char/ |
D | bbc_i2c.h | 18 struct list_head bp_list; 19 struct list_head glob_list; 40 struct list_head bp_list; 41 struct list_head glob_list; 64 struct list_head temps; 65 struct list_head fans;
|
/linux-4.1.27/drivers/infiniband/hw/usnic/ |
D | usnic_ib.h | 40 struct list_head qp_grp_list; 41 struct list_head link; 59 struct list_head ib_dev_link; 60 struct list_head vf_dev_list; 61 struct list_head ctx_list; 78 struct list_head link;
|
D | usnic_uiom_interval_tree.h | 26 struct list_head link; 61 struct list_head *removed); 70 struct list_head *diff_set); 72 void usnic_uiom_put_interval_set(struct list_head *intervals);
|
D | usnic_uiom.h | 37 struct list_head link; 44 struct list_head devs; 55 struct list_head chunk_list; 62 struct list_head list;
|
/linux-4.1.27/drivers/infiniband/ulp/srpt/ |
D | ib_srpt.h | 204 struct list_head wait_list; 235 struct list_head free_list; 318 struct list_head free_list; 322 struct list_head list; 323 struct list_head cmd_wait_list; 372 struct list_head port_acl_list; 403 struct list_head rch_list; 408 struct list_head list; 422 struct list_head list;
|
/linux-4.1.27/drivers/infiniband/ulp/srp/ |
D | ib_srp.h | 96 struct list_head dev_list; 113 struct list_head target_list; 116 struct list_head list; 139 struct list_head free_tx; 224 struct list_head list; 229 struct list_head list; 243 struct list_head entry; 263 struct list_head free_list;
|
/linux-4.1.27/net/rds/ |
D | ib.h | 28 extern struct list_head rds_ib_devices; 36 struct list_head f_item; 37 struct list_head f_cache_entry; 42 struct list_head ii_frags; 43 struct list_head ii_cache_entry; 48 struct list_head *first; 54 struct list_head *xfer; 55 struct list_head *ready; 96 struct list_head ib_node; 166 struct list_head list; [all …]
|
D | iw.h | 21 extern struct list_head rds_iw_devices; 31 struct list_head f_item; 38 struct list_head ii_frags; 64 struct list_head m_list; 104 struct list_head iw_node; 174 struct list_head list; 179 struct list_head list; 180 struct list_head cm_id_list; 181 struct list_head conn_list; 278 extern struct list_head iw_nodev_conns; [all …]
|
/linux-4.1.27/drivers/usb/host/ |
D | ehci.h | 64 struct list_head ps_list; /* node on ehci_tt's ps_list */ 155 struct list_head async_unlink; 156 struct list_head async_idle; 165 struct list_head intr_qh_list; 169 struct list_head intr_unlink_wait; 170 struct list_head intr_unlink; 182 struct list_head cached_itd_list; 184 struct list_head cached_sitd_list; 263 struct list_head tt_list; 323 struct list_head qtd_list; /* sw qtd list */ [all …]
|
D | imx21-hcd.h | 343 struct list_head td_list; 344 struct list_head queue; 351 struct list_head list; 366 struct list_head queue; 389 struct list_head list; 424 struct list_head dmem_list; 425 struct list_head queue_for_etd; /* eps queued due to etd shortage */ 426 struct list_head queue_for_dmem; /* etds queued due to dmem shortage */
|
D | fhci.h | 212 struct list_head ctrl_list; /* control endpoints */ 213 struct list_head bulk_list; /* bulk endpoints */ 214 struct list_head iso_list; /* isochronous endpoints */ 215 struct list_head intr_list; /* interruput endpoints */ 216 struct list_head done_list; /* done transfers */ 263 struct list_head empty_eds; 264 struct list_head empty_tds; 336 struct list_head td_list; /* a list of all queued TD to this pipe */ 337 struct list_head node; 358 struct list_head node; [all …]
|
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvkm/core/ |
D | mm.h | 6 struct list_head nl_entry; 7 struct list_head fl_entry; 8 struct list_head rl_entry; 20 struct list_head nodes; 21 struct list_head free;
|
/linux-4.1.27/fs/xfs/ |
D | xfs_extent_busy.h | 36 struct list_head list; /* transaction busy extent list */ 50 xfs_extent_busy_clear(struct xfs_mount *mp, struct list_head *list, 66 xfs_extent_busy_ag_cmp(void *priv, struct list_head *a, struct list_head *b); 68 static inline void xfs_extent_busy_sort(struct list_head *list) in xfs_extent_busy_sort()
|
/linux-4.1.27/arch/arm/include/asm/hardware/ |
D | iop_adma.h | 66 struct list_head chain; 70 struct list_head all_slots; 93 struct list_head slot_node; 94 struct list_head chain_node; 100 struct list_head tx_list;
|
/linux-4.1.27/drivers/scsi/mpt2sas/ |
D | mpt2sas_base.h | 362 struct list_head list; 406 struct list_head list; 448 struct list_head port_list; 453 struct list_head phy_list; 468 struct list_head port_siblings; 493 struct list_head list; 503 struct list_head sas_port_list; 525 struct list_head tracker_list; 542 struct list_head chain_list; 543 struct list_head tracker_list; [all …]
|
/linux-4.1.27/drivers/staging/lustre/lustre/ldlm/ |
D | ldlm_internal.h | 42 extern struct list_head ldlm_srv_namespace_list; 44 extern struct list_head ldlm_cli_active_namespace_list; 45 extern struct list_head ldlm_cli_inactive_namespace_list; 69 static inline struct list_head *ldlm_namespace_list(ldlm_side_t client) in ldlm_namespace_list() 75 static inline struct list_head *ldlm_namespace_inactive_list(ldlm_side_t client) in ldlm_namespace_inactive_list() 112 struct list_head *cancels, int count, int max, 130 struct list_head *list; 141 void ldlm_grant_lock(struct ldlm_lock *lock, struct list_head *work_list); 156 struct list_head *work_list); 157 int ldlm_run_ast_work(struct ldlm_namespace *ns, struct list_head *rpc_list, [all …]
|
/linux-4.1.27/drivers/infiniband/ulp/ipoib/ |
D | ipoib.h | 152 struct list_head list; 161 struct list_head neigh_list; 228 struct list_head list; 238 struct list_head list; 258 struct list_head passive_ids; /* state: LIVE */ 259 struct list_head rx_error_list; /* state: ERROR */ 260 struct list_head rx_flush_list; /* state: FLUSH, drain not started */ 261 struct list_head rx_drain_list; /* state: FLUSH, drain started */ 262 struct list_head rx_reap_list; /* state: FLUSH, drain done */ 269 struct list_head start_list; [all …]
|
/linux-4.1.27/sound/pci/ctxfi/ |
D | ctimap.h | 29 struct list_head list; 32 int input_mapper_add(struct list_head *mappers, struct imapper *entry, 35 int input_mapper_delete(struct list_head *mappers, struct imapper *entry, 38 void free_input_mapper_list(struct list_head *mappers);
|
D | ctimap.c | 22 int input_mapper_add(struct list_head *mappers, struct imapper *entry, in input_mapper_add() 25 struct list_head *pos, *pre, *head; in input_mapper_add() 68 int input_mapper_delete(struct list_head *mappers, struct imapper *entry, in input_mapper_delete() 71 struct list_head *next, *pre, *head; in input_mapper_delete() 100 void free_input_mapper_list(struct list_head *head) in free_input_mapper_list() 103 struct list_head *pos; in free_input_mapper_list()
|
/linux-4.1.27/block/partitions/ |
D | ldm.h | 105 struct list_head list; 198 struct list_head list; 205 struct list_head v_dgrp; 206 struct list_head v_disk; 207 struct list_head v_volu; 208 struct list_head v_comp; 209 struct list_head v_part;
|
/linux-4.1.27/drivers/gpu/drm/amd/amdkfd/ |
D | kfd_topology.h | 83 struct list_head list; 102 struct list_head list; 117 struct list_head list; 135 struct list_head list; 139 struct list_head mem_props; 141 struct list_head cache_props; 143 struct list_head io_link_props;
|
/linux-4.1.27/drivers/staging/lustre/lustre/osc/ |
D | osc_cl_internal.h | 124 struct list_head oo_inflight[CRT_NR]; 135 struct list_head oo_ready_item; 136 struct list_head oo_hp_ready_item; 137 struct list_head oo_write_item; 138 struct list_head oo_read_item; 147 struct list_head oo_hp_exts; /* list of hp extents */ 148 struct list_head oo_urgent_exts; /* list of writeback extents */ 149 struct list_head oo_rpc_exts; 151 struct list_head oo_reading_exts; 375 struct list_head ops_lru; [all …]
|
/linux-4.1.27/fs/nfs_common/ |
D | grace.c | 30 struct list_head *grace_list = net_generic(net, grace_net_id); in locks_start_grace() 68 struct list_head *grace_list = net_generic(net, grace_net_id); in locks_in_grace() 77 struct list_head *grace_list = net_generic(net, grace_net_id); in grace_init_net() 86 struct list_head *grace_list = net_generic(net, grace_net_id); in grace_exit_net() 95 .size = sizeof(struct list_head),
|
/linux-4.1.27/arch/x86/pci/ |
D | bus_numa.h | 8 struct list_head list; 13 struct list_head list; 15 struct list_head resources; 21 extern struct list_head pci_root_infos;
|
/linux-4.1.27/fs/ocfs2/dlm/ |
D | dlmcommon.h | 61 struct list_head hb_events; 110 struct list_head resources; 111 struct list_head node_data; 128 struct list_head list; 130 struct list_head dirty_list; 131 struct list_head purge_list; 132 struct list_head pending_asts; 133 struct list_head pending_basts; 134 struct list_head tracking_list; 151 struct list_head mle_hb_events; [all …]
|
/linux-4.1.27/security/tomoyo/ |
D | gc.c | 39 static bool tomoyo_struct_used_by_io_buffer(const struct list_head *element) in tomoyo_struct_used_by_io_buffer() 106 static inline void tomoyo_del_transition_control(struct list_head *element) in tomoyo_del_transition_control() 121 static inline void tomoyo_del_aggregator(struct list_head *element) in tomoyo_del_aggregator() 136 static inline void tomoyo_del_manager(struct list_head *element) in tomoyo_del_manager() 150 static void tomoyo_del_acl(struct list_head *element) in tomoyo_del_acl() 243 static inline void tomoyo_del_domain(struct list_head *element) in tomoyo_del_domain() 268 void tomoyo_del_condition(struct list_head *element) in tomoyo_del_condition() 307 static inline void tomoyo_del_name(struct list_head *element) in tomoyo_del_name() 319 static inline void tomoyo_del_path_group(struct list_head *element) in tomoyo_del_path_group() 333 static inline void tomoyo_del_group(struct list_head *element) in tomoyo_del_group() [all …]
|
D | common.h | 403 struct list_head list; 409 struct list_head list; 540 struct list_head member_list; 669 struct list_head list; 677 struct list_head list; 678 struct list_head acl_info_list; 777 struct list_head *list; 797 struct list_head *ns; 798 struct list_head *domain; 799 struct list_head *group; [all …]
|
/linux-4.1.27/drivers/net/wireless/ath/ar5523/ |
D | ar5523.h | 75 struct list_head list; 81 struct list_head list; 102 struct list_head tx_queue_pending; 103 struct list_head tx_queue_submitted; 118 struct list_head rx_data_free; 119 struct list_head rx_data_used;
|
/linux-4.1.27/drivers/s390/scsi/ |
D | zfcp_def.h | 114 struct list_head list; 158 struct list_head port_list; /* remote port list */ 170 struct list_head erp_ready_head; /* error recovery for this 173 struct list_head erp_running_head; 201 struct list_head list; /* list of remote ports */ 203 struct list_head unit_list; /* head of logical unit list */ 236 struct list_head list; 300 struct list_head list;
|
/linux-4.1.27/drivers/net/ethernet/ti/ |
D | netcp.h | 68 struct list_head node; 78 struct list_head txhook_list_head; 85 struct list_head rxhook_list_head; 98 struct list_head module_head; 99 struct list_head interface_list; 100 struct list_head addr_list; 197 struct list_head module_list; 198 struct list_head interface_list;
|
/linux-4.1.27/drivers/s390/char/ |
D | raw3270.h | 98 struct list_head list; /* list head for request queueing. */ 156 struct list_head list; 199 struct list_head list; 213 struct list_head list; 214 struct list_head update; 221 alloc_string(struct list_head *free_list, unsigned long len) in alloc_string() 247 free_string(struct list_head *free_list, struct string *cs) in free_string() 250 struct list_head *p, *left; in free_string() 280 add_string_memory(struct list_head *free_list, void *mem, unsigned long size) in add_string_memory()
|
/linux-4.1.27/drivers/scsi/csiostor/ |
D | csio_scsi.h | 157 struct list_head active_q; /* Outstanding SCSI I/Os */ 158 struct list_head ioreq_freelist; /* Free list of ioreq's */ 159 struct list_head ddp_freelist; /* DDP descriptor freelist */ 214 csio_put_scsi_ioreq_list(struct csio_scsim *scm, struct list_head *reqlist, in csio_put_scsi_ioreq_list() 244 csio_put_scsi_ddp_list(struct csio_scsim *scm, struct list_head *reqlist, in csio_put_scsi_ddp_list() 252 csio_scsi_completed(struct csio_ioreq *ioreq, struct list_head *cbfn_q) in csio_scsi_completed() 260 csio_scsi_aborted(struct csio_ioreq *ioreq, struct list_head *cbfn_q) in csio_scsi_aborted() 267 csio_scsi_closed(struct csio_ioreq *ioreq, struct list_head *cbfn_q) in csio_scsi_closed() 331 void csio_scsi_cleanup_io_q(struct csio_scsim *, struct list_head *);
|
D | csio_defs.h | 67 csio_list_deleted(struct list_head *list) in csio_list_deleted() 72 #define csio_list_next(elem) (((struct list_head *)(elem))->next) 73 #define csio_list_prev(elem) (((struct list_head *)(elem))->prev) 79 struct list_head sm_list;
|
/linux-4.1.27/drivers/scsi/mpt3sas/ |
D | mpt3sas_base.h | 300 struct list_head list; 337 struct list_head list; 372 struct list_head port_list; 377 struct list_head phy_list; 392 struct list_head port_siblings; 417 struct list_head list; 427 struct list_head sas_port_list; 449 struct list_head tracker_list; 463 struct list_head chain_list; 464 struct list_head tracker_list; [all …]
|
/linux-4.1.27/include/net/sctp/ |
D | structs.h | 118 struct list_head address_families; 230 struct list_head auto_asconf_list; 461 void (*copy_addrlist) (struct list_head *, 493 struct list_head list; 524 struct list_head chunks; 553 struct list_head list; 558 struct list_head transmitted_list; 565 struct list_head frag_list; 673 struct list_head list; 694 struct list_head chunk_list; [all …]
|
/linux-4.1.27/fs/cifs/ |
D | fscache.h | 55 struct list_head *, 57 extern void __cifs_fscache_readpages_cancel(struct inode *, struct list_head *); 79 struct list_head *pages, in cifs_readpages_from_fscache() 96 struct list_head *pages) in cifs_fscache_readpages_cancel() 133 struct list_head *pages, in cifs_readpages_from_fscache() 143 struct list_head *pages) in cifs_fscache_readpages_cancel()
|
D | cifsglob.h | 534 struct list_head tcp_ses_list; 535 struct list_head smb_ses_list; 551 struct list_head pending_mid_q; 772 struct list_head smb_ses_list; 773 struct list_head tcon_list; 815 struct list_head tcon_list; 817 struct list_head openFileList; 907 struct list_head pending_opens; /* list of incomplete opens */ 953 struct list_head olist; 964 struct list_head llist; /* pointer to next cifsLockInfo */ [all …]
|
/linux-4.1.27/drivers/dma/ |
D | virt-dma.h | 21 struct list_head node; 32 struct list_head desc_submitted; 33 struct list_head desc_issued; 34 struct list_head desc_completed; 44 void vchan_dma_desc_free_list(struct virt_dma_chan *vc, struct list_head *head); 135 struct list_head *head) in vchan_get_all_descriptors()
|
D | mv_xor.h | 108 struct list_head chain; 109 struct list_head completed_slots; 116 struct list_head all_slots; 137 struct list_head slot_node; 138 struct list_head chain_node; 139 struct list_head completed_node;
|
/linux-4.1.27/drivers/net/wireless/ath/ath6kl/ |
D | htc.h | 283 struct list_head list; 346 void (*tx_comp_multi) (struct htc_target *, struct list_head *); 372 struct list_head list; 444 struct list_head lowestpri_ep_dist; 511 struct list_head txq; 512 struct list_head rx_bufq; 528 struct list_head tx_lookup_queue; 567 struct list_head *pktq); 581 struct list_head cred_dist_list; 583 struct list_head free_ctrl_txbuf; [all …]
|
/linux-4.1.27/fs/fuse/ |
D | fuse_i.h | 52 extern struct list_head fuse_conn_list; 96 struct list_head write_files; 99 struct list_head queued_writes; 109 struct list_head writepages; 151 struct list_head write_entry; 284 struct list_head list; 287 struct list_head intr_entry; 383 struct list_head writepages_entry; 427 struct list_head pending; 430 struct list_head processing; [all …]
|
/linux-4.1.27/net/batman-adv/ |
D | types.h | 91 struct list_head list; 177 struct list_head list; 282 struct list_head in_coding_list; 283 struct list_head out_coding_list; 288 struct list_head vlan_list; 520 struct list_head changes_list; 523 struct list_head req_list; 524 struct list_head roam_list; 839 struct list_head queue_list; 854 struct list_head list; [all …]
|
/linux-4.1.27/net/dccp/ |
D | ackvec.h | 77 struct list_head av_records; 96 struct list_head avr_node; 133 struct list_head node; 136 int dccp_ackvec_parsed_add(struct list_head *head, u8 *vec, u8 len, u8 nonce); 137 void dccp_ackvec_parsed_cleanup(struct list_head *parsed_chunks);
|
/linux-4.1.27/fs/nfs/ |
D | pnfs.h | 48 struct list_head da_node; /* nfs4_pnfs_dev_hlist dev_dslist */ 53 struct list_head ds_node; /* nfs4_pnfs_dev_hlist dev_dslist */ 55 struct list_head ds_addrs; 63 struct list_head pls_list; 64 struct list_head pls_lc_list; 117 struct list_head pnfs_tblid; 149 void (*recover_commit_reqs) (struct list_head *list, 154 struct list_head *mds_pages, 185 struct list_head plh_layouts; /* other client layouts */ 186 struct list_head plh_bulk_destroy; [all …]
|
/linux-4.1.27/net/rxrpc/ |
D | ar-internal.h | 60 struct list_head listen_link; /* link in the local endpoint's listen list */ 61 struct list_head secureq; /* calls awaiting connection security clearance */ 62 struct list_head acceptq; /* calls awaiting acceptance */ 109 struct list_head link; /* link in master list */ 156 struct list_head services; /* services listening on this endpoint */ 157 struct list_head link; /* link in endpoint list */ 177 struct list_head link; /* link in master peer list */ 178 struct list_head error_targets; /* targets for net error distribution */ 209 struct list_head link; /* link in master session list */ 225 struct list_head unused_conns; /* unused connections in this bundle */ [all …]
|
/linux-4.1.27/drivers/crypto/qat/qat_common/ |
D | adf_cfg.h | 61 struct list_head list; 66 struct list_head list; 67 struct list_head param_head; 71 struct list_head sec_list;
|
D | adf_dev_mgr.c | 67 struct list_head *itr; in adf_devmgr_add_dev() 93 struct list_head *adf_devmgr_get_head(void) in adf_devmgr_get_head() 137 struct list_head *itr; in adf_devmgr_pci_to_accel_dev() 156 struct list_head *itr; in adf_devmgr_get_dev_by_id() 185 struct list_head *itr; in adf_devmgr_get_num_dev()
|
D | adf_cfg.c | 67 struct list_head *list; in qat_dev_cfg_show() 155 static void adf_cfg_section_del_all(struct list_head *head); 196 static void adf_cfg_keyval_del_all(struct list_head *head) in adf_cfg_keyval_del_all() 198 struct list_head *list_ptr, *tmp; in adf_cfg_keyval_del_all() 208 static void adf_cfg_section_del_all(struct list_head *head) in adf_cfg_section_del_all() 211 struct list_head *list, *tmp; in adf_cfg_section_del_all() 224 struct list_head *list; in adf_cfg_key_value_find() 239 struct list_head *list; in adf_cfg_sec_find()
|
/linux-4.1.27/include/linux/sunrpc/ |
D | rpc_pipe_fs.h | 9 struct list_head pdh_entries; 15 struct list_head pdo_head; 29 struct list_head list; 45 struct list_head pipe; 46 struct list_head in_upcall; 47 struct list_head in_downcall;
|
D | svc_rdma.h | 76 struct list_head dto_q; 114 struct list_head frmr_list; 132 struct list_head sc_accept_q; /* Conn. waiting accept */ 146 struct list_head sc_rq_dto_q; 159 struct list_head sc_frmr_q; 166 struct list_head sc_dto_q; /* DTO tasklet I/O pending Q */ 167 struct list_head sc_read_complete_q;
|
D | svc_xprt.h | 35 struct list_head xcl_list; 46 struct list_head list; 54 struct list_head xpt_list; 55 struct list_head xpt_ready; 76 struct list_head xpt_deferred; /* deferred requests that need 83 struct list_head xpt_users; /* callbacks on free */
|
/linux-4.1.27/security/smack/ |
D | smack.h | 55 struct list_head list; 60 struct list_head smk_rules; /* access rules */ 101 struct list_head smk_rules; /* per task access rules */ 114 struct list_head list; 124 struct list_head list; 134 struct list_head list; 240 int smk_access_entry(char *, char *, struct list_head *); 276 extern struct list_head smack_known_list; 277 extern struct list_head smk_netlbladdr_list;
|
/linux-4.1.27/include/scsi/ |
D | libsas.h | 145 struct list_head children; 177 struct list_head eh_list_node; /* pending a user requested eh action */ 201 struct list_head siblings; /* devices on the same level */ 205 struct list_head dev_list_node; 206 struct list_head disco_list_node; /* awaiting probe or destruct */ 230 struct list_head drain_node; 269 struct list_head dev_list; 270 struct list_head disco_list; 271 struct list_head destroy_list; 289 struct list_head phy_list; [all …]
|
D | sas_ata.h | 43 void sas_ata_eh(struct Scsi_Host *shost, struct list_head *work_q, 44 struct list_head *done_q); 70 static inline void sas_ata_eh(struct Scsi_Host *shost, struct list_head *work_q, in sas_ata_eh() 71 struct list_head *done_q) in sas_ata_eh()
|
/linux-4.1.27/drivers/staging/android/ |
D | sync.h | 101 struct list_head child_list_head; 104 struct list_head active_list_head; 107 struct list_head sync_timeline_list; 126 struct list_head child_list; 127 struct list_head active_list; 159 struct list_head sync_fence_list;
|
/linux-4.1.27/sound/core/seq/ |
D | seq_ports.h | 45 struct list_head src_list; /* link of sources */ 46 struct list_head dest_list; /* link of destinations */ 51 struct list_head list_head; /* list of subscribed ports */ member 65 struct list_head list; /* port list */
|
/linux-4.1.27/kernel/ |
D | audit.h | 57 struct list_head list; 77 struct list_head list; /* audit_context->names_list */ 128 struct list_head names_list; /* struct audit_names->list anchor */ 150 struct list_head killed_trees; 219 extern struct list_head audit_inode_hash[AUDIT_INODE_BUCKETS]; 256 extern struct list_head audit_filter_list[]; 268 extern int audit_add_watch(struct audit_krule *krule, struct list_head **list); 294 extern void audit_kill_trees(struct list_head *); 322 extern struct list_head *audit_killed_trees(void);
|
D | workqueue_internal.h | 25 struct list_head entry; /* L: while idle */ 33 struct list_head scheduled; /* L: scheduled works */ 40 struct list_head node; /* A: anchored at pool->workers */
|
/linux-4.1.27/include/media/ |
D | v4l2-async.h | 61 struct list_head list; 80 struct list_head waiting; 81 struct list_head done; 82 struct list_head list;
|
/linux-4.1.27/arch/sh/include/asm/ |
D | io_trapped.h | 15 struct list_head list; 23 void __iomem *match_trapped_io_handler(struct list_head *list, 28 extern struct list_head trapped_mem; 40 extern struct list_head trapped_io;
|
/linux-4.1.27/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_drv.h | 81 struct list_head fence_events; 87 struct list_head res_list; 117 struct list_head lru_head; /* Protected by the resource lock */ 118 struct list_head mob_head; /* Protected by @backup reserved */ 119 struct list_head binding_head; /* Protected by binding_mutex */ 171 struct list_head head; 306 struct list_head ctx_list; 307 struct list_head res_list; 326 struct list_head list; 337 struct list_head validate_nodes; [all …]
|
D | vmwgfx_cmdbuf_res.c | 51 struct list_head head; 68 struct list_head list; 129 void vmw_cmdbuf_res_commit(struct list_head *list) in vmw_cmdbuf_res_commit() 163 void vmw_cmdbuf_res_revert(struct list_head *list) in vmw_cmdbuf_res_revert() 204 struct list_head *list) in vmw_cmdbuf_res_add() 243 struct list_head *list) in vmw_cmdbuf_res_remove()
|
/linux-4.1.27/drivers/isdn/mISDN/ |
D | dsp.h | 94 struct list_head list; 100 struct list_head list; 104 struct list_head mlist; 139 struct list_head list; 171 struct list_head list; 243 extern struct list_head dsp_ilist; 244 extern struct list_head conf_ilist;
|
/linux-4.1.27/drivers/dma/ppc4xx/ |
D | adma.h | 96 struct list_head chain; 98 struct list_head all_slots; 151 struct list_head slot_node; 152 struct list_head chain_node; /* node in channel ops list */ 153 struct list_head group_list; /* list */
|
/linux-4.1.27/drivers/staging/ft1000/ft1000-usb/ |
D | ft1000_usb.h | 26 struct list_head app_sqlist; /* link list of msgs for applicaton on 58 struct list_head list; 101 struct list_head list; 130 extern struct list_head freercvpool; 140 struct dpram_blk *ft1000_get_buffer(struct list_head *bufflist); 141 void ft1000_free_buffer(struct dpram_blk *pdpram_blk, struct list_head *plist);
|
/linux-4.1.27/arch/ia64/include/asm/sn/ |
D | tioca_provider.h | 34 struct list_head cad_list; /* headed by ca_list */ 50 struct list_head ca_list; /* list of all ca's */ 51 struct list_head ca_dmamaps; 54 struct list_head *ca_devices; /* bus->devices */ 204 extern struct list_head tioca_list;
|
/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/ |
D | nidstrings.c | 155 libcfs_num_parse(char *str, int len, struct list_head *list) in libcfs_num_parse() 174 libcfs_num_match(__u32 addr, struct list_head *numaddr) in libcfs_num_match() 191 struct list_head *list); 192 int (*nf_match_addr)(__u32 addr, struct list_head *list); 576 struct list_head nr_link; 580 struct list_head nr_addrranges; 602 struct list_head ar_link; 606 struct list_head ar_numaddr_ranges; 651 struct list_head *nidlist) in add_nidrange() 704 parse_nidrange(struct cfs_lstr *src, struct list_head *nidlist) in parse_nidrange() [all …]
|
D | tracefile.h | 122 struct list_head tcd_pages; 136 struct list_head tcd_daemon_pages; 170 struct list_head tcd_stock_pages; 200 struct list_head pc_pages; 241 struct list_head linkage; 311 struct list_head *stock);
|
/linux-4.1.27/include/net/bluetooth/ |
D | hci_core.h | 47 struct list_head all; /* inq_cache.all */ 48 struct list_head list; /* unknown or resolve */ 68 struct list_head all; /* All devices found during inquiry */ 69 struct list_head unknown; /* Name state not known */ 70 struct list_head resolve; /* Name needs to be resolved */ 88 struct list_head list; 97 struct list_head list; 103 struct list_head list; 117 struct list_head list; 130 struct list_head list; [all …]
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | rheap.h | 20 struct list_head list; 31 struct list_head empty_list; 32 struct list_head free_list; 33 struct list_head taken_list;
|
D | hvcserver.h | 45 struct list_head node; 51 extern int hvcs_free_partner_info(struct list_head *head); 53 struct list_head *head, unsigned long *pi_buff);
|
/linux-4.1.27/drivers/crypto/ccp/ |
D | ccp-crypto.h | 30 struct list_head entry; 38 struct list_head entry; 211 int ccp_register_aes_algs(struct list_head *head); 212 int ccp_register_aes_cmac_algs(struct list_head *head); 213 int ccp_register_aes_xts_algs(struct list_head *head); 214 int ccp_register_sha_algs(struct list_head *head);
|
/linux-4.1.27/include/linux/mfd/ |
D | ucb1x00.h | 139 struct list_head node; 140 struct list_head devs; 147 struct list_head dev_node; 148 struct list_head drv_node; 155 struct list_head node; 156 struct list_head devs;
|
/linux-4.1.27/include/net/ |
D | net_namespace.h | 56 struct list_head list; /* list of network namespaces */ 57 struct list_head cleanup_list; /* namespaces on death row */ 58 struct list_head exit_list; /* Use only net_mutex */ 75 struct list_head dev_base_head; 83 struct list_head rules_ops; 160 extern struct list_head net_namespace_list; 278 struct list_head list; 281 void (*exit_batch)(struct list_head *net_exit_list);
|
D | act_api.h | 81 struct list_head list; 85 struct list_head head; 118 int tcf_action_destroy(struct list_head *actions, int bind); 119 int tcf_action_exec(struct sk_buff *skb, const struct list_head *actions, 123 int bind, struct list_head *); 127 int tcf_action_dump(struct sk_buff *skb, struct list_head *, int, int);
|
/linux-4.1.27/drivers/iommu/ |
D | amd_iommu_types.h | 408 struct list_head list; /* for list of all protection domains */ 409 struct list_head dev_list; /* List of all devices in this domain */ 450 struct list_head list; 479 struct list_head list; 586 struct list_head list; 593 extern struct list_head ioapic_map; 594 extern struct list_head hpet_map; 600 extern struct list_head amd_iommu_list; 615 extern struct list_head amd_iommu_pd_list; 628 struct list_head list; [all …]
|
/linux-4.1.27/drivers/scsi/ |
D | mvumi.h | 228 struct list_head entry; 263 struct list_head queue_pointer; 308 struct list_head list; 483 struct list_head list; 494 struct list_head cmd_pool; 545 struct list_head ob_data_list; 546 struct list_head free_ob_list; 547 struct list_head res_list; 548 struct list_head waiting_req_list; 554 struct list_head mhba_dev_list; [all …]
|
/linux-4.1.27/fs/ocfs2/cluster/ |
D | tcp_internal.h | 107 struct list_head nn_status_list; 174 struct list_head sc_net_debug_item; 203 struct list_head nh_unregister_item; 219 struct list_head ns_node_item; 225 struct list_head st_net_debug_item;
|
/linux-4.1.27/drivers/media/dvb-core/ |
D | dvbdev.h | 62 struct list_head list_head; member 63 struct list_head device_list; 83 struct list_head list_head; member
|
D | dvb_demux.h | 65 #define DMX_FEED_ENTRY(pos) list_entry(pos, struct dvb_demux_feed, list_head) 97 struct list_head list_head; member 120 struct list_head frontend_list; 128 struct list_head feed_list;
|
/linux-4.1.27/drivers/pci/hotplug/ |
D | acpiphp.h | 67 struct list_head list; 68 struct list_head slots; 91 struct list_head node; 93 struct list_head funcs; /* one slot may have different 112 struct list_head sibling;
|
/linux-4.1.27/drivers/s390/block/ |
D | dasd_int.h | 171 struct list_head devlist; /* for dasd_device request queue */ 172 struct list_head blocklist; /* for dasd_block request queue */ 273 struct list_head list; /* used for list of disciplines */ 453 struct list_head ccw_queue; 457 struct list_head ccw_chunks; 458 struct list_head erp_chunks; 473 struct list_head alias_list; 498 struct list_head ccw_queue; 565 struct list_head list; 570 dasd_init_chunklist(struct list_head *chunk_list, void *mem, in dasd_init_chunklist() [all …]
|
/linux-4.1.27/drivers/md/bcache/ |
D | journal.h | 83 struct list_head list; 171 void bch_journal_mark(struct cache_set *, struct list_head *); 173 int bch_journal_read(struct cache_set *, struct list_head *); 174 int bch_journal_replay(struct cache_set *, struct list_head *);
|
/linux-4.1.27/drivers/scsi/arm/ |
D | queue.c | 31 struct list_head list; 109 struct list_head *l; in __queue_add() 137 static struct scsi_cmnd *__queue_remove(Queue_t *queue, struct list_head *ent) in __queue_remove() 164 struct list_head *l; in queue_remove_exclude() 213 struct list_head *l; in queue_remove_tgtluntag() 240 struct list_head *l; in queue_remove_all_target() 263 struct list_head *l; in queue_probetgtlun() 289 struct list_head *l; in queue_remove_cmd()
|
/linux-4.1.27/drivers/media/usb/uvc/ |
D | uvcvideo.h | 170 struct list_head mappings; 181 struct list_head list; 182 struct list_head ev_subs; 246 struct list_head list; /* Entity as part of a UVC device. */ 247 struct list_head chain; /* Entity as part of a video device 358 struct list_head queue; 381 struct list_head irqqueue; 386 struct list_head list; 388 struct list_head entities; /* All entities */ 444 struct list_head list; [all …]
|
/linux-4.1.27/drivers/scsi/bnx2fc/ |
D | bnx2fc.h | 172 struct list_head work_list; 185 struct list_head list; 246 struct list_head vports; 252 struct list_head list; 273 struct list_head list; 280 struct list_head *free_list; 372 struct list_head free_task_list; 374 struct list_head active_cmd_queue; 375 struct list_head els_queue; 376 struct list_head io_retire_queue; [all …]
|
/linux-4.1.27/fs/jbd2/ |
D | revoke.c | 107 struct list_head hash; 120 struct list_head *hash_table; 126 struct list_head *, 142 struct list_head *hash_list; in insert_revoke_hash() 171 struct list_head *hash_list; in find_revoke_record() 238 kmalloc(hash_size * sizeof(struct list_head), GFP_KERNEL); in jbd2_journal_init_revoke_table() 255 struct list_head *hash_list; in jbd2_journal_destroy_revoke_table() 487 struct list_head *hash_list; in jbd2_clear_buffer_revoked_flags() 488 struct list_head *list_entry; in jbd2_clear_buffer_revoked_flags() 529 struct list_head *log_bufs, in jbd2_journal_write_revoke_records() [all …]
|
/linux-4.1.27/include/linux/usb/ |
D | audio.h | 27 struct list_head list; 36 struct list_head list; 37 struct list_head control;
|
D | composite.h | 70 struct list_head entry; 91 struct list_head ext_prop; 228 struct list_head list; 312 struct list_head list; 313 struct list_head functions; 478 struct list_head configs; 479 struct list_head gstrings; 566 struct list_head list; 573 struct list_head cfs_list;
|
/linux-4.1.27/drivers/gpu/drm/ttm/ |
D | ttm_execbuf_util.c | 35 static void ttm_eu_backoff_reservation_reverse(struct list_head *list, in ttm_eu_backoff_reservation_reverse() 45 static void ttm_eu_del_from_lru_locked(struct list_head *list) in ttm_eu_del_from_lru_locked() 58 struct list_head *list) in ttm_eu_backoff_reservation() 96 struct list_head *list, bool intr, in ttm_eu_reserve_buffers() 97 struct list_head *dups) in ttm_eu_reserve_buffers() 183 struct list_head *list, struct fence *fence) in ttm_eu_fence_buffer_objects()
|
/linux-4.1.27/drivers/w1/ |
D | w1.h | 90 struct list_head w1_slave_entry; 219 struct list_head w1_master_entry; 228 struct list_head slist; 229 struct list_head async_list; 272 struct list_head async_entry; 333 extern struct list_head w1_masters;
|
/linux-4.1.27/drivers/staging/lustre/lnet/lnet/ |
D | config.c | 41 struct list_head ltb_list; /* stash on lists */ 81 lnet_net_unique(__u32 net, struct list_head *nilist) in lnet_net_unique() 83 struct list_head *tmp; in lnet_net_unique() 112 lnet_ni_alloc(__u32 net, struct cfs_expr_list *el, struct list_head *nilist) in lnet_ni_alloc() 178 lnet_parse_networks(struct list_head *nilist, char *networks) in lnet_parse_networks() 405 lnet_free_text_bufs(struct list_head *tbs) in lnet_free_text_bufs() 418 lnet_str2tbs_sep(struct list_head *tbs, char *str) in lnet_str2tbs_sep() 420 struct list_head pending; in lnet_str2tbs_sep() 476 lnet_expand1tb(struct list_head *list, in lnet_expand1tb() 501 lnet_str2tbs_expand(struct list_head *tbs, char *str) in lnet_str2tbs_expand() [all …]
|
/linux-4.1.27/net/ieee802154/ |
D | core.h | 8 struct list_head list; 21 struct list_head wpan_dev_list; 38 extern struct list_head cfg802154_rdev_list;
|
/linux-4.1.27/drivers/infiniband/ulp/isert/ |
D | ib_isert.h | 93 struct list_head list; 117 struct list_head wr_list; 167 struct list_head accept_node; 178 struct list_head fr_pool; 216 struct list_head dev_node; 230 struct list_head np_accept_list;
|
/linux-4.1.27/arch/m68k/sun3/ |
D | sun3dvma.c | 45 struct list_head list; 48 static struct list_head hole_list; 49 static struct list_head hole_cache; 85 static void print_holes(struct list_head *holes) in print_holes() 88 struct list_head *cur; in print_holes() 111 struct list_head *cur; in refill() 155 struct list_head *cur; in get_baddr() 208 struct list_head *cur; in free_baddr()
|
/linux-4.1.27/include/linux/lockd/ |
D | lockd.h | 64 struct list_head h_lockowners; /* Lockowners for the client */ 66 struct list_head h_granted; /* Locks in GRANTED state */ 67 struct list_head h_reclaim; /* Locks in RECLAIM state */ 82 struct list_head sm_link; 121 struct list_head list; 155 struct list_head f_blocks; /* blocked locks */ 171 struct list_head b_list; /* linked list of all blocks */ 172 struct list_head b_flist; /* linked list (per file) */
|
/linux-4.1.27/drivers/usb/dwc2/ |
D | core.h | 132 struct list_head queue; 165 struct list_head queue; 644 struct list_head non_periodic_sched_inactive; 645 struct list_head non_periodic_sched_active; 646 struct list_head *non_periodic_qh_ptr; 647 struct list_head periodic_sched_inactive; 648 struct list_head periodic_sched_ready; 649 struct list_head periodic_sched_assigned; 650 struct list_head periodic_sched_queued; 665 struct list_head free_hc_list;
|
/linux-4.1.27/include/acpi/ |
D | acpi_bus.h | 135 struct list_head list_node; 230 struct list_head list; 246 struct list_head ids; /* _HID and _CIDs */ 280 struct list_head resources; /* Power resources referenced */ 329 struct list_head resources; 338 struct list_head node; 358 struct list_head children; 359 struct list_head node; 360 struct list_head wakeup_list; 361 struct list_head del_list; [all …]
|