Searched refs:hash_for_each (Results 1 - 25 of 34) sorted by relevance

12

/linux-master/scripts/kconfig/
H A Dinternal.h12 hash_for_each(sym_hashtable, sym, node)
H A Dhashtable.h28 * hash_for_each - iterate over a hashtable
33 #define hash_for_each(table, obj, member) \ macro
/linux-master/lib/
H A Dhashtable_test.c80 hash_for_each(hash, bkt, x, node) { function
139 hash_for_each(hash, bkt, x, node) { function
220 hash_for_each(hash, bkt, y, node) { function
278 hash_for_each(hash, bkt, y, node) { function
/linux-master/drivers/s390/crypto/
H A Dap_card.c85 hash_for_each(ap_queues, bkt, aq, hnode)
106 hash_for_each(ap_queues, bkt, aq, hnode)
125 hash_for_each(ap_queues, bkt, aq, hnode)
H A Dap_bus.c493 hash_for_each(ap_queues, bkt, aq, hnode) { function
509 hash_for_each(ap_queues, bkt, aq, hnode) { function
986 hash_for_each(ap_queues, bkt, aq, hnode) { function
H A Dvfio_ap_ops.c1640 hash_for_each(qtable->queues, loop_cursor, q, mdev_qnode) {
1806 hash_for_each(matrix_mdev->qtable.queues, loop_cursor, q, mdev_qnode)
1809 hash_for_each(matrix_mdev->qtable.queues, loop_cursor, q, mdev_qnode) {
/linux-master/tools/include/linux/
H A Dhashtable.h99 * hash_for_each - iterate over a hashtable
105 #define hash_for_each(name, bkt, obj, member) \ macro
/linux-master/tools/testing/selftests/kvm/lib/x86_64/
H A Dsev.c53 hash_for_each(vm->regions.slot_hash, ctr, region, slot_node)
/linux-master/io_uring/
H A Dnapi.c89 hash_for_each(ctx->napi_ht, i, e, node) {
203 hash_for_each(ctx->napi_ht, i, e, node) {
/linux-master/include/linux/
H A Dhashtable.h120 * hash_for_each - iterate over a hashtable
126 #define hash_for_each(name, bkt, obj, member) \ macro
H A Dkvm_host.h1054 hash_for_each(slots->id_hash, bkt, memslot, id_node[slots->node_idx]) \
/linux-master/kernel/livepatch/
H A Dshadow.c292 hash_for_each(klp_shadow_hash, i, shadow, node) { function
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_vf_lib.h190 hash_for_each((pf)->vfs.table, (bkt), (vf), entry)
/linux-master/security/safesetid/
H A Dsecurityfs.c104 hash_for_each(pol->rules, bucket, rule, next) {
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dhtb.c39 hash_for_each(htb->qos_tc2node, bkt, node, hnode) {
436 hash_for_each(htb->qos_tc2node, bkt, node, hnode)
629 hash_for_each(htb->qos_tc2node, bkt, child, hnode) {
/linux-master/drivers/platform/x86/intel/speed_select_if/
H A Disst_if_common.c186 hash_for_each(isst_hash, i, sst_cmd, hnode) { function
/linux-master/drivers/accel/habanalabs/common/
H A Ddebugfs.c268 hash_for_each(ctx->mem_hash, i, hnode, node) {
708 hash_for_each(ctx->mem_hash, i, hnode, node) {
H A Ddevice.c2674 hash_for_each(ctx->mem_hash, i, hnode, node) {
2696 hash_for_each(ctx->mem_hash, i, hnode, node) {
/linux-master/tools/testing/selftests/kvm/lib/
H A Dkvm_util.c512 hash_for_each(vmp->regions.slot_hash, ctr, region, slot_node) {
1941 hash_for_each(vm->regions.slot_hash, ctr, region, slot_node) {
/linux-master/drivers/s390/net/
H A Dqeth_l3_sys.c581 hash_for_each(card->ip_htable, i, ipaddr, hnode) {
/linux-master/net/sched/
H A Dsch_api.c1830 hash_for_each(qdisc_dev(root)->qdisc_hash, b, q, hash) {
2329 hash_for_each(qdisc_dev(root)->qdisc_hash, b, q, hash) {
/linux-master/kernel/
H A Dworkqueue.c6060 hash_for_each(pool->busy_hash, bkt, worker, hentry) {
6070 hash_for_each(pool->busy_hash, bkt, worker, hentry) {
7338 hash_for_each(pool->busy_hash, bkt, worker, hentry) {
7754 hash_for_each(unbound_pool_hash, bkt, pool, hash_node)
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_tc.c1047 hash_for_each(tc->hairpin_tbl, bkt, hpe, hairpin_hlist)
1066 hash_for_each(tc->hairpin_tbl, bkt, hpe, hairpin_hlist)
5050 hash_for_each(tc->hairpin_tbl, bkt, hpe, hairpin_hlist)
/linux-master/samples/bpf/
H A Dxdp_sample_user.c1012 hash_for_each(stats_rec->xmit_map, bkt, entry, node) {
/linux-master/kernel/trace/
H A Dtrace_events_user.c2717 hash_for_each(group->register_table, i, user, node) {

Completed in 305 milliseconds

12