| /Linux-v5.10/drivers/net/ |
| D | eql.c | 145 struct list_head *this, *tmp, *head; in eql_timer() local 232 struct list_head *head, *tmp, *this; in eql_kill_slave_queue() local 299 struct list_head *this, *tmp, *head; in __eql_schedule_slaves() local 364 struct list_head *this, *head; in __eql_find_slave_dev() local
|
| /Linux-v5.10/fs/ext4/ |
| D | page-io.c | 108 struct buffer_head *bh, *head; in ext4_finish_bio() local 199 static void dump_completed_IO(struct inode *inode, struct list_head *head) in dump_completed_IO() 242 struct list_head *head) in ext4_do_flush_completed_IO() 447 struct buffer_head *bh, *head; in ext4_bio_write_page() local
|
| /Linux-v5.10/net/ipv4/ |
| D | inet_fragment.c | 221 static void inet_frag_destroy_rcu(struct rcu_head *head) in inet_frag_destroy_rcu() 411 struct sk_buff *fp, *head = skb_rb_first(&q->rb_fragments); in inet_frag_reasm_prepare() local 477 void inet_frag_reasm_finish(struct inet_frag_queue *q, struct sk_buff *head, in inet_frag_reasm_finish() 547 struct sk_buff *head, *skb; in inet_frag_pull_head() local
|
| D | inet_hashtables.c | 66 struct inet_bind_hashbucket *head, in inet_bind_bucket_create() 111 struct inet_bind_hashbucket *head = &hashinfo->bhash[bhash]; in __inet_put_port() local 137 struct inet_bind_hashbucket *head = &table->bhash[bhash]; in __inet_inherit_port() local 405 struct inet_ehash_bucket *head = &hashinfo->ehash[slot]; in __inet_lookup_established() local 454 struct inet_ehash_bucket *head = inet_ehash_bucket(hinfo, hash); in __inet_check_established() local 563 struct inet_ehash_bucket *head; in inet_ehash_insert() local 719 struct inet_bind_hashbucket *head; in __inet_hash_connect() local
|
| /Linux-v5.10/net/batman-adv/ |
| D | hash.h | 83 struct hlist_head *head; in batadv_hash_add() local 136 struct hlist_head *head; in batadv_hash_remove() local
|
| D | bridge_loop_avoidance.c | 217 struct hlist_head *head; in batadv_claim_hash_find() local 257 struct hlist_head *head; in batadv_backbone_hash_find() local 297 struct hlist_head *head; in batadv_bla_del_backbone_claims() local 593 struct hlist_head *head; in batadv_bla_answer_request() local 1222 struct hlist_head *head; in batadv_bla_purge_backbone_gw() local 1277 struct hlist_head *head; in batadv_bla_purge_claims() local 1332 struct hlist_head *head; in batadv_bla_update_orig_address() local 1429 struct hlist_head *head; in batadv_bla_periodic_work() local 1732 struct hlist_head *head; in batadv_bla_is_backbone_gw_orig() local 2134 struct hlist_head *head; in batadv_bla_claim_table_seq_print_text() local [all …]
|
| /Linux-v5.10/drivers/gpu/drm/mga/ |
| D | mga_dma.c | 106 u32 head, tail; in mga_do_dma_flush() local 161 u32 head, tail; in mga_do_dma_wrap_start() local 202 u32 head = dev_priv->primary->offset; in mga_do_dma_wrap_end() local 328 u32 head, wrap; in mga_freelist_get() local 359 drm_mga_freelist_t *head, *entry, *prev; in mga_freelist_put() local
|
| /Linux-v5.10/fs/ |
| D | pipe.c | 207 unsigned int head = READ_ONCE(pipe->head); in pipe_readable() local 240 unsigned int head = pipe->head; in pipe_read() local 392 unsigned int head = READ_ONCE(pipe->head); in pipe_writable() local 405 unsigned int head; in pipe_write() local 597 int count, head, tail, mask; in pipe_ioctl() local 640 unsigned int head, tail; in pipe_poll() local 1233 unsigned int head, tail, mask, n; in pipe_resize_ring() local
|
| /Linux-v5.10/net/ |
| D | sysctl_net.c | 42 static int net_ctl_permissions(struct ctl_table_header *head, in net_ctl_permissions() 56 static void net_ctl_set_ownership(struct ctl_table_header *head, in net_ctl_set_ownership()
|
| /Linux-v5.10/net/vmw_vsock/ |
| D | diag.c | 73 struct list_head *head = &vsock_bind_table[bucket]; in vsock_diag_dump() local 103 struct list_head *head = &vsock_connected_table[bucket]; in vsock_diag_dump() local
|
| /Linux-v5.10/drivers/infiniband/hw/vmw_pvrdma/ |
| D | pvrdma_ring.h | 90 const __u32 head = atomic_read(&r->cons_head); in pvrdma_idx_ring_has_space() local 104 const __u32 head = atomic_read(&r->cons_head); in pvrdma_idx_ring_has_data() local
|
| /Linux-v5.10/drivers/gpu/drm/i915/gt/ |
| D | intel_ring.h | 92 unsigned int head = READ_ONCE(ring->head); in assert_ring_tail_valid() local 130 __intel_ring_space(unsigned int head, unsigned int tail, unsigned int size) in __intel_ring_space()
|
| /Linux-v5.10/drivers/pci/ |
| D | setup-bus.c | 42 static void free_list(struct list_head *head) in free_list() 60 static int add_to_list(struct list_head *head, struct pci_dev *dev, in add_to_list() 83 static void remove_from_list(struct list_head *head, struct resource *res) in remove_from_list() 96 static struct pci_dev_resource *res_to_dev_res(struct list_head *head, in res_to_dev_res() 109 static resource_size_t get_res_add_size(struct list_head *head, in get_res_add_size() 118 static resource_size_t get_res_add_align(struct list_head *head, in get_res_add_align() 129 static void pdev_sort_resources(struct pci_dev *dev, struct list_head *head) in pdev_sort_resources() 178 static void __dev_sort_resources(struct pci_dev *dev, struct list_head *head) in __dev_sort_resources() 216 struct list_head *head) in reassign_resources_sorted() 275 static void assign_requested_resources_sorted(struct list_head *head, in assign_requested_resources_sorted() [all …]
|
| /Linux-v5.10/fs/proc/ |
| D | kcore.c | 126 static int kcore_ram_list(struct list_head *head) in kcore_ram_list() 145 get_sparsemem_vmemmap_info(struct kcore_list *ent, struct list_head *head) in get_sparsemem_vmemmap_info() 178 get_sparsemem_vmemmap_info(struct kcore_list *ent, struct list_head *head) in get_sparsemem_vmemmap_info() 188 struct list_head *head = (struct list_head *)arg; in kclist_add_private() local
|
| /Linux-v5.10/include/linux/ |
| D | resource_ext.h | 35 struct list_head *head) in resource_list_add() 41 struct list_head *head) in resource_list_add_tail()
|
| /Linux-v5.10/drivers/gpu/drm/nouveau/dispnv50/ |
| D | ovly507e.c | 147 struct nouveau_drm *drm, int head, s32 oclass, u32 interlock_data, in ovly507e_new_() 189 ovly507e_new(struct nouveau_drm *drm, int head, s32 oclass, in ovly507e_new()
|
| /Linux-v5.10/net/sched/ |
| D | sch_hhf.c | 121 struct sk_buff *head; member 181 struct list_head *head, in seek_list() 212 static struct hh_flow_state *alloc_new_hh(struct list_head *head, in alloc_new_hh() 423 struct list_head *head; in hhf_dequeue() local 486 struct list_head *head = &q->hh_flows[i]; in hhf_destroy() local
|
| D | cls_flower.c | 304 struct cls_fl_head *head = rcu_dereference_bh(tp->root); in fl_classify() local 336 struct cls_fl_head *head; in fl_init() local 377 static bool fl_mask_put(struct cls_fl_head *head, struct fl_flow_mask *mask) in fl_mask_put() 513 static struct cls_fl_filter *__fl_get(struct cls_fl_head *head, u32 handle) in __fl_get() 530 struct cls_fl_head *head = fl_head_dereference(tp); in __fl_delete() local 558 struct cls_fl_head *head = container_of(to_rcu_work(work), in fl_destroy_sleepable() local 570 struct cls_fl_head *head = fl_head_dereference(tp); in fl_destroy() local 597 struct cls_fl_head *head = fl_head_dereference(tp); in fl_get() local 1761 static struct fl_flow_mask *fl_create_new_mask(struct cls_fl_head *head, in fl_create_new_mask() 1807 static int fl_check_assign_mask(struct cls_fl_head *head, in fl_check_assign_mask() [all …]
|
| /Linux-v5.10/tools/perf/util/ |
| D | block-range.c | 120 struct block_range *head = malloc(sizeof(struct block_range)); in block_range__create() local 167 struct block_range *head = malloc(sizeof(struct block_range)); in block_range__create() local
|
| /Linux-v5.10/net/ipv6/ |
| D | xfrm6_protocol.c | 41 #define for_each_protocol_rcu(head, handler) \ argument 50 struct xfrm6_protocol __rcu **head = proto_handlers(protocol); in xfrm6_rcv_cb() local 67 struct xfrm6_protocol __rcu **head = proto_handlers(nexthdr); in xfrm6_rcv_encap() local
|
| /Linux-v5.10/fs/f2fs/ |
| D | recovery.c | 56 static struct fsync_inode_entry *get_fsync_inode(struct list_head *head, in get_fsync_inode() 69 struct list_head *head, nid_t ino, bool quota_inode) in add_fsync_inode() 330 static int find_fsync_dnodes(struct f2fs_sb_info *sbi, struct list_head *head, in find_fsync_dnodes() 420 static void destroy_fsync_dnodes(struct list_head *head, int drop) in destroy_fsync_dnodes()
|
| /Linux-v5.10/fs/btrfs/ |
| D | delayed-ref.c | 394 struct btrfs_delayed_ref_head *head) in btrfs_delayed_ref_lock() 416 struct btrfs_delayed_ref_head *head, in drop_delayed_ref() 431 struct btrfs_delayed_ref_head *head, in merge_ref() 478 struct btrfs_delayed_ref_head *head) in btrfs_merge_delayed_refs() 540 struct btrfs_delayed_ref_head *head; in btrfs_select_ref_head() local 575 struct btrfs_delayed_ref_head *head) in btrfs_delete_ref_head()
|
| /Linux-v5.10/security/tomoyo/ |
| D | common.h | 514 struct tomoyo_shared_acl_head head; member 542 struct tomoyo_shared_acl_head head; member 549 struct tomoyo_acl_head head; member 555 struct tomoyo_acl_head head; member 561 struct tomoyo_acl_head head; member 653 struct tomoyo_shared_acl_head head; member 699 struct tomoyo_acl_info head; /* type = TOMOYO_TYPE_MANUAL_TASK_ACL */ member 710 struct tomoyo_acl_info head; /* type = TOMOYO_TYPE_PATH_ACL */ member 720 struct tomoyo_acl_info head; /* type = TOMOYO_TYPE_PATH_NUMBER_ACL */ member 729 struct tomoyo_acl_info head; /* type = TOMOYO_TYPE_MKDEV_ACL */ member [all …]
|
| /Linux-v5.10/drivers/gpu/drm/qxl/ |
| D | qxl_display.c | 40 static bool qxl_head_enabled(struct qxl_head *head) in qxl_head_enabled() 149 struct qxl_head *head; in qxl_update_offset_props() local 250 struct qxl_head *head; in qxl_add_monitors_config_modes() local 298 struct qxl_head *head = &qdev->monitors_config->heads[i]; in qxl_send_monitors_config() local 317 struct qxl_head head; in qxl_crtc_update_monitors_config() local 740 struct qxl_head *head; in qxl_calc_dumb_shadow() local 977 struct qxl_head *head; in qxl_conn_get_modes() local
|
| /Linux-v5.10/fs/nfs/ |
| D | pagelist.c | 158 struct nfs_page *head = req->wb_head; in nfs_page_group_lock_head() local 179 nfs_unroll_locks(struct nfs_page *head, struct nfs_page *req) in nfs_unroll_locks() 201 nfs_page_group_lock_subreq(struct nfs_page *head, struct nfs_page *subreq) in nfs_page_group_lock_subreq() 228 int nfs_page_group_lock_subrequests(struct nfs_page *head) in nfs_page_group_lock_subrequests() 322 struct nfs_page *head = req->wb_head; in nfs_page_group_sync_on_bit_locked() local 413 struct nfs_page *head = req->wb_head; in nfs_page_group_destroy() local 900 struct list_head *head = &mirror->pg_list; in nfs_generic_pgio() local
|