| /tools/perf/bench/ |
| A D | epoll-ctl.c | 57 static unsigned int nested = 0; variable 79 …OPT_UINTEGER( 'N', "nested", &nested, "Nesting level epoll hierarchy (default is 0, no nesting)… 105 if (nested > EPOLL_MAXNESTS) in nest_epollfd() 106 nested = EPOLL_MAXNESTS; in nest_epollfd() 107 printinfo("Nesting level(s): %d\n", nested); in nest_epollfd() 109 epollfdp = calloc(nested, sizeof(int)); in nest_epollfd() 113 for (i = 0; i < nested; i++) { in nest_epollfd() 122 for (i = nested - 1; i; i--) { in nest_epollfd() 345 if (nested) in bench_epoll_ctl()
|
| A D | epoll-wait.c | 105 static unsigned int nested = 0; variable 138 …OPT_UINTEGER( 'N', "nested", &nested, "Nesting level epoll hierarchy (default is 0, no nesting)… 246 if (nested > EPOLL_MAXNESTS) in nest_epollfd() 247 nested = EPOLL_MAXNESTS; in nest_epollfd() 249 epollfdp = calloc(nested, sizeof(*epollfdp)); in nest_epollfd() 253 for (i = 0; i < nested; i++) { in nest_epollfd() 262 for (i = nested - 1; i; i--) { in nest_epollfd() 325 if (nested) in do_threads() 465 if (nested) in bench_epoll_wait() 470 printinfo("Nesting level(s): %d\n", nested); in bench_epoll_wait()
|
| /tools/verification/rv/include/ |
| A D | rv.h | 10 int nested; member
|
| /tools/perf/scripts/python/Perf-Trace-Util/ |
| A D | Build | 4 …) -Wno-redundant-decls -Wno-strict-prototypes -Wno-unused-parameter -Wno-nested-externs -Wno-decla…
|
| /tools/perf/scripts/perl/Perf-Trace-Util/ |
| A D | Build | 4 CFLAGS_Context.o += -Wno-unused-parameter -Wno-nested-externs -Wno-undef
|
| /tools/testing/selftests/bpf/ |
| A D | uptr_test_common.h | 35 struct nested_udata nested; member
|
| /tools/testing/selftests/bpf/prog_tests/ |
| A D | task_local_storage.c | 282 value.nested.udata = &udata; in test_uptr_basic() 327 value.nested.udata = &udata2; in test_uptr_basic() 342 value.nested.udata = &udata2; in test_uptr_basic() 356 ASSERT_EQ(value.nested.udata, NULL, "value.nested.udata"); in test_uptr_basic() 365 value.nested.udata = &udata2; in test_uptr_basic()
|
| /tools/net/ynl/pyynl/ |
| A D | ynl_gen_c.py | 70 nested = None 72 if nested: 1365 return nested 1371 nested = submsg.name 1396 "name": nested, 1402 self.pure_nested_structs[nested] = Struct(self, nested, submsg=submsg) 1404 return nested 1433 if nested: 2091 if struct.nested: 2143 if struct.nested: [all …]
|
| /tools/accounting/ |
| A D | delaytop.c | 478 struct nlattr *nested; in fetch_and_fill_task_info() local 503 nested = (struct nlattr *) NLA_DATA(na); in fetch_and_fill_task_info() 506 if (nested->nla_type == TASKSTATS_TYPE_STATS) { in fetch_and_fill_task_info() 507 memcpy(&stats, NLA_DATA(nested), sizeof(stats)); in fetch_and_fill_task_info() 534 nested_len -= NLA_ALIGN(nested->nla_len); in fetch_and_fill_task_info() 535 nested = NLA_NEXT(nested); in fetch_and_fill_task_info()
|
| /tools/testing/selftests/bpf/progs/ |
| A D | task_ls_uptr.c | 56 udata = ptr->nested.udata; in on_enter()
|
| A D | uptr_failure.c | 47 v->nested.udata = NULL; in uptr_write_nested()
|
| /tools/perf/util/scripting-engines/ |
| A D | Build | 6 …dant-decls -Wno-strict-prototypes -Wno-unused-parameter -Wno-shadow -Wno-nested-externs -Wno-undef…
|
| /tools/testing/selftests/kvm/include/ |
| A D | memstress.h | 42 bool nested; member
|
| /tools/testing/selftests/kvm/lib/ |
| A D | memstress.c | 162 if (args->nested) in memstress_create_vm() 184 if (args->nested) in memstress_create_vm() 223 if (args->nested) { in memstress_create_vm()
|
| /tools/memory-model/ |
| A D | linux-kernel.bell | 56 (* Compute matching pairs of nested Rcu-lock and Rcu-unlock *) 72 (* Compute matching pairs of nested Srcu-lock and Srcu-unlock *)
|
| A D | lock.cat | 52 * An LKR must always see an unlocked value; spin_lock() calls nested 61 empty ([LKW] ; po-loc ; [RU]) \ (po-loc ; [UL] ; po-loc) as nested-is-locked
|
| /tools/testing/selftests/kvm/lib/x86/ |
| A D | processor.c | 1102 state->nested.size = sizeof(state->nested_); in vcpu_save_state() 1104 vcpu_nested_state_get(vcpu, &state->nested); in vcpu_save_state() 1105 TEST_ASSERT(state->nested.size <= nested_size, in vcpu_save_state() 1107 state->nested.size, nested_size); in vcpu_save_state() 1109 state->nested.size = 0; in vcpu_save_state() 1136 if (state->nested.size) in vcpu_load_state() 1137 vcpu_nested_state_set(vcpu, &state->nested); in vcpu_load_state()
|
| /tools/verification/rv/src/ |
| A D | in_kernel.c | 198 ikm->nested = 1; in ikm_fill_monitor_definition() 203 ikm->nested = 0; in ikm_fill_monitor_definition() 361 int indent = ikm.nested && !container; in ikm_list_monitors()
|
| /tools/objtool/ |
| A D | Makefile | 35 WARNINGS := $(EXTRA_WARNINGS) -Wno-switch-default -Wno-switch-enum -Wno-packed -Wno-nested-externs
|
| /tools/testing/selftests/kvm/ |
| A D | dirty_log_perf_test.c | 386 memstress_args.nested = true; in main()
|
| /tools/build/Documentation/ |
| A D | Build.txt | 47 the build to nested directories.
|
| /tools/arch/x86/kcpuid/ |
| A D | cpuid.csv | 794 0x80000008, 0, eax, 23:16, guest_phys_addr_bits , Max nested-paging guest physical … 812 … 0, ebx, 21, tlb_flush_nested , INVLPGB RAX[5] bit can be set (nested translations) 844 0x8000000a, 0, edx, 15, v_vmsave_vmload , Virtual VMSAVE/VMLOAD (nested vir… 961 0x8000001f, 0, eax, 4, sev_nested_paging , SEV secure nested paging supported 1012 0x80000021, 0, eax, 0, no_nested_data_bp , No nested data breakpoints
|
| /tools/perf/Documentation/ |
| A D | perf-script-python.txt | 249 in Python i.e. with autovivifying hashes, you can assign nested hash 600 i.e. with autovivifying hashes, you can assign nested hash values
|
| /tools/testing/selftests/kvm/include/x86/ |
| A D | processor.h | 424 struct kvm_nested_state nested; member
|
| /tools/memory-model/Documentation/ |
| A D | explanation.txt | 1523 be nested, although we won't make use of this fact. 1894 created two nested (fully overlapping) read-side critical
|