Home
last modified time | relevance | path

Searched refs:relid (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/hv/
H A Dhyperv_vmbus.h304 static inline void vmbus_send_interrupt(u32 relid) in vmbus_send_interrupt() argument
306 sync_set_bit(relid, vmbus_connection.send_int_page); in vmbus_send_interrupt()
344 struct vmbus_channel *relid2channel(u32 relid);
H A Dconnection.c306 struct vmbus_channel *relid2channel(u32 relid) in relid2channel() argument
308 if (WARN_ON(relid >= MAX_CHANNEL_RELIDS)) in relid2channel()
310 return READ_ONCE(vmbus_connection.channels[relid]); in relid2channel()
H A Dhv_trace.h319 TP_STRUCT__entry(__field(u32, relid)),
320 TP_fast_assign(__entry->relid = channel->offermsg.child_relid),
321 TP_printk("relid 0x%x", __entry->relid)
H A Dvmbus_drv.c1217 u32 maxbits, relid; in vmbus_chan_sched() local
1240 for_each_set_bit(relid, recv_int_page, maxbits) { in vmbus_chan_sched()
1244 if (!sync_test_and_clear_bit(relid, recv_int_page)) in vmbus_chan_sched()
1248 if (relid == 0) in vmbus_chan_sched()
1260 channel = relid2channel(relid); in vmbus_chan_sched()
1941 u32 relid = channel->offermsg.child_relid; in vmbus_add_channel_kobj() local
1946 "%u", relid); in vmbus_add_channel_kobj()
H A Dchannel_mgmt.c386 static void vmbus_release_relid(u32 relid) in vmbus_release_relid() argument
392 msg.child_relid = relid; in vmbus_release_relid()
/OK3568_Linux_fs/buildroot/support/gnuconfig/
H A Dconfig.guess1216 test -r /etc/.relid \
1217 && OS_REL=.`sed -n 's/[^ ]* [^ ]* \([0-9][0-9]\).*/\1/p' < /etc/.relid`
1227 test -r /etc/.relid \
1228 && OS_REL=.`sed -n 's/[^ ]* [^ ]* \([0-9][0-9]\).*/\1/p' < /etc/.relid`
/OK3568_Linux_fs/buildroot/dl/stressapptest/git/
H A Dconfig.guess1149 test -r /etc/.relid \
1150 && OS_REL=.`sed -n 's/[^ ]* [^ ]* \([0-9][0-9]\).*/\1/p' < /etc/.relid`
1160 test -r /etc/.relid \
1161 && OS_REL=.`sed -n 's/[^ ]* [^ ]* \([0-9][0-9]\).*/\1/p' < /etc/.relid`
/OK3568_Linux_fs/external/xserver/
H A Dconfig.guess1218 test -r /etc/.relid \
1219 && OS_REL=.`sed -n 's/[^ ]* [^ ]* \([0-9][0-9]\).*/\1/p' < /etc/.relid`
1229 test -r /etc/.relid \
1230 && OS_REL=.`sed -n 's/[^ ]* [^ ]* \([0-9][0-9]\).*/\1/p' < /etc/.relid`
/OK3568_Linux_fs/kernel/Documentation/ABI/stable/
H A Dsysfs-bus-vmbus57 NN is the VMBUS relid associtated with the channel.