Home
last modified time | relevance | path

Searched defs:evp (Results 1 – 4 of 4) sorted by relevance

/linux/net/sctp/
H A Dstream.c519 struct sctp_ulpevent **evp) in sctp_process_strreset_outreq()
608 struct sctp_ulpevent **evp) in sctp_process_strreset_inreq()
685 struct sctp_ulpevent **evp) in sctp_process_strreset_tsnreq()
782 struct sctp_ulpevent **evp) in sctp_process_strreset_addstrm_out()
852 struct sctp_ulpevent **evp) in sctp_process_strreset_addstrm_in()
917 struct sctp_ulpevent **evp) in sctp_process_strreset_resp()
/linux/tools/include/nolibc/
H A Dtime.h139 int sys_timer_create(clockid_t clockid, struct sigevent *evp, timer_t *timerid) in sys_timer_create()
145 int timer_create(clockid_t clockid, struct sigevent *evp, timer_t *timerid) in timer_create()
/linux/arch/sh/kernel/
H A Dperf_event.c73 static int hw_perf_cache_event(int config, int *evp) in hw_perf_cache_event()
/linux/tools/testing/selftests/nolibc/
H A Dnolibc-test.c930 struct sigevent evp; in test_timer() local