Searched refs:do_now (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/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() 601 pr_alert("BUG BUG BUG! p_addr:%p bm:%p do_now:%d\n", 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() 862 size_t end, do_now; drbd_bm_get_lel() local [all...] |
/kernel/linux/linux-6.6/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() 601 pr_alert("BUG BUG BUG! p_addr:%p bm:%p do_now:%d\n", 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() 862 size_t end, do_now; drbd_bm_get_lel() local [all...] |
/kernel/linux/linux-5.10/include/sound/ |
H A D | hda_codec.h | 441 int do_now);
|
/kernel/linux/linux-6.6/include/sound/ |
H A D | hda_codec.h | 447 int do_now);
|
/kernel/linux/linux-5.10/sound/pci/hda/ |
H A D | hda_codec.c | 1141 * @do_now: really clean up the stream instead of clearing the active flag 1144 int do_now) in __snd_hda_codec_cleanup_stream() 1152 do_now = 1; in __snd_hda_codec_cleanup_stream() 1157 /* here we just clear the active flag when do_now isn't set; in __snd_hda_codec_cleanup_stream() 1161 if (do_now) in __snd_hda_codec_cleanup_stream() 1143 __snd_hda_codec_cleanup_stream(struct hda_codec *codec, hda_nid_t nid, int do_now) __snd_hda_codec_cleanup_stream() argument
|
/kernel/linux/linux-6.6/sound/pci/hda/ |
H A D | hda_codec.c | 1183 * @do_now: really clean up the stream instead of clearing the active flag 1186 int do_now) in __snd_hda_codec_cleanup_stream() 1194 do_now = 1; in __snd_hda_codec_cleanup_stream() 1199 /* here we just clear the active flag when do_now isn't set; in __snd_hda_codec_cleanup_stream() 1203 if (do_now) in __snd_hda_codec_cleanup_stream() 1185 __snd_hda_codec_cleanup_stream(struct hda_codec *codec, hda_nid_t nid, int do_now) __snd_hda_codec_cleanup_stream() argument
|
Completed in 16 milliseconds