/openbmc/linux/arch/x86/kernel/cpu/resctrl/ |
H A D | monitor.c | 454 struct list_head *head; in mon_event_count() local 522 struct list_head *head; in update_mba_bw() local 653 struct list_head *head; in mbm_handle_overflow() local
|
/openbmc/linux/arch/arm64/crypto/ |
H A D | ghash-ce-glue.c | 75 struct ghash_key *key, const char *head) in ghash_do_update() 100 struct ghash_key *key, const char *head, in ghash_do_simd_update()
|
/openbmc/linux/kernel/events/ |
H A D | ring_buffer.c | 53 unsigned long head; in perf_output_put_handle() local 138 ring_buffer_has_space(unsigned long head, unsigned long tail, in ring_buffer_has_space() 155 unsigned long tail, offset, head; in __perf_output_begin() local
|
/openbmc/linux/net/batman-adv/ |
H A D | multicast.c | 1532 struct hlist_head *head = &bat_priv->mcast.want_all_unsnoopables_list; in batadv_mcast_want_unsnoop_update() local 1577 struct hlist_head *head = &bat_priv->mcast.want_all_ipv4_list; in batadv_mcast_want_ipv4_update() local 1622 struct hlist_head *head = &bat_priv->mcast.want_all_ipv6_list; in batadv_mcast_want_ipv6_update() local 1667 struct hlist_head *head = &bat_priv->mcast.want_all_rtr4_list; in batadv_mcast_want_rtr4_update() local 1712 struct hlist_head *head = &bat_priv->mcast.want_all_rtr6_list; in batadv_mcast_want_rtr6_update() local
|
/openbmc/linux/include/linux/ |
H A D | rhashtable.h | 422 #define rht_for_each_from(pos, head, tbl, hash) \ argument 446 #define rht_for_each_entry_from(tpos, pos, head, tbl, hash, member) \ argument 496 #define rht_for_each_rcu_from(pos, head, tbl, hash) \ argument 531 #define rht_for_each_entry_rcu_from(tpos, pos, head, tbl, hash, member) \ argument 716 struct rhash_head *head; in __rhashtable_insert_fast() local
|
H A D | dma-fence-chain.h | 118 #define dma_fence_chain_for_each(iter, head) \ argument
|
/openbmc/linux/kernel/power/ |
H A D | console.c | 23 struct list_head head; member
|
/openbmc/linux/sound/core/seq/oss/ |
H A D | seq_oss_readq.h | 22 int head, tail; member
|
/openbmc/qemu/linux-user/include/host/aarch64/ |
H A D | host-signal.h | 21 struct _aarch64_ctx head; member
|
/openbmc/linux/drivers/gpu/drm/i915/gt/ |
H A D | intel_ring_types.h | 41 u32 head; /* updated during retire, loosely tracks RING_HEAD */ member
|
/openbmc/linux/drivers/gpu/drm/i915/gt/uc/abi/ |
H A D | guc_communication_ctb_abi.h | 49 u32 head; member
|
/openbmc/linux/fs/nilfs2/ |
H A D | gcinode.c | 179 struct list_head *head = &nilfs->ns_gc_inodes; in nilfs_remove_all_gcinodes() local
|
/openbmc/linux/drivers/dma-buf/ |
H A D | dma-fence-unwrap.c | 34 struct dma_fence *dma_fence_unwrap_first(struct dma_fence *head, in dma_fence_unwrap_first()
|
/openbmc/linux/kernel/ |
H A D | kprobes.c | 378 struct hlist_head *head; in get_kprobe() local 886 struct hlist_head *head; in optimize_all_kprobes() local 912 struct hlist_head *head; in unoptimize_all_kprobes() local 1892 static void free_rp_inst_rcu(struct rcu_head *head) in free_rp_inst_rcu() 2643 struct hlist_head *head; in kprobes_module_callback() local 2698 struct hlist_head *head; in kprobe_free_init_mem() local 2828 struct hlist_head *head; in show_kprobe_addr() local 2904 struct hlist_head *head; in arm_all_kprobes() local 2950 struct hlist_head *head; in disarm_all_kprobes() local
|
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_res_cursor.h | 59 struct list_head *head, *next; in amdgpu_res_first() local
|
/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/ |
H A D | top.h | 21 struct list_head head; member
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/ |
H A D | tu102.c | 34 int head = type - PLL_VPLL0; in tu102_devinit_pll_set() local
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/instmem/ |
H A D | priv.h | 27 struct list_head head; member
|
/openbmc/linux/tools/testing/selftests/arm64/signal/testcases/ |
H A D | ssve_za_regs.c | 51 struct _aarch64_ctx *head = GET_BUF_RESV_HEAD(context); in do_one_sme_vl() local
|
/openbmc/linux/net/ipv6/ |
H A D | ip6_fib.c | 166 void fib6_info_destroy_rcu(struct rcu_head *head) in fib6_info_destroy_rcu() 199 static void node_free_rcu(struct rcu_head *head) in node_free_rcu() 275 struct hlist_head *head; in fib6_get_table() local 351 struct hlist_head *head = &net->ipv6.fib_table_hash[h]; in fib6_tables_seq_read() local 498 struct hlist_head *head = &net->ipv6.fib_table_hash[h]; in fib6_tables_dump() local 628 struct hlist_head *head; in inet6_dump_fib() local 2251 struct hlist_head *head; in __fib6_clean_all() local 2430 struct hlist_head *head = &net->ipv6.fib_table_hash[i]; in fib6_net_exit() local
|
/openbmc/linux/fs/ |
H A D | eventpoll.c | 276 static inline void free_ephead(struct epitems_head *head) in free_ephead() 284 struct epitems_head *head; in list_file() local 293 static void unlist_file(struct epitems_head *head) in unlist_file() 682 static void epi_rcu_free(struct rcu_head *head) in epi_rcu_free() 725 struct hlist_head *head; in __ep_remove() local 1128 struct list_head *head) in list_add_tail_lockless() 1481 struct hlist_head *head = NULL; in attach_epitem() local 2058 struct epitems_head *head = tfile_check_list; in clear_tfile_check_list() local
|
/openbmc/qemu/linux-user/aarch64/ |
H A D | signal.c | 62 struct target_aarch64_ctx head; member 71 struct target_aarch64_ctx head; member 80 struct target_aarch64_ctx head; member 111 struct target_aarch64_ctx head; member
|
/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/ |
H A D | init.h | 12 int head; member
|
/openbmc/linux/arch/powerpc/mm/ |
H A D | pgtable-frag.c | 109 static void pte_free_now(struct rcu_head *head) in pte_free_now()
|
/openbmc/qemu/hw/usb/ |
H A D | hcd-ehci.c | 549 EHCIQueueHead *head = async ? &ehci->aqueues : &ehci->pqueues; in ehci_alloc_queue() local 608 EHCIQueueHead *head = q->async ? &q->ehci->aqueues : &q->ehci->pqueues; in ehci_free_queue() local 623 EHCIQueueHead *head = async ? &ehci->aqueues : &ehci->pqueues; in ehci_find_queue_by_qh() local 636 EHCIQueueHead *head = async ? &ehci->aqueues : &ehci->pqueues; in ehci_queues_rip_unused() local 656 EHCIQueueHead *head = async ? &ehci->aqueues : &ehci->pqueues; in ehci_queues_rip_unseen() local 668 EHCIQueueHead *head = async ? &ehci->aqueues : &ehci->pqueues; in ehci_queues_rip_device() local 681 EHCIQueueHead *head = async ? &ehci->aqueues : &ehci->pqueues; in ehci_queues_rip_all() local
|