Home
last modified time | relevance | path

Searched refs:nested (Results 1 – 13 of 13) sorted by relevance

/tools/perf/bench/
Depoll-wait.c106 static unsigned int nested = 0; variable
139 …OPT_UINTEGER( 'N', "nested", &nested, "Nesting level epoll hierarchy (default is 0, no nesting)…
247 if (nested > EPOLL_MAXNESTS) in nest_epollfd()
248 nested = EPOLL_MAXNESTS; in nest_epollfd()
250 epollfdp = calloc(nested, sizeof(*epollfdp)); in nest_epollfd()
254 for (i = 0; i < nested; i++) { in nest_epollfd()
263 for (i = nested - 1; i; i--) { in nest_epollfd()
319 if (nested) in do_threads()
447 if (nested) in bench_epoll_wait()
452 printinfo("Nesting level(s): %d\n", nested); in bench_epoll_wait()
Depoll-ctl.c58 static unsigned int nested = 0; variable
80 …OPT_UINTEGER( 'N', "nested", &nested, "Nesting level epoll hierarchy (default is 0, no nesting)…
106 if (nested > EPOLL_MAXNESTS) in nest_epollfd()
107 nested = EPOLL_MAXNESTS; in nest_epollfd()
108 printinfo("Nesting level(s): %d\n", nested); in nest_epollfd()
110 epollfdp = calloc(nested, sizeof(int)); in nest_epollfd()
114 for (i = 0; i < nested; i++) { in nest_epollfd()
123 for (i = nested - 1; i; i--) { in nest_epollfd()
332 if (nested) in bench_epoll_ctl()
/tools/perf/scripts/python/Perf-Trace-Util/
DBuild3 …EMBED_CCOPTS) -Wno-redundant-decls -Wno-strict-prototypes -Wno-unused-parameter -Wno-nested-externs
/tools/perf/scripts/perl/Perf-Trace-Util/
DBuild4 CFLAGS_Context.o += -Wno-unused-parameter -Wno-nested-externs -Wno-undef
/tools/perf/util/scripting-engines/
DBuild4 …dant-decls -Wno-strict-prototypes -Wno-unused-parameter -Wno-shadow -Wno-nested-externs -Wno-undef…
/tools/lib/lockdep/include/liblockdep/
Dcommon.h45 void lock_release(struct lockdep_map *lock, int nested,
/tools/memory-model/
Dlinux-kernel.bell43 (* Compute matching pairs of nested Rcu-lock and Rcu-unlock *)
59 (* Compute matching pairs of nested Srcu-lock and Srcu-unlock *)
Dlock.cat52 * An LKR must always see an unlocked value; spin_lock() calls nested
DREADME242 In contrast, LKMM will interpret this as a nested pair of
/tools/testing/selftests/kvm/lib/x86_64/
Dprocessor.c997 struct kvm_nested_state nested; member
1074 state->nested.size = sizeof(state->nested_); in vcpu_save_state()
1075 r = ioctl(vcpu->fd, KVM_GET_NESTED_STATE, &state->nested); in vcpu_save_state()
1078 TEST_ASSERT(state->nested.size <= nested_size, in vcpu_save_state()
1080 state->nested.size, nested_size); in vcpu_save_state()
1082 state->nested.size = 0; in vcpu_save_state()
1138 if (state->nested.size) { in vcpu_load_state()
1139 r = ioctl(vcpu->fd, KVM_SET_NESTED_STATE, &state->nested); in vcpu_load_state()
/tools/build/Documentation/
DBuild.txt47 the build to nested directories.
/tools/perf/Documentation/
Dperf-script-python.txt249 in Python i.e. with autovivifying hashes, you can assign nested hash
579 i.e. with autovivifying hashes, you can assign nested hash values
/tools/memory-model/Documentation/
Dexplanation.txt1438 be nested, although we won't make use of this fact.