Home
last modified time | relevance | path

Searched refs:to_check (Results 1 – 5 of 5) sorted by relevance

/linux-6.3-rc2/fs/xfs/scrub/
A Dbtree.h42 struct list_head to_check; member
A Dbtree.c442 list_add_tail(&co->list, &bs->to_check); in xchk_btree_check_owner()
664 INIT_LIST_HEAD(&bs->to_check); in xchk_btree()
740 list_for_each_entry_safe(co, n, &bs->to_check, list) { in xchk_btree()
/linux-6.3-rc2/drivers/gpu/drm/panel/
A Dpanel-edp.c662 #define PANEL_EDP_BOUNDS_CHECK(to_check, bounds, field) \ argument
663 (to_check->field.typ >= bounds->field.min && \
664 to_check->field.typ <= bounds->field.max)
A Dpanel-simple.c508 #define PANEL_SIMPLE_BOUNDS_CHECK(to_check, bounds, field) \ argument
509 (to_check->field.typ >= bounds->field.min && \
510 to_check->field.typ <= bounds->field.max)
/linux-6.3-rc2/sound/core/
A Dpcm_native.c2135 struct snd_pcm_runtime *to_check; in snd_pcm_drain() local
2141 to_check = NULL; in snd_pcm_drain()
2148 to_check = runtime; in snd_pcm_drain()
2153 if (!to_check) in snd_pcm_drain()
2157 add_wait_queue(&to_check->sleep, &wait); in snd_pcm_drain()
2174 if (s->runtime == to_check) { in snd_pcm_drain()
2175 remove_wait_queue(&to_check->sleep, &wait); in snd_pcm_drain()

Completed in 23 milliseconds