Home
last modified time | relevance | path

Searched refs:ncalls (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
H A Dtest_tcpnotify_user.c67 return (result->ncalls > 0 && result->ncalls == rx_callbacks ? 0 : 1); in verify_result()
156 g.ncalls, rx_callbacks); in main()
H A Dtest_tcpnotify.h8 __u32 ncalls; member
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H A Dtest_tcpnotify_user.c67 return (result->ncalls > 0 && result->ncalls == rx_callbacks ? 0 : 1); in verify_result()
156 g.ncalls, rx_callbacks); in main()
H A Dtest_tcpnotify.h8 __u32 ncalls; member
/kernel/linux/linux-5.10/tools/perf/tests/
H A Dopenat-syscall-all-cpus.c62 unsigned int ncalls = nr_openat_calls + cpu; in test__openat_syscall_event_on_all_cpus() local
81 for (i = 0; i < ncalls; ++i) { in test__openat_syscall_event_on_all_cpus()
/kernel/linux/linux-6.6/tools/perf/tests/
H A Dopenat-syscall-all-cpus.c65 unsigned int ncalls = nr_openat_calls + idx; in test__openat_syscall_event_on_all_cpus() local
84 for (i = 0; i < ncalls; ++i) { in test__openat_syscall_event_on_all_cpus()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
H A Dtest_tcpnotify_kern.c81 g.ncalls++; in bpf_testcb()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Dtest_tcpnotify_kern.c79 g.ncalls++; in bpf_testcb()
/kernel/linux/linux-5.10/fs/
H A Deventpoll.c361 static void ep_nested_calls_init(struct nested_calls *ncalls) in ep_nested_calls_init() argument
363 INIT_LIST_HEAD(&ncalls->tasks_call_list); in ep_nested_calls_init()
364 spin_lock_init(&ncalls->lock); in ep_nested_calls_init()
467 * @ncalls: Pointer to the nested_calls structure to be used for this call.
476 static int ep_call_nested(struct nested_calls *ncalls, in ep_call_nested() argument
482 struct list_head *lsthead = &ncalls->tasks_call_list; in ep_call_nested()
486 spin_lock_irqsave(&ncalls->lock, flags); in ep_call_nested()
510 spin_unlock_irqrestore(&ncalls->lock, flags); in ep_call_nested()
516 spin_lock_irqsave(&ncalls->lock, flags); in ep_call_nested()
519 spin_unlock_irqrestore(&ncalls in ep_call_nested()
[all...]

Completed in 5 milliseconds