Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/infiniband/hw/ipath/
Dipath_file_ops.c1361 unsigned pollflag = 0; in ipath_poll_hdrqfull() local
1365 pollflag |= POLLIN | POLLRDNORM; in ipath_poll_hdrqfull()
1369 return pollflag; in ipath_poll_hdrqfull()
1376 unsigned pollflag = 0; in ipath_poll_urgent() local
1383 pollflag = ipath_poll_hdrqfull(pd); in ipath_poll_urgent()
1386 pollflag |= POLLIN | POLLRDNORM; in ipath_poll_urgent()
1390 if (!pollflag) { in ipath_poll_urgent()
1398 return pollflag; in ipath_poll_urgent()
1407 unsigned pollflag = 0; in ipath_poll_next() local
1414 pollflag = ipath_poll_hdrqfull(pd); in ipath_poll_next()
[all …]
/linux-4.1.27/drivers/infiniband/hw/qib/
Dqib_file_ops.c1110 unsigned pollflag; in qib_poll_urgent() local
1116 pollflag = POLLIN | POLLRDNORM; in qib_poll_urgent()
1119 pollflag = 0; in qib_poll_urgent()
1124 return pollflag; in qib_poll_urgent()
1132 unsigned pollflag; in qib_poll_next() local
1140 pollflag = 0; in qib_poll_next()
1142 pollflag = POLLIN | POLLRDNORM; in qib_poll_next()
1145 return pollflag; in qib_poll_next()
1151 unsigned pollflag; in qib_poll() local
1155 pollflag = POLLERR; in qib_poll()
[all …]