Searched refs:total_nodes (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/net/netfilter/ |
H A D | xt_cluster.c | 56 return reciprocal_scale(hash, info->total_nodes); in xt_cluster_hash() 127 if (info->total_nodes > XT_CLUSTER_NODES_MAX) { in xt_cluster_mt_checkentry() 129 info->total_nodes, XT_CLUSTER_NODES_MAX); in xt_cluster_mt_checkentry() 132 if (info->node_mask >= (1ULL << info->total_nodes)) { in xt_cluster_mt_checkentry()
|
/kernel/linux/linux-6.6/net/netfilter/ |
H A D | xt_cluster.c | 56 return reciprocal_scale(hash, info->total_nodes); in xt_cluster_hash() 127 if (info->total_nodes > XT_CLUSTER_NODES_MAX) { in xt_cluster_mt_checkentry() 129 info->total_nodes, XT_CLUSTER_NODES_MAX); in xt_cluster_mt_checkentry() 132 if (info->node_mask >= (1ULL << info->total_nodes)) { in xt_cluster_mt_checkentry()
|
/kernel/linux/linux-5.10/include/uapi/linux/netfilter/ |
H A D | xt_cluster.h | 12 __u32 total_nodes; member
|
/kernel/linux/linux-6.6/include/uapi/linux/netfilter/ |
H A D | xt_cluster.h | 12 __u32 total_nodes; member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/netfilter/ |
H A D | xt_cluster.h | 26 __u32 total_nodes; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/netfilter/ |
H A D | xt_cluster.h | 26 __u32 total_nodes; member
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/netfilter/ |
H A D | xt_cluster.h | 13 __u32 total_nodes; member
|
/kernel/linux/linux-5.10/arch/sparc/kernel/ |
H A D | cpumap.c | 49 int total_nodes; member 201 new_tree->total_nodes = n; in build_cpuinfo_tree()
|
/kernel/linux/linux-6.6/arch/sparc/kernel/ |
H A D | cpumap.c | 49 int total_nodes; member 201 new_tree->total_nodes = n; in build_cpuinfo_tree()
|
/kernel/linux/linux-5.10/sound/hda/ |
H A D | hdac_device.c | 376 int i, total_nodes, function_id; in setup_fg_nodes() local 379 total_nodes = snd_hdac_get_sub_nodes(codec, AC_NODE_ROOT, &nid); in setup_fg_nodes() 380 for (i = 0; i < total_nodes; i++, nid++) { in setup_fg_nodes()
|
/kernel/linux/linux-6.6/sound/hda/ |
H A D | hdac_device.c | 376 int i, total_nodes, function_id; in setup_fg_nodes() local 379 total_nodes = snd_hdac_get_sub_nodes(codec, AC_NODE_ROOT, &nid); in setup_fg_nodes() 380 for (i = 0; i < total_nodes; i++, nid++) { in setup_fg_nodes()
|
Completed in 9 milliseconds