Home
last modified time | relevance | path

Searched refs:rd_ref_count (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/char/xillybus/
H A Dxillybus.h81 int rd_ref_count; member
H A Dxillybus_core.c487 channel->rd_ref_count = 0; in xilly_setupchannels()
1037 if (!channel->rd_ref_count) in xillybus_myflush()
1499 (channel->rd_ref_count != 0) && in xillybus_open()
1531 if (channel->rd_ref_count == 0) { /* First open of file */ in xillybus_open()
1548 channel->rd_ref_count++; in xillybus_open()
1578 channel->rd_ref_count--; in xillybus_release()
1580 if (channel->rd_ref_count == 0) { in xillybus_release()