Searched refs:nested (Results 1 – 13 of 13) sorted by relevance
/tools/perf/bench/ |
D | epoll-wait.c | 106 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()
|
D | epoll-ctl.c | 58 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/ |
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/lib/lockdep/include/liblockdep/ |
D | common.h | 45 void lock_release(struct lockdep_map *lock, int nested,
|
/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
|
D | README | 242 In contrast, LKMM will interpret this as a nested pair of
|
/tools/testing/selftests/kvm/lib/x86_64/ |
D | processor.c | 997 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/ |
D | Build.txt | 47 the build to nested directories.
|
/tools/perf/Documentation/ |
D | perf-script-python.txt | 249 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/ |
D | explanation.txt | 1438 be nested, although we won't make use of this fact.
|