Home
last modified time | relevance | path

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

/openbmc/openbmc/meta-arm/scripts/
H A Dmachine-summary.py96 to_check = list(recipes)
116 if recipe in to_check:
120 to_check.remove(recipe)
/openbmc/linux/fs/xfs/scrub/
H A Dbtree.h50 struct list_head to_check; member
H A Dbtree.c460 list_add_tail(&co->list, &bs->to_check); in xchk_btree_check_owner()
729 INIT_LIST_HEAD(&bs->to_check); in xchk_btree()
805 list_for_each_entry_safe(co, n, &bs->to_check, list) { in xchk_btree()
/openbmc/qemu/util/
H A Dthrottle.c145 static const BucketType to_check[THROTTLE_MAX][4] = { in throttle_compute_wait_for() local
157 for (i = 0; i < ARRAY_SIZE(to_check[THROTTLE_READ]); i++) { in throttle_compute_wait_for()
158 BucketType index = to_check[direction][i]; in throttle_compute_wait_for()
/openbmc/linux/drivers/gpu/drm/panel/
H A Dpanel-edp.c697 #define PANEL_EDP_BOUNDS_CHECK(to_check, bounds, field) \ argument
698 (to_check->field.typ >= bounds->field.min && \
699 to_check->field.typ <= bounds->field.max)
H A Dpanel-simple.c505 #define PANEL_SIMPLE_BOUNDS_CHECK(to_check, bounds, field) \ argument
506 (to_check->field.typ >= bounds->field.min && \
507 to_check->field.typ <= bounds->field.max)
/openbmc/linux/sound/core/
H A Dpcm_native.c2133 struct snd_pcm_runtime *to_check; in snd_pcm_drain() local
2139 to_check = NULL; in snd_pcm_drain()
2146 to_check = runtime; in snd_pcm_drain()
2151 if (!to_check) in snd_pcm_drain()
2155 add_wait_queue(&to_check->sleep, &wait); in snd_pcm_drain()
2172 if (s->runtime == to_check) { in snd_pcm_drain()
2173 remove_wait_queue(&to_check->sleep, &wait); in snd_pcm_drain()