Searched refs:evp (Results 1 – 8 of 8) sorted by relevance
| /linux/arch/arm64/boot/dts/amazon/ |
| H A D | Makefile | 2 dtb-$(CONFIG_ARCH_ALPINE) += alpine-v2-evp.dtb 3 dtb-$(CONFIG_ARCH_ALPINE) += alpine-v3-evp.dtb
|
| H A D | alpine-v3-evp.dts | 10 compatible = "amazon,al-alpine-v3-evp", "amazon,al-alpine-v3";
|
| H A D | alpine-v2-evp.dts | 39 compatible = "al,alpine-v2-evp", "al,alpine-v2";
|
| /linux/net/sctp/ |
| H A D | stream.c | 519 struct sctp_ulpevent **evp) in sctp_process_strreset_outreq() argument 596 *evp = sctp_ulpevent_make_stream_reset_event(asoc, in sctp_process_strreset_outreq() 608 struct sctp_ulpevent **evp) in sctp_process_strreset_inreq() argument 685 struct sctp_ulpevent **evp) in sctp_process_strreset_tsnreq() argument 769 *evp = sctp_ulpevent_make_assoc_reset_event(asoc, 0, init_tsn, in sctp_process_strreset_tsnreq() 782 struct sctp_ulpevent **evp) in sctp_process_strreset_addstrm_out() argument 840 *evp = sctp_ulpevent_make_stream_change_event(asoc, in sctp_process_strreset_addstrm_out() 852 struct sctp_ulpevent **evp) in sctp_process_strreset_addstrm_in() argument 917 struct sctp_ulpevent **evp) in sctp_process_strreset_resp() argument 972 *evp = sctp_ulpevent_make_stream_reset_event(asoc, flags, in sctp_process_strreset_resp() [all …]
|
| /linux/tools/include/nolibc/ |
| H A D | time.h | 138 * int timer_create(clockid_t clockid, struct sigevent *evp, timer_t *timerid); 144 int sys_timer_create(clockid_t clockid, struct sigevent *evp, timer_t *timerid) 146 return my_syscall3(__NR_timer_create, clockid, evp, timerid); in time() 150 int timer_create(clockid_t clockid, struct sigevent *evp, timer_t *timerid) in time() 152 return __sysret(sys_timer_create(clockid, evp, timerid)); in time() 166 sys_timer_create(clockid_t clockid,struct sigevent * evp,timer_t * timerid) sys_timer_create() argument 172 timer_create(clockid_t clockid,struct sigevent * evp,timer_t * timerid) timer_create() argument
|
| /linux/include/net/sctp/ |
| H A D | sm.h | 279 struct sctp_ulpevent **evp); 283 struct sctp_ulpevent **evp); 287 struct sctp_ulpevent **evp); 291 struct sctp_ulpevent **evp); 295 struct sctp_ulpevent **evp); 299 struct sctp_ulpevent **evp);
|
| /linux/arch/sh/kernel/ |
| H A D | perf_event.c | 73 static int hw_perf_cache_event(int config, int *evp) in hw_perf_cache_event() argument 96 *evp = ev; in hw_perf_cache_event()
|
| /linux/tools/testing/selftests/nolibc/ |
| H A D | nolibc-test.c | 997 struct sigevent evp; in test_timerfd() 1001 evp.sigev_notify = SIGEV_NONE; in test_timerfd() 1003 ret = timer_create(CLOCK_MONOTONIC, &evp, &timer); in test_timerfd() 944 struct sigevent evp; test_timer() local
|