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

/linux-master/fs/xfs/scrub/
H A Dbtree.h50 struct list_head to_check; member in struct:xchk_btree
H A Dbtree.c454 list_add_tail(&co->list, &bs->to_check);
716 INIT_LIST_HEAD(&bs->to_check);
792 list_for_each_entry_safe(co, n, &bs->to_check, list) {
/linux-master/sound/core/
H A Dpcm_native.c2116 struct snd_pcm_runtime *to_check; local
2122 to_check = NULL;
2129 to_check = runtime;
2134 if (!to_check)
2138 add_wait_queue(&to_check->sleep, &wait);
2155 if (s->runtime == to_check) {
2156 remove_wait_queue(&to_check->sleep, &wait);
/linux-master/drivers/gpu/drm/panel/
H A Dpanel-edp.c717 #define PANEL_EDP_BOUNDS_CHECK(to_check, bounds, field) \
718 (to_check->field.typ >= bounds->field.min && \
719 to_check->field.typ <= bounds->field.max)
H A Dpanel-simple.c506 #define PANEL_SIMPLE_BOUNDS_CHECK(to_check, bounds, field) \
507 (to_check->field.typ >= bounds->field.min && \
508 to_check->field.typ <= bounds->field.max)

Completed in 158 milliseconds