Home
last modified time | relevance | path

Searched defs:bkt (Results 1 – 25 of 63) sorted by relevance

123

/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_eswitch.c198 unsigned int bkt; in ice_eswitch_release_reprs() local
229 unsigned int bkt; in ice_eswitch_setup_reprs() local
433 unsigned int bkt; in ice_eswitch_napi_del() local
448 unsigned int bkt; in ice_eswitch_napi_enable() local
463 unsigned int bkt; in ice_eswitch_napi_disable() local
657 unsigned int bkt; in ice_eswitch_start_all_tx_queues() local
677 unsigned int bkt; in ice_eswitch_stop_all_tx_queues() local
H A Dice_sriov.c29 unsigned int bkt; in ice_free_vf_entries() local
156 unsigned int bkt; in ice_free_vfs() local
566 unsigned int bkt, it_cnt; in ice_start_vfs() local
1006 unsigned int bkt; in ice_process_vflr_event() local
1043 unsigned int bkt; in ice_get_vf_from_pfq() local
1380 unsigned int bkt; in ice_calc_all_vfs_min_tx_rate() local
1676 unsigned int bkt; in ice_print_vfs_mdd_events() local
H A Dice_vf_lib.c106 unsigned int bkt; in ice_get_num_vfs() local
564 unsigned int bkt; in ice_is_any_vf_in_unicast_promisc() local
720 unsigned int bkt; in ice_reset_all_vfs() local
1347 unsigned int bkt; in ice_get_vf_ctrl_vsi() local
H A Dice_repr.c380 unsigned int bkt; in ice_repr_rem_from_all_vfs() local
404 unsigned int bkt; in ice_repr_add_for_all_vfs() local
H A Dice_vf_lib.h190 #define ice_for_each_vf(pf, bkt, vf) \ argument
207 #define ice_for_each_vf_rcu(pf, bkt, vf) \ argument
/openbmc/linux/lib/
H A Dhashtable_test.c68 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
H A Drhashtable.c225 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
/openbmc/linux/include/linux/
H A Drhashtable.h327 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 …]
H A Dhashtable.h126 #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
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dhashmap.c47 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
/openbmc/qemu/util/
H A Dthrottle.c36 void throttle_leak_bucket(LeakyBucket *bkt, int64_t delta_ns) in throttle_leak_bucket()
95 int64_t throttle_compute_wait(LeakyBucket *bkt) in throttle_compute_wait()
353 LeakyBucket *bkt = &cfg->buckets[i]; in throttle_is_valid() local
491 LeakyBucket *bkt; in throttle_account() local
/openbmc/linux/tools/perf/util/
H A Dexpr.c86 size_t bkt; in ids__free() local
115 size_t bkt; in ids__union() local
232 size_t bkt; in expr__subset_of_ids() local
314 size_t bkt; in expr__ctx_clear() local
326 size_t bkt; in expr__ctx_free() local
H A Dhashmap.c66 size_t bkt; in hashmap__clear() local
106 size_t h, bkt; in hashmap_grow() local
H A Dhashmap.h168 #define hashmap__for_each_entry(map, cur, bkt) \ argument
180 #define hashmap__for_each_entry_safe(map, cur, tmp, bkt) \ argument
/openbmc/linux/drivers/s390/crypto/
H A Dap_card.c80 int bkt; in request_count_store() local
99 int bkt; in requestq_count_show() local
118 int bkt; in pendingq_count_show() local
/openbmc/linux/tools/include/linux/
H A Dhashtable.h105 #define hash_for_each(name, bkt, obj, member) \ argument
119 #define hash_for_each_safe(name, bkt, tmp, obj, member) \ argument
/openbmc/linux/drivers/infiniband/ulp/opa_vnic/
H A Dopa_vnic_encap.c107 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
/openbmc/linux/tools/lib/bpf/
H A Dhashmap.c66 size_t bkt; in hashmap__clear() local
106 size_t h, bkt; in hashmap_grow() local
H A Dhashmap.h168 #define hashmap__for_each_entry(map, cur, bkt) \ argument
180 #define hashmap__for_each_entry_safe(map, cur, tmp, bkt) \ argument
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dhtb.c37 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
/openbmc/linux/net/netlabel/
H A Dnetlabel_domainhash.c140 u32 bkt; in netlbl_domhsh_search() local
436 u32 bkt = netlbl_domhsh_hash(entry->domain); in netlbl_domhsh_add() local
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Dvxlan.c183 int bkt; in mlx5_vxlan_reset_to_default() local
/openbmc/linux/arch/powerpc/kvm/
H A Dbook3s_hv_uvmem.c470 int srcu_idx, bkt; in kvmppc_h_svm_init_start() local
661 int srcu_idx, bkt; in kvmppc_h_svm_init_abort() local
834 int srcu_idx, bkt; in kvmppc_h_svm_init_done() local
/openbmc/linux/arch/x86/kvm/
H A Ddebugfs.c115 int bkt; in kvm_mmu_rmaps_stat_show() local
/openbmc/linux/tools/bpf/bpftool/
H A Dpids.c180 size_t bkt; in delete_obj_refs_table() local

123