Searched refs:node_id (Results 1 – 11 of 11) sorted by relevance
| /tools/testing/selftests/drivers/net/ |
| A D | shaper.py | 217 node_id = node_handle['handle']['id'] 222 'parent': {'scope': 'node', 'id': node_id}, 228 'handle': {'scope': 'node', 'id': node_id}, 240 'handle': {'scope':'node', 'id': node_id + 1}, 253 'handle': {'scope':'node', 'id': node_id}}) 260 'parent': {'scope': 'node', 'id': node_id}, 271 'handle': {'scope': 'node', 'id': node_id}}) 308 node_id = node_handle['handle']['id'] 321 ksft_true(nested_node_id != node_id) 332 'parent': {'scope': 'node', 'id': node_id}, [all …]
|
| /tools/testing/selftests/rseq/ |
| A D | rseq.c | 299 uint32_t cpu_id, node_id; in rseq_fallback_current_node() local 302 ret = sys_getcpu(&cpu_id, &node_id); in rseq_fallback_current_node() 307 return (int32_t) node_id; in rseq_fallback_current_node()
|
| A D | rseq-abi.h | 156 __u32 node_id; member
|
| A D | rseq.h | 204 return (int) rseq_size >= rseq_offsetofend(struct rseq_abi, node_id); in rseq_node_id_available() 213 return RSEQ_ACCESS_ONCE(rseq_get_abi()->node_id); in rseq_current_node_id()
|
| /tools/testing/selftests/net/ |
| A D | reuseport_bpf_numa.c | 107 static void send_from_node(int node_id, int family, int proto) in send_from_node() argument 141 if (numa_run_on_node(node_id) < 0) in send_from_node() 161 void receive_on_node(int *rcv_fd, int len, int epfd, int node_id, int proto) in receive_on_node() argument 189 fprintf(stderr, "send node %d, receive socket %d\n", node_id, i); in receive_on_node() 190 if (node_id != i) in receive_on_node()
|
| /tools/testing/selftests/bpf/ |
| A D | bpf_arena_common.h | 48 int node_id, __u64 flags) __ksym __weak; 67 int node_id, __u64 flags) in bpf_arena_alloc_pages() argument
|
| /tools/testing/selftests/prctl/ |
| A D | set-anon-vma-name-test.c | 42 unsigned int major_id, minor_id, node_id; in was_renaming_successful() local 59 &minor_id, &node_id, name); in was_renaming_successful()
|
| /tools/testing/selftests/kvm/lib/ |
| A D | lru_gen_util.c | 282 static void run_aging_impl(unsigned long memcg_id, int node_id, int max_gen) in run_aging_impl() argument 290 memcg_id, node_id, max_gen, force_scan); in run_aging_impl()
|
| /tools/perf/Documentation/ |
| A D | perf.data-file-format.txt | 306 u64 node_id; // node index
|
| /tools/power/x86/turbostat/ |
| A D | turbostat.c | 9337 int node_id = cpus[cpu_id].logical_node_id; in init_counter() local 9346 if (node_id < 0) in init_counter() 9347 node_id = 0; in init_counter() 9349 t = GET_THREAD(thread_base, thread_id, core_id, node_id, pkg_id); in init_counter() 9350 c = GET_CORE(core_base, core_id, node_id, pkg_id); in init_counter()
|
| /tools/arch/x86/kcpuid/ |
| A D | cpuid.csv | 951 0x8000001e, 0, ecx, 7:0, node_id , Node (die) ID of invoking logical…
|
Completed in 36 milliseconds