Home
last modified time | relevance | path

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

12345678910>>...69

/openbmc/linux/tools/testing/vsock/
H A Dvsock_diag_test.c104 static void print_vsock_stats(FILE *fp, struct list_head *head) in print_vsock_stats()
112 static struct vsock_stat *find_vsock_stat(struct list_head *head, int fd) in find_vsock_stat()
130 static void check_no_sockets(struct list_head *head) in check_no_sockets()
139 static void check_num_sockets(struct list_head *head, int expected) in check_num_sockets()
/openbmc/linux/security/tomoyo/
H A Dgc.c42 struct tomoyo_io_buffer *head; in tomoyo_struct_used_by_io_buffer() local
73 struct tomoyo_io_buffer *head; in tomoyo_name_used_by_io_buffer() local
621 struct tomoyo_io_buffer *head; in tomoyo_gc_thread() local
650 void tomoyo_notify_gc(struct tomoyo_io_buffer *head, const bool is_register) in tomoyo_notify_gc()
/openbmc/linux/net/ipv4/
H A Dip_input.c574 static void ip_sublist_rcv_finish(struct list_head *head) in ip_sublist_rcv_finish()
595 struct list_head *head) in ip_list_rcv_finish()
634 static void ip_sublist_rcv(struct list_head *head, struct net_device *dev, in ip_sublist_rcv()
643 void ip_list_rcv(struct list_head *head, struct packet_type *pt, in ip_list_rcv()
H 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
H A Dfib_semantics.c233 static void free_fib_info_rcu(struct rcu_head *head) in free_fib_info_rcu()
380 struct hlist_head *head; in fib_find_info_nh() local
411 struct hlist_head *head; in fib_find_info() local
444 struct hlist_head *head; in ip_fib_check_default() local
1288 struct hlist_head *head = &fib_info_hash[i]; in fib_info_hash_move() local
1603 struct hlist_head *head; in fib_create_info() local
1612 struct hlist_head *head; in fib_create_info() local
1880 struct hlist_head *head; in fib_sync_down_addr() local
1970 struct hlist_head *head = fib_info_devhash_bucket(dev); in fib_sync_mtu() local
1989 struct hlist_head *head = fib_info_devhash_bucket(dev); in fib_sync_down_dev() local
[all …]
/openbmc/linux/fs/
H A Dmbcache.c79 struct hlist_bl_head *head; in mb_cache_entry_create() local
129 struct hlist_bl_head *head; in __mb_cache_entry_free() local
158 struct hlist_bl_head *head; in __entry_find() local
226 struct hlist_bl_head *head; in mb_cache_entry_get() local
/openbmc/linux/drivers/crypto/hisilicon/
H A Dqm_common.h27 __le16 head; member
42 __le16 head; member
56 __le16 head; member
66 __le16 head; member
/openbmc/linux/kernel/
H A Dtask_work.c45 struct callback_head *head; in task_work_add() local
150 struct callback_head *work, *head, *next; in task_work_run() local
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/iccsense/
H A Dpriv.h9 struct list_head head; member
18 struct list_head head; member
/openbmc/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_fence.h52 struct list_head head; member
61 struct list_head head; member
/openbmc/u-boot/lib/
H A Dlist_sort.c25 struct list_head head, *tail = &head; in merge() local
52 struct list_head *head, in merge_and_restore_back_links()
103 void list_sort(void *priv, struct list_head *head, in list_sort()
/openbmc/linux/drivers/pci/hotplug/
H A Dcpqphp_ctrl.c298 static int sort_by_size(struct pci_resource **head) in sort_by_size()
346 static int sort_by_max_size(struct pci_resource **head) in sort_by_max_size()
396 static struct pci_resource *do_pre_bridge_resource_split(struct pci_resource **head, in do_pre_bridge_resource_split()
473 static struct pci_resource *do_bridge_resource_split(struct pci_resource **head, u32 alignment) in do_bridge_resource_split()
526 static struct pci_resource *get_io_resource(struct pci_resource **head, u32 size) in get_io_resource()
623 static struct pci_resource *get_max_resource(struct pci_resource **head, u32 size) in get_max_resource()
720 static struct pci_resource *get_resource(struct pci_resource **head, u32 size) in get_resource()
813 int cpqhp_resource_sort_and_combine(struct pci_resource **head) in cpqhp_resource_sort_and_combine()
/openbmc/linux/kernel/bpf/
H A Dhashtab.c79 struct hlist_nulls_head head; member
677 struct hlist_nulls_head *head; in __htab_map_lookup_elem() local
803 struct hlist_nulls_head *head; in htab_lru_map_delete_node() local
834 struct hlist_nulls_head *head; in htab_map_get_next_key() local
1098 struct hlist_nulls_head *head; in htab_map_update_elem() local
1201 struct hlist_nulls_head *head; in htab_lru_map_update_elem() local
1270 struct hlist_nulls_head *head; in __htab_percpu_map_update_elem() local
1325 struct hlist_nulls_head *head; in __htab_lru_percpu_map_update_elem() local
1406 struct hlist_nulls_head *head; in htab_map_delete_elem() local
1442 struct hlist_nulls_head *head; in htab_lru_map_delete_elem() local
[all …]
/openbmc/linux/include/linux/
H A Dpipe_fs_i.h61 unsigned int head; member
148 static inline bool pipe_empty(unsigned int head, unsigned int tail) in pipe_empty()
158 static inline unsigned int pipe_occupancy(unsigned int head, unsigned int tail) in pipe_occupancy()
169 static inline bool pipe_full(unsigned int head, unsigned int tail, in pipe_full()
/openbmc/linux/net/ipv6/
H A Dip6_offload.c33 #define indirect_call_gro_receive_l4(f2, f1, cb, head, skb) \ argument
223 INDIRECT_CALLABLE_SCOPE struct sk_buff *ipv6_gro_receive(struct list_head *head, in ipv6_gro_receive()
323 static struct sk_buff *sit_ip6ip6_gro_receive(struct list_head *head, in sit_ip6ip6_gro_receive()
338 static struct sk_buff *ip4ip6_gro_receive(struct list_head *head, in ip4ip6_gro_receive()
/openbmc/linux/arch/powerpc/platforms/pseries/
H 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()
/openbmc/linux/drivers/infiniband/hw/vmw_pvrdma/
H A Dpvrdma_cq.c80 unsigned int head; in pvrdma_req_notify_cq() local
280 unsigned int head; in _pvrdma_flush_cqe() local
327 unsigned int head; in pvrdma_poll_one() local
/openbmc/linux/fs/efivarfs/
H A Dvars.c292 struct list_head *head) in variable_is_present()
373 void *data, bool duplicates, struct list_head *head) in efivar_init()
462 int efivar_entry_add(struct efivar_entry *entry, struct list_head *head) in efivar_entry_add()
480 void __efivar_entry_add(struct efivar_entry *entry, struct list_head *head) in __efivar_entry_add()
710 struct list_head *head, void *data) in efivar_entry_iter()
/openbmc/linux/fs/nilfs2/
H A Drecovery.c306 struct list_head *head) in nilfs_scan_dsync_log()
375 static void dispose_recovery_list(struct list_head *head) in dispose_recovery_list()
391 static int nilfs_segment_list_add(struct list_head *head, __u64 segnum) in nilfs_segment_list_add()
404 void nilfs_dispose_segment_list(struct list_head *head) in nilfs_dispose_segment_list()
419 struct list_head *head = &ri->ri_used_segments; in nilfs_prepare_segment_for_recovery() local
495 struct list_head *head, in nilfs_recover_dsync_blocks()
/openbmc/linux/arch/powerpc/include/asm/
H 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()
/openbmc/linux/arch/x86/kernel/cpu/mce/
H 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
/openbmc/qemu/hw/rdma/vmw/
H A Dpvrdma_dev_ring.c76 const uint32_t head = qatomic_read(&ring->ring_state->cons_head); in pvrdma_ring_next_elem_read() local
102 const uint32_t head = qatomic_read(&ring->ring_state->cons_head); in pvrdma_ring_next_elem_write() local
/openbmc/linux/net/batman-adv/
H A Dhash.h83 struct hlist_head *head; in batadv_hash_add() local
136 struct hlist_head *head; in batadv_hash_remove() local
/openbmc/linux/kernel/futex/
H 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
/openbmc/linux/drivers/net/
H 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

12345678910>>...69