Searched refs:should_sleep (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/hfsplus_journal/
H A Djbd_journal.c174 int should_sleep = 1; local
179 should_sleep = 0;
183 should_sleep = 0;
185 should_sleep = 0;
186 if (should_sleep) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/jbd/
H A Djournal.c169 int should_sleep = 1; local
174 should_sleep = 0;
178 should_sleep = 0;
180 should_sleep = 0;
181 if (should_sleep) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/jbd2/
H A Djournal.c177 int should_sleep = 1; local
182 should_sleep = 0;
186 should_sleep = 0;
188 should_sleep = 0;
189 if (should_sleep) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nilfs2/
H A Dsegment.c2620 int should_sleep = 1; local
2626 should_sleep = 0;
2628 should_sleep = 0;
2630 should_sleep = time_before(jiffies,
2633 if (should_sleep) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/libfuse-lite/
H A Dfuse_lowlevel.c832 const void *inarg, int should_sleep)
844 req->f->op.setlk(req, nodeid, &fi, &flock, should_sleep);
831 do_setlk_common(fuse_req_t req, fuse_ino_t nodeid, const void *inarg, int should_sleep) argument
H A Dfuse.c2372 int should_sleep)
2374 int err = fuse_lock_common(req, ino, fi, lock, should_sleep ? F_SETLKW : F_SETLK);
2370 fuse_lib_setlk(fuse_req_t req, fuse_ino_t ino, struct fuse_file_info *fi, struct flock *lock, int should_sleep) argument

Completed in 149 milliseconds