Home
last modified time | relevance | path

Searched refs:notify (Results 1 – 8 of 8) sorted by relevance

/tools/testing/selftests/bpf/benchs/
A Dbench_htab_mem.c26 pthread_barrier_t *notify; member
121 ctx.notify = barriers; in htab_mem_bench_init_barriers()
129 if (!ctx.notify) in htab_mem_bench_exit_barriers()
135 free(ctx.notify); in htab_mem_bench_exit_barriers()
229 pthread_barrier_wait(notify); in htab_mem_add_fn()
231 pthread_barrier_wait(notify); in htab_mem_add_fn()
239 pthread_barrier_wait(notify); in htab_mem_delete_fn()
249 pthread_barrier_t *notify; in htab_mem_producer() local
259 notify = &ctx.notify[seq / 2]; in htab_mem_producer()
261 htab_mem_delete_fn(notify); in htab_mem_producer()
[all …]
/tools/testing/selftests/bpf/prog_tests/
A Dfree_timer.c13 pthread_barrier_t notify; member
62 pthread_barrier_wait(&ctx->notify); in overwrite_timer_fn()
72 pthread_barrier_wait(&ctx->notify); in overwrite_timer_fn()
108 pthread_barrier_wait(&ctx->notify); in start_timer_fn()
111 pthread_barrier_wait(&ctx->notify); in start_timer_fn()
142 pthread_barrier_init(&ctx.notify, NULL, 2); in test_free_timer()
/tools/virtio/ringtest/
A Dmain.c34 void notify(int fd) in notify() function
58 notify(kickfd); in kick()
68 notify(callfd); in call()
/tools/virtio/linux/
A Dvirtio.h67 bool (*notify)(struct virtqueue *vq),
/tools/perf/bench/
A DBuild3 perf-bench-y += sched-seccomp-notify.o
/tools/testing/selftests/drivers/net/mlxsw/
A Dfib.sh235 log_info "Set fib_notify_on_flag_change to $notify"
/tools/testing/selftests/drivers/net/netdevsim/
A Dfib.sh359 log_info "Set fib_notify_on_flag_change to $notify"
/tools/include/uapi/linux/
A Dkvm.h442 } notify; member

Completed in 20 milliseconds