/linux-6.3-rc2/drivers/net/ethernet/intel/ice/ |
A D | ice_eswitch.c | 226 unsigned int bkt; in ice_eswitch_release_reprs() local 256 unsigned int bkt; in ice_eswitch_setup_reprs() local 444 unsigned int bkt; in ice_eswitch_napi_del() local 459 unsigned int bkt; in ice_eswitch_napi_enable() local 474 unsigned int bkt; in ice_eswitch_napi_disable() local 649 unsigned int bkt; in ice_eswitch_start_all_tx_queues() local 669 unsigned int bkt; in ice_eswitch_stop_all_tx_queues() local
|
A D | ice_sriov.c | 29 unsigned int bkt; in ice_free_vf_entries() local 165 unsigned int bkt; in ice_free_vfs() local 604 unsigned int bkt, it_cnt; in ice_start_vfs() local 1056 unsigned int bkt; in ice_process_vflr_event() local 1093 unsigned int bkt; in ice_get_vf_from_pfq() local 1430 unsigned int bkt; in ice_calc_all_vfs_min_tx_rate() local 1726 unsigned int bkt; in ice_print_vfs_mdd_events() local
|
A D | ice_repr.c | 397 unsigned int bkt; in ice_repr_rem_from_all_vfs() local 421 unsigned int bkt; in ice_repr_add_for_all_vfs() local
|
A D | ice_vf_lib.c | 106 unsigned int bkt; in ice_get_num_vfs() local 333 unsigned int bkt; in ice_is_any_vf_in_unicast_promisc() local 489 unsigned int bkt; in ice_reset_all_vfs() local
|
A D | ice_vf_lib.h | 190 #define ice_for_each_vf(pf, bkt, vf) \ argument 207 #define ice_for_each_vf_rcu(pf, bkt, vf) \ argument
|
/linux-6.3-rc2/lib/ |
A D | hashtable_test.c | 68 int bkt; in hashtable_test_hash_add() local 127 int bkt, i, j, count; in hashtable_test_hash_for_each() local 157 int bkt, i, j, count; in hashtable_test_hash_for_each_safe() local 190 int bkt, i, j, count; in hashtable_test_hash_for_each_possible() local 245 int bkt, i, j, count; in hashtable_test_hash_for_each_possible_safe() local
|
A D | rhashtable.c | 225 struct rhash_lock_head __rcu **bkt, in rhashtable_rehash_one() 280 struct rhash_lock_head __rcu **bkt = rht_bucket_var(old_tbl, old_hash); in rhashtable_rehash_chain() local 491 struct rhash_lock_head __rcu **bkt, in rhashtable_lookup_one() 542 struct rhashtable *ht, struct rhash_lock_head __rcu **bkt, in rhashtable_insert_one() 595 struct rhash_lock_head __rcu **bkt; in rhashtable_try_insert() local
|
/linux-6.3-rc2/include/linux/ |
A D | rhashtable.h | 327 struct rhash_lock_head __rcu **bkt) in rht_lock() 350 struct rhash_lock_head __rcu **bkt, in rht_unlock() 359 struct rhash_lock_head *p, struct rhash_lock_head __rcu *const *bkt) in __rht_ptr() 374 struct rhash_lock_head __rcu *const *bkt) in rht_ptr_rcu() 380 struct rhash_lock_head __rcu *const *bkt, in rht_ptr() 388 struct rhash_lock_head __rcu *const *bkt) in rht_ptr_exclusive() 402 struct rhash_lock_head __rcu **bkt, in rht_assign_unlock() 597 struct rhash_lock_head __rcu *const *bkt; in __rhashtable_lookup() local 713 struct rhash_lock_head __rcu **bkt; in __rhashtable_insert_fast() local 1000 struct rhash_lock_head __rcu **bkt; in __rhashtable_remove_fast_one() local [all …]
|
A D | hashtable.h | 126 #define hash_for_each(name, bkt, obj, member) \ argument 138 #define hash_for_each_rcu(name, bkt, obj, member) \ argument 152 #define hash_for_each_safe(name, bkt, tmp, obj, member) \ argument
|
/linux-6.3-rc2/tools/testing/selftests/bpf/prog_tests/ |
A D | hashmap.c | 47 int err, bkt, found_cnt, i; in test_hashmap_generic() local 265 int err, i, bkt; in test_hashmap_ptr_iface() local 345 int err, bkt; in test_hashmap_multimap() local 414 int bkt; in test_hashmap_empty() local
|
/linux-6.3-rc2/tools/perf/util/ |
A D | expr.c | 82 size_t bkt; in ids__free() local 111 size_t bkt; in ids__union() local 228 size_t bkt; in expr__subset_of_ids() local 310 size_t bkt; in expr__ctx_clear() local 322 size_t bkt; in expr__ctx_free() local
|
A D | hashmap.c | 66 size_t bkt; in hashmap__clear() local 106 size_t h, bkt; in hashmap_grow() local
|
A D | hashmap.h | 178 #define hashmap__for_each_entry(map, cur, bkt) \ argument 190 #define hashmap__for_each_entry_safe(map, cur, tmp, bkt) \ argument
|
/linux-6.3-rc2/drivers/s390/crypto/ |
A D | ap_card.c | 80 int bkt; in request_count_store() local 99 int bkt; in requestq_count_show() local 118 int bkt; in pendingq_count_show() local
|
/linux-6.3-rc2/tools/include/linux/ |
A D | hashtable.h | 105 #define hash_for_each(name, bkt, obj, member) \ argument 119 #define hash_for_each_safe(name, bkt, tmp, obj, member) \ argument
|
/linux-6.3-rc2/drivers/infiniband/ulp/opa_vnic/ |
A D | opa_vnic_encap.c | 107 int bkt; in opa_vnic_free_mac_tbl() local 157 int bkt; in opa_vnic_query_mac_tbl() local 209 int i, bkt, rc = 0; in opa_vnic_update_mac_tbl() local
|
A D | opa_vnic_internal.h | 280 #define vnic_hash_for_each_safe(name, bkt, tmp, obj, member) \ argument 289 #define vnic_hash_for_each(name, bkt, obj, member) \ argument
|
/linux-6.3-rc2/tools/lib/bpf/ |
A D | hashmap.c | 66 size_t bkt; in hashmap__clear() local 106 size_t h, bkt; in hashmap_grow() local
|
A D | hashmap.h | 178 #define hashmap__for_each_entry(map, cur, bkt) \ argument 190 #define hashmap__for_each_entry_safe(map, cur, tmp, bkt) \ argument
|
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/en/ |
A D | htb.c | 37 int bkt, err; in mlx5e_htb_enumerate_leaves() local 434 int bkt; in mlx5e_htb_node_find_by_qid() local 627 int bkt; in mlx5e_htb_update_children() local
|
/linux-6.3-rc2/net/netlabel/ |
A D | netlabel_domainhash.c | 140 u32 bkt; in netlbl_domhsh_search() local 436 u32 bkt = netlbl_domhsh_hash(entry->domain); in netlbl_domhsh_add() local
|
/linux-6.3-rc2/arch/powerpc/kvm/ |
A D | book3s_hv_uvmem.c | 469 int srcu_idx, bkt; in kvmppc_h_svm_init_start() local 660 int srcu_idx, bkt; in kvmppc_h_svm_init_abort() local 833 int srcu_idx, bkt; in kvmppc_h_svm_init_done() local
|
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
A D | vxlan.c | 183 int bkt; in mlx5_vxlan_reset_to_default() local
|
/linux-6.3-rc2/arch/x86/kvm/ |
A D | debugfs.c | 115 int bkt; in kvm_mmu_rmaps_stat_show() local
|
/linux-6.3-rc2/tools/bpf/bpftool/ |
A D | pids.c | 180 size_t bkt; in delete_obj_refs_table() local
|