Symbol: evp
arch/sh/kernel/perf_event.c
73
static int hw_perf_cache_event(int config, int *evp)
arch/sh/kernel/perf_event.c
96
*evp = ev;
net/sctp/stream.c
1037
*evp = sctp_ulpevent_make_assoc_reset_event(asoc, flags,
net/sctp/stream.c
1055
*evp = sctp_ulpevent_make_stream_change_event(asoc, flags,
net/sctp/stream.c
1069
*evp = sctp_ulpevent_make_stream_change_event(asoc, flags,
net/sctp/stream.c
519
struct sctp_ulpevent **evp)
net/sctp/stream.c
596
*evp = sctp_ulpevent_make_stream_reset_event(asoc,
net/sctp/stream.c
608
struct sctp_ulpevent **evp)
net/sctp/stream.c
685
struct sctp_ulpevent **evp)
net/sctp/stream.c
769
*evp = sctp_ulpevent_make_assoc_reset_event(asoc, 0, init_tsn,
net/sctp/stream.c
782
struct sctp_ulpevent **evp)
net/sctp/stream.c
840
*evp = sctp_ulpevent_make_stream_change_event(asoc,
net/sctp/stream.c
852
struct sctp_ulpevent **evp)
net/sctp/stream.c
917
struct sctp_ulpevent **evp)
net/sctp/stream.c
972
*evp = sctp_ulpevent_make_stream_reset_event(asoc, flags,
net/sctp/stream.c
989
*evp = sctp_ulpevent_make_stream_reset_event(asoc, flags,
tools/include/nolibc/time.h
144
int sys_timer_create(clockid_t clockid, struct sigevent *evp, timer_t *timerid)
tools/include/nolibc/time.h
146
return my_syscall3(__NR_timer_create, clockid, evp, timerid);
tools/include/nolibc/time.h
150
int timer_create(clockid_t clockid, struct sigevent *evp, timer_t *timerid)
tools/include/nolibc/time.h
152
return __sysret(sys_timer_create(clockid, evp, timerid));
tools/testing/selftests/nolibc/nolibc-test.c
1001
evp.sigev_notify = SIGEV_NONE;
tools/testing/selftests/nolibc/nolibc-test.c
1003
ret = timer_create(CLOCK_MONOTONIC, &evp, &timer);
tools/testing/selftests/nolibc/nolibc-test.c
997
struct sigevent evp;