Searched refs:PG_BUSY (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dnfs_page.h29 #define PG_BUSY 0 macro
63 #define NFS_WBACK_BUSY(req) (test_bit(PG_BUSY,&(req)->wb_flags))
97 return !test_and_set_bit(PG_BUSY, &req->wb_flags);
106 if (test_and_set_bit(PG_BUSY, &req->wb_flags))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/nfs/
H A Dpagelist.c105 clear_bit(PG_BUSY, &req->wb_flags);
107 wake_up_bit(&req->wb_flags, PG_BUSY);
200 if (!test_bit(PG_BUSY, &req->wb_flags))
207 ret = out_of_line_wait_on_bit(&req->wb_flags, PG_BUSY,

Completed in 64 milliseconds