Searched refs:do_now (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/fs/autofs4/ |
D | expire.c | 21 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.4.14/drivers/block/drbd/ |
D | drbd_bitmap.c | 591 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.4.14/sound/pci/hda/ |
D | hda_codec.h | 440 int do_now);
|
D | hda_codec.c | 1033 int do_now) in __snd_hda_codec_cleanup_stream() argument 1041 do_now = 1; in __snd_hda_codec_cleanup_stream() 1050 if (do_now) in __snd_hda_codec_cleanup_stream()
|