Searched refs:ooo (Results 1 – 9 of 9) sorted by relevance
4 Subject: [PATCH 2/2] ooo-file-unreg.c: Include poll.h instead of sys/poll.h8 In file included from ooo-file-unreg.c:12:17 test/ooo-file-unreg.c | 2 +-20 diff --git a/test/ooo-file-unreg.c b/test/ooo-file-unreg.c22 --- a/test/ooo-file-unreg.c23 +++ b/test/ooo-file-unreg.c
32 ooo-file-unreg.c \
1839 if (!nfsi->ooo) { in nfs_ooo_merge()1840 nfsi->ooo = kmalloc(sizeof(*nfsi->ooo), GFP_ATOMIC); in nfs_ooo_merge()1841 if (!nfsi->ooo) { in nfs_ooo_merge()1845 nfsi->ooo->cnt = 0; in nfs_ooo_merge()1849 cnt = nfsi->ooo->cnt; in nfs_ooo_merge()1851 if (end == nfsi->ooo->gap[i].start) in nfs_ooo_merge()1852 end = nfsi->ooo->gap[i].end; in nfs_ooo_merge()1853 else if (start == nfsi->ooo->gap[i].end) in nfs_ooo_merge()1854 start = nfsi->ooo->gap[i].start; in nfs_ooo_merge()1859 nfsi->ooo->gap[i] = nfsi->ooo->gap[cnt]; in nfs_ooo_merge()[all …]
229 } *ooo; member652 kfree(nfsi->ooo); in nfs_ooo_clear()653 nfsi->ooo = NULL; in nfs_ooo_clear()659 (nfsi->ooo && nfsi->ooo->cnt > 0); in nfs_ooo_test()
15 file://0002-ooo-file-unreg.c-Include-poll.h-instead-of-sys-poll..patch"
887 int iscsit_execute_cmd(struct iscsit_cmd *cmd, int ooo) in iscsit_execute_cmd() argument894 if (ooo) in iscsit_execute_cmd()
454 prevent out of order (ooo) packets. The choice also amortizes the cost456 ooo packets, the queue for a flow can subsequently only be changed if
167 escape ``\ooo`` notation, e.g. the space character is ``\040``.
[all...]