Home
last modified time | relevance | path

Searched defs:head (Results 126 – 150 of 1563) sorted by relevance

12345678910>>...63

/linux-6.3-rc2/net/ipv4/
A Dxfrm4_protocol.c40 #define for_each_protocol_rcu(head, handler) \ argument
49 struct xfrm4_protocol __rcu **head = proto_handlers(protocol); in xfrm4_rcv_cb() local
66 struct xfrm4_protocol __rcu **head = proto_handlers(nexthdr); in xfrm4_rcv_encap() local
A Dinet_fragment.c253 static void inet_frag_destroy_rcu(struct rcu_head *head) in inet_frag_destroy_rcu()
450 struct sk_buff *fp, *head = skb_rb_first(&q->rb_fragments); in inet_frag_reasm_prepare() local
516 void inet_frag_reasm_finish(struct inet_frag_queue *q, struct sk_buff *head, in inet_frag_reasm_finish()
587 struct sk_buff *head, *skb; in inet_frag_pull_head() local
/linux-6.3-rc2/drivers/gpu/drm/nouveau/nvkm/subdev/iccsense/
A Dpriv.h9 struct list_head head; member
18 struct list_head head; member
/linux-6.3-rc2/drivers/gpu/drm/vmwgfx/
A Dvmwgfx_fence.h52 struct list_head head; member
61 struct list_head head; member
/linux-6.3-rc2/fs/ext4/
A Dpage-io.c108 struct buffer_head *bh, *head; in ext4_finish_bio() local
198 static void dump_completed_IO(struct inode *inode, struct list_head *head) in dump_completed_IO()
241 struct list_head *head) in ext4_do_flush_completed_IO()
440 struct buffer_head *bh, *head; in ext4_bio_write_page() local
/linux-6.3-rc2/drivers/net/
A Deql.c147 struct list_head *this, *tmp, *head; in eql_timer() local
234 struct list_head *head, *tmp, *this; in eql_kill_slave_queue() local
305 struct list_head *this, *tmp, *head; in __eql_schedule_slaves() local
370 struct list_head *this, *head; in __eql_find_slave_dev() local
/linux-6.3-rc2/kernel/futex/
A Dsyscalls.c29 SYSCALL_DEFINE2(set_robust_list, struct robust_list_head __user *, head, in SYSCALL_DEFINE2() argument
53 struct robust_list_head __user *head; in SYSCALL_DEFINE3() local
310 struct compat_robust_list_head __user *, head, in COMPAT_SYSCALL_DEFINE2() argument
325 struct compat_robust_list_head __user *head; in COMPAT_SYSCALL_DEFINE3() local
A Dcore.c753 struct robust_list __user * __user *head, in fetch_robust_entry()
775 struct robust_list_head __user *head = curr->robust_list; in exit_robust_list() local
850 compat_uptr_t __user *head, unsigned int *pi) in compat_fetch_robust_entry()
869 struct compat_robust_list_head __user *head = curr->compat_robust_list; in compat_exit_robust_list() local
945 struct list_head *next, *head = &curr->pi_state_list; in exit_pi_state_list() local
/linux-6.3-rc2/fs/btrfs/
A Ddelayed-ref.c420 struct btrfs_delayed_ref_head *head) in btrfs_delayed_ref_lock()
441 struct btrfs_delayed_ref_head *head, in drop_delayed_ref()
455 struct btrfs_delayed_ref_head *head, in merge_ref()
502 struct btrfs_delayed_ref_head *head) in btrfs_merge_delayed_refs()
547 struct btrfs_delayed_ref_head *head; in btrfs_select_ref_head() local
582 struct btrfs_delayed_ref_head *head) in btrfs_delete_ref_head()
/linux-6.3-rc2/arch/powerpc/platforms/pseries/
A Dhvcserver.c62 int hvcs_free_partner_info(struct list_head *head) in hvcs_free_partner_info()
119 int hvcs_get_partner_info(uint32_t unit_address, struct list_head *head, in hvcs_get_partner_info()
/linux-6.3-rc2/arch/powerpc/include/asm/
A Dps3gpu.h34 static inline int lv1_gpu_display_sync(u64 context_handle, u64 head, in lv1_gpu_display_sync()
42 static inline int lv1_gpu_display_flip(u64 context_handle, u64 head, in lv1_gpu_display_flip()
/linux-6.3-rc2/arch/x86/kernel/cpu/mce/
A Dgenpool.c57 struct llist_node *head; in mce_gen_pool_prepare_records() local
76 struct llist_node *head; in mce_gen_pool_process() local
/linux-6.3-rc2/fs/
A Dpipe.c223 unsigned int head = READ_ONCE(pipe->head); in pipe_readable() local
257 unsigned int head = smp_load_acquire(&pipe->head); in pipe_read() local
407 unsigned int head = READ_ONCE(pipe->head); in pipe_writable() local
420 unsigned int head; in pipe_write() local
610 unsigned int count, head, tail, mask; in pipe_ioctl() local
653 unsigned int head, tail; in pipe_poll() local
1256 unsigned int head, tail, mask, n; in pipe_resize_ring() local
/linux-6.3-rc2/fs/proc/
A Dkcore.c125 static int kcore_ram_list(struct list_head *head) in kcore_ram_list()
144 get_sparsemem_vmemmap_info(struct kcore_list *ent, struct list_head *head) in get_sparsemem_vmemmap_info()
177 get_sparsemem_vmemmap_info(struct kcore_list *ent, struct list_head *head) in get_sparsemem_vmemmap_info()
187 struct list_head *head = (struct list_head *)arg; in kclist_add_private() local
/linux-6.3-rc2/net/batman-adv/
A Dhash.h83 struct hlist_head *head; in batadv_hash_add() local
136 struct hlist_head *head; in batadv_hash_remove() local
/linux-6.3-rc2/security/tomoyo/
A Dcommon.h514 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
710 struct tomoyo_acl_info head; /* type = TOMOYO_TYPE_PATH_ACL */ member
850 struct tomoyo_acl_head head; member
860 struct tomoyo_acl_head head; member
867 struct tomoyo_acl_head head; member
[all …]
/linux-6.3-rc2/net/sched/
A Dsch_hhf.c121 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
A Dcls_flower.c313 struct cls_fl_head *head = rcu_dereference_bh(tp->root); in fl_classify() local
349 struct cls_fl_head *head; in fl_init() local
545 struct cls_fl_head *head = fl_head_dereference(tp); in __fl_delete() local
585 struct cls_fl_head *head = fl_head_dereference(tp); in fl_destroy() local
612 struct cls_fl_head *head = fl_head_dereference(tp); in fl_get() local
2155 struct cls_fl_head *head = fl_head_dereference(tp); in fl_change() local
2357 struct cls_fl_head *head = fl_head_dereference(tp); in fl_delete() local
2372 struct cls_fl_head *head = fl_head_dereference(tp); in fl_walk() local
2402 struct cls_fl_head *head = fl_head_dereference(tp); in fl_get_next_hw_filter() local
2491 struct cls_fl_head *head = fl_head_dereference(tp); in fl_hw_add() local
[all …]
/linux-6.3-rc2/net/vmw_vsock/
A Ddiag.c73 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-6.3-rc2/drivers/pci/
A Dsetup-bus.c42 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-6.3-rc2/drivers/infiniband/hw/vmw_pvrdma/
A Dpvrdma_ring.h90 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-6.3-rc2/drivers/gpu/drm/i915/gt/
A Dintel_ring.h93 unsigned int head = READ_ONCE(ring->head); in assert_ring_tail_valid() local
131 __intel_ring_space(unsigned int head, unsigned int tail, unsigned int size) in __intel_ring_space()
/linux-6.3-rc2/drivers/gpu/drm/nouveau/nvif/
A Doutp.c29 nvif_outp_dp_mst_vcpi(struct nvif_outp *outp, int head, in nvif_outp_dp_mst_vcpi()
72 nvif_outp_hda_eld(struct nvif_outp *outp, int head, void *data, u32 size) in nvif_outp_hda_eld()
166 nvif_outp_acquire_tmds(struct nvif_outp *outp, int head, in nvif_outp_acquire_tmds()
/linux-6.3-rc2/net/ipv6/
A Dxfrm6_protocol.c41 #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-6.3-rc2/include/net/
A Dioam6.h18 struct rhash_head head; member
29 struct rhash_head head; member

Completed in 69 milliseconds

12345678910>>...63