Searched refs:do_now (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/block/drbd/ |
| H A D | drbd_bitmap.c | 586 size_t do_now, end; in bm_memset() local 596 do_now = min_t(size_t, ALIGN(offset + 1, LWPP), end) - offset; in bm_memset() 600 if (bm+do_now > p_addr + LWPP) { in bm_memset() 602 p_addr, bm, (int)do_now); in bm_memset() 604 memset(bm, c, do_now * sizeof(long)); in bm_memset() 607 offset += do_now; in bm_memset() 815 size_t end, do_now; in drbd_bm_merge_lel() local 830 do_now = min_t(size_t, ALIGN(offset+1, LWPP), end) - offset; in drbd_bm_merge_lel() 834 offset += do_now; in drbd_bm_merge_lel() 835 while (do_now--) { in drbd_bm_merge_lel() [all …]
|
| /linux/include/sound/ |
| H A D | hda_codec.h | 462 int do_now);
|
| /linux/sound/hda/common/ |
| H A D | codec.c | 1165 * @do_now: really clean up the stream instead of clearing the active flag 1168 int do_now) 1176 do_now = 1; in __snd_hda_codec_cleanup_stream() 1181 /* here we just clear the active flag when do_now isn't set; in __snd_hda_codec_cleanup_stream() 1185 if (do_now) in __snd_hda_codec_cleanup_stream() 1170 __snd_hda_codec_cleanup_stream(struct hda_codec * codec,hda_nid_t nid,int do_now) __snd_hda_codec_cleanup_stream() argument
|