Searched refs:validator (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.4/drivers/md/persistent-data/ |
| D | dm-block-manager.c | 346 struct dm_block_validator *validator; member 357 aux->validator = NULL; in dm_block_manager_alloc_callback() 364 if (aux->validator) { in dm_block_manager_write_callback() 365 aux->validator->prepare_for_write(aux->validator, (struct dm_block *) buf, in dm_block_manager_write_callback() 433 if (unlikely(!aux->validator)) { in dm_bm_validate_buffer() 443 aux->validator = v; in dm_bm_validate_buffer() 445 if (unlikely(aux->validator != v)) { in dm_bm_validate_buffer() 447 aux->validator->name, v ? v->name : "NULL", in dm_bm_validate_buffer() 582 aux->validator = v; in dm_bm_write_lock_zero()
|
| /Linux-v5.4/Documentation/locking/ |
| D | lockdep-design.rst | 1 Runtime locking correctness validator 11 The basic object the validator operates upon is a 'class' of locks. 19 The validator tracks the 'usage state' of lock-classes, and it tracks 25 dependency just means the order ever happened. The validator maintains a 27 the validator will shoot a splat if incorrect. 41 The validator tracks lock-class usage history and divides the usage into 131 The validator detects and reports lock usage that violates these 148 validator will find such dependency circle in arbitrary complexity, 150 operations; the validator will still find whether these locks can be 166 kernel: when acquiring a new lock, the validator checks whether there is [all …]
|
| /Linux-v5.4/Documentation/gpu/ |
| D | vc4.rst | 72 :doc: Command list validator for VC4. 80 Shader validator for VC4 83 :doc: Shader validator for VC4.
|
| /Linux-v5.4/sound/usb/ |
| D | clock.c | 25 bool (*validator)(void *, int), u8 type) in find_uac_clock_desc() 31 if (validator(cs, id)) in find_uac_clock_desc() 74 #define DEFINE_FIND_HELPER(name, obj, validator, type) \ argument 77 return find_uac_clock_desc(iface, id, validator, type); \
|
| /Linux-v5.4/Documentation/ |
| D | irqflags-tracing.txt | 33 trace_hardirqs_off()/trace_hardirqs_on() functions. The lock validator 48 turn itself off. I.e. the lock validator will still be reliable. There
|
| /Linux-v5.4/Documentation/filesystems/ |
| D | affs.txt | 210 no way to fix a garbled filesystem without an Amiga (disk validator)
|