Home
last modified time | relevance | path

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

/tools/testing/selftests/bpf/benchs/
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()
134 pthread_barrier_destroy(&ctx.notify[i]); in htab_mem_bench_exit_barriers()
135 free(ctx.notify); in htab_mem_bench_exit_barriers()
223 static void htab_mem_add_fn(pthread_barrier_t *notify) in htab_mem_add_fn() argument
229 pthread_barrier_wait(notify); in htab_mem_add_fn()
231 pthread_barrier_wait(notify); in htab_mem_add_fn()
235 static void htab_mem_delete_fn(pthread_barrier_t *notify) in htab_mem_delete_fn() argument
239 pthread_barrier_wait(notify); in htab_mem_delete_fn()
[all …]
/tools/virtio/ringtest/
Dmain.c34 void notify(int fd) in notify() function
58 notify(kickfd); in kick()
68 notify(callfd); in call()
/tools/virtio/linux/
Dvirtio.h67 bool (*notify)(struct virtqueue *vq),
/tools/perf/bench/
DBuild3 perf-y += sched-seccomp-notify.o
/tools/testing/selftests/drivers/net/mlxsw/
Dfib.sh235 log_info "Set fib_notify_on_flag_change to $notify"
/tools/testing/selftests/drivers/net/netdevsim/
Dfib.sh359 log_info "Set fib_notify_on_flag_change to $notify"
/tools/include/uapi/linux/
Dkvm.h512 } notify; member