Searched refs:to_check (Results 1 – 6 of 6) sorted by relevance
| /linux/fs/xfs/scrub/ |
| H A D | btree.h | 50 struct list_head to_check; member
|
| H A D | btree.c | 454 list_add_tail(&co->list, &bs->to_check); in xchk_btree_check_owner() 716 INIT_LIST_HEAD(&bs->to_check); in xchk_btree() 792 list_for_each_entry_safe(co, n, &bs->to_check, list) { in xchk_btree()
|
| /linux/rust/kernel/alloc/ |
| H A D | kvec.rs | 727 while let Some(to_check) = self.get_mut(next_to_check) { in retain() 728 if f(to_check) { in retain()
|
| /linux/drivers/gpu/drm/panel/ |
| H A D | panel-edp.c | 691 #define PANEL_EDP_BOUNDS_CHECK(to_check, bounds, field) \ argument 692 (to_check->field.typ >= bounds->field.min && \ 693 to_check->field.typ <= bounds->field.max)
|
| H A D | panel-simple.c | 485 #define PANEL_SIMPLE_BOUNDS_CHECK(to_check, bounds, field) \ argument 486 (to_check->field.typ >= bounds->field.min && \ 487 to_check->field.typ <= bounds->field.max)
|
| /linux/sound/core/ |
| H A D | pcm_native.c | 2146 struct snd_pcm_runtime *to_check; in snd_pcm_drain() local 2152 to_check = NULL; in snd_pcm_drain() 2159 to_check = runtime; in snd_pcm_drain() 2164 if (!to_check) in snd_pcm_drain() 2168 add_wait_queue(&to_check->sleep, &wait); in snd_pcm_drain() 2185 if (s->runtime == to_check) { in snd_pcm_drain() 2186 remove_wait_queue(&to_check->sleep, &wait); in snd_pcm_drain()
|