Searched refs:nested (Results 1 – 14 of 14) sorted by relevance
/tools/perf/bench/ |
D | epoll-wait.c | 104 static unsigned int nested = 0; variable 137 …OPT_UINTEGER( 'N', "nested", &nested, "Nesting level epoll hierarchy (default is 0, no nesting)… 245 if (nested > EPOLL_MAXNESTS) in nest_epollfd() 246 nested = EPOLL_MAXNESTS; in nest_epollfd() 248 epollfdp = calloc(nested, sizeof(*epollfdp)); in nest_epollfd() 252 for (i = 0; i < nested; i++) { in nest_epollfd() 261 for (i = nested - 1; i; i--) { in nest_epollfd() 317 if (nested) in do_threads() 446 if (nested) in bench_epoll_wait() 451 printinfo("Nesting level(s): %d\n", nested); in bench_epoll_wait()
|
D | epoll-ctl.c | 56 static unsigned int nested = 0; variable 78 …OPT_UINTEGER( 'N', "nested", &nested, "Nesting level epoll hierarchy (default is 0, no nesting)… 104 if (nested > EPOLL_MAXNESTS) in nest_epollfd() 105 nested = EPOLL_MAXNESTS; in nest_epollfd() 106 printinfo("Nesting level(s): %d\n", nested); in nest_epollfd() 108 epollfdp = calloc(nested, sizeof(int)); in nest_epollfd() 112 for (i = 0; i < nested; i++) { in nest_epollfd() 121 for (i = nested - 1; i; i--) { in nest_epollfd() 331 if (nested) in bench_epoll_ctl()
|
/tools/perf/scripts/python/Perf-Trace-Util/ |
D | Build | 3 …EMBED_CCOPTS) -Wno-redundant-decls -Wno-strict-prototypes -Wno-unused-parameter -Wno-nested-externs
|
/tools/perf/scripts/perl/Perf-Trace-Util/ |
D | Build | 4 CFLAGS_Context.o += -Wno-unused-parameter -Wno-nested-externs -Wno-undef
|
/tools/perf/util/scripting-engines/ |
D | Build | 4 …dant-decls -Wno-strict-prototypes -Wno-unused-parameter -Wno-shadow -Wno-nested-externs -Wno-undef…
|
/tools/memory-model/ |
D | linux-kernel.bell | 43 (* Compute matching pairs of nested Rcu-lock and Rcu-unlock *) 59 (* Compute matching pairs of nested Srcu-lock and Srcu-unlock *)
|
D | lock.cat | 52 * An LKR must always see an unlocked value; spin_lock() calls nested
|
/tools/objtool/ |
D | Makefile | 32 WARNINGS := $(EXTRA_WARNINGS) -Wno-switch-default -Wno-switch-enum -Wno-packed -Wno-nested-externs
|
/tools/testing/selftests/kvm/lib/x86_64/ |
D | processor.c | 993 struct kvm_nested_state nested; member 1094 state->nested.size = sizeof(state->nested_); in vcpu_save_state() 1095 r = ioctl(vcpu->fd, KVM_GET_NESTED_STATE, &state->nested); in vcpu_save_state() 1098 TEST_ASSERT(state->nested.size <= nested_size, in vcpu_save_state() 1100 state->nested.size, nested_size); in vcpu_save_state() 1102 state->nested.size = 0; in vcpu_save_state() 1158 if (state->nested.size) { in vcpu_load_state() 1159 r = ioctl(vcpu->fd, KVM_SET_NESTED_STATE, &state->nested); in vcpu_load_state()
|
/tools/build/Documentation/ |
D | Build.txt | 47 the build to nested directories.
|
/tools/perf/util/ |
D | Build | 262 …bison_flags += -Wno-unused-parameter -Wno-nested-externs -Wno-implicit-function-declaration -Wno-s…
|
/tools/perf/Documentation/ |
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/memory-model/Documentation/ |
D | litmus-tests.txt | 1028 In contrast, LKMM will interpret this as a nested pair of
|
D | explanation.txt | 1440 be nested, although we won't make use of this fact.
|