evp
static int hw_perf_cache_event(int config, int *evp)
*evp = ev;
*evp = sctp_ulpevent_make_assoc_reset_event(asoc, flags,
*evp = sctp_ulpevent_make_stream_change_event(asoc, flags,
*evp = sctp_ulpevent_make_stream_change_event(asoc, flags,
struct sctp_ulpevent **evp)
*evp = sctp_ulpevent_make_stream_reset_event(asoc,
struct sctp_ulpevent **evp)
struct sctp_ulpevent **evp)
*evp = sctp_ulpevent_make_assoc_reset_event(asoc, 0, init_tsn,
struct sctp_ulpevent **evp)
*evp = sctp_ulpevent_make_stream_change_event(asoc,
struct sctp_ulpevent **evp)
struct sctp_ulpevent **evp)
*evp = sctp_ulpevent_make_stream_reset_event(asoc, flags,
*evp = sctp_ulpevent_make_stream_reset_event(asoc, flags,
int sys_timer_create(clockid_t clockid, struct sigevent *evp, timer_t *timerid)
return my_syscall3(__NR_timer_create, clockid, evp, timerid);
int timer_create(clockid_t clockid, struct sigevent *evp, timer_t *timerid)
return __sysret(sys_timer_create(clockid, evp, timerid));
evp.sigev_notify = SIGEV_NONE;
ret = timer_create(CLOCK_MONOTONIC, &evp, &timer);
struct sigevent evp;