Searched refs:RECV (Results 1 - 11 of 11) sorted by relevance
/kernel/liteos_a/testsuites/unittest/extended/liteipc/smoke/ |
H A D | liteipc_test_002.cpp | 79 data1.flag = SEND | RECV; in CallTestServiceLoop() 99 data1.flag = SEND | RECV; in CallTestServiceLoop() 157 data1.flag = RECV; in TestServiceLoop()
|
/kernel/liteos_a/testsuites/unittest/extended/liteipc/ |
H A D | smgr_demo.cpp | 124 data1.flag = SEND | RECV; in RegService() 159 data1.flag = SEND | RECV; in GetService() 253 data1.flag = RECV; in CmsLoop()
|
H A D | liteipc.h | 100 #define RECV (1 << 1) macro
|
/kernel/liteos_a/kernel/extended/liteipc/ |
H A D | hm_liteipc.h | 172 #define RECV (1 << 1) macro
|
H A D | hm_liteipc.c | 1158 UINT32 syncFlag = (content->flag & SEND) && (content->flag & RECV); in LiteIpcRead() 1261 if ((content->flag & RECV) == RECV) { in LiteIpcMsgHandle()
|
/kernel/linux/linux-5.10/drivers/infiniband/sw/rdmavt/ |
H A D | trace_cq.h | 71 wc_opcode_name(RECV), \
|
/kernel/linux/linux-6.6/drivers/infiniband/sw/rdmavt/ |
H A D | trace_cq.h | 29 wc_opcode_name(RECV), \
|
/kernel/linux/linux-5.10/ipc/ |
H A D | mqueue.c | 56 #define RECV 1 macro 711 * sr: SEND or RECV 1155 receiver = wq_get_first_waiter(info, RECV); in do_mq_timedsend() 1252 ret = wq_sleep(info, RECV, timeout, &wait); in do_mq_timedreceive()
|
/kernel/linux/linux-6.6/ipc/ |
H A D | mqueue.c | 56 #define RECV 1 macro 712 * sr: SEND or RECV 1156 receiver = wq_get_first_waiter(info, RECV); in do_mq_timedsend() 1252 ret = wq_sleep(info, RECV, timeout, &wait); in do_mq_timedreceive()
|
/kernel/linux/linux-6.6/tools/testing/selftests/netfilter/ |
H A D | nft_nat.sh | 1039 ip netns exec "$ns1" timeout 3 socat -u UDP4-RECV:4233 OPEN:$outfile < /dev/null &
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/hns/ |
H A D | hns_roce_hw_v2.c | 3776 HR_WC_OP_MAP(SEND, RECV), 3778 HR_WC_OP_MAP(SEND_WITH_INV, RECV),
|
Completed in 19 milliseconds