Home
last modified time | relevance | path

Searched refs:do_now (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/fs/autofs4/
Dexpire.c21 unsigned long timeout, int do_now) in autofs4_can_expire() argument
29 if (!do_now) { in autofs4_can_expire()
192 int do_now) in autofs4_direct_busy() argument
205 if (!autofs4_can_expire(top, timeout, do_now)) in autofs4_direct_busy()
217 int do_now) in autofs4_tree_busy() argument
263 if (!autofs4_can_expire(top, timeout, do_now)) in autofs4_tree_busy()
272 int do_now) in autofs4_check_leaves() argument
288 if (autofs4_can_expire(p, timeout, do_now)) in autofs4_check_leaves()
303 int do_now = how & AUTOFS_EXP_IMMEDIATE; in autofs4_expire_direct() local
317 if (!autofs4_direct_busy(mnt, root, timeout, do_now)) { in autofs4_expire_direct()
[all …]
/linux-4.1.27/drivers/block/drbd/
Ddrbd_bitmap.c591 size_t do_now, end; in bm_memset() local
601 do_now = min_t(size_t, ALIGN(offset + 1, LWPP), end) - offset; in bm_memset()
605 if (bm+do_now > p_addr + LWPP) { in bm_memset()
607 p_addr, bm, (int)do_now); in bm_memset()
609 memset(bm, c, do_now * sizeof(long)); in bm_memset()
612 offset += do_now; in bm_memset()
822 size_t end, do_now; in drbd_bm_merge_lel() local
837 do_now = min_t(size_t, ALIGN(offset+1, LWPP), end) - offset; in drbd_bm_merge_lel()
841 offset += do_now; in drbd_bm_merge_lel()
842 while (do_now--) { in drbd_bm_merge_lel()
[all …]
/linux-4.1.27/sound/pci/hda/
Dhda_codec.h460 int do_now);
Dhda_codec.c1236 int do_now) in __snd_hda_codec_cleanup_stream() argument
1244 do_now = 1; in __snd_hda_codec_cleanup_stream()
1253 if (do_now) in __snd_hda_codec_cleanup_stream()