Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rdma/hfi1/
Dfile_ops.c737 unsigned pollflag; in hfi1_poll() local
741 pollflag = POLLERR; in hfi1_poll()
743 pollflag = poll_urgent(fp, pt); in hfi1_poll()
745 pollflag = poll_next(fp, pt); in hfi1_poll()
747 pollflag = POLLERR; in hfi1_poll()
749 return pollflag; in hfi1_poll()
1379 unsigned pollflag; in poll_urgent() local
1385 pollflag = POLLIN | POLLRDNORM; in poll_urgent()
1388 pollflag = 0; in poll_urgent()
1393 return pollflag; in poll_urgent()
[all …]
/linux-4.4.14/drivers/staging/rdma/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.4.14/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 …]