| /linux/drivers/md/persistent-data/ |
| H A D | dm-block-manager.c | 348 const struct dm_block_validator *validator; member 360 aux->validator = NULL; in dm_block_manager_alloc_callback() 368 if (aux->validator) { in dm_block_manager_write_callback() 369 aux->validator->prepare_for_write(aux->validator, (struct dm_block *) buf, in dm_block_manager_write_callback() 446 if (unlikely(!aux->validator)) { in dm_bm_validate_buffer() 457 aux->validator = v; in dm_bm_validate_buffer() 459 if (unlikely(aux->validator != v)) { in dm_bm_validate_buffer() 461 aux->validator->name, v ? v->name : "NULL", in dm_bm_validate_buffer() 596 aux->validator = v; in dm_bm_write_lock_zero()
|
| /linux/Documentation/locking/ |
| H A 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 134 The validator detects and reports lock usage that violates these 151 validator will find such dependency circle in arbitrary complexity, 153 operations; the validator will still find whether these locks can be 169 kernel: when acquiring a new lock, the validator checks whether there is [all …]
|
| /linux/Documentation/gpu/ |
| H A D | vc4.rst | 91 :doc: Command list validator for VC4. 99 Shader validator for VC4 102 :doc: Shader validator for VC4.
|
| /linux/kernel/trace/ |
| H A D | trace_events_user.c | 1088 struct user_event_validator *validator, *next; in user_event_destroy_validators() local 1091 list_for_each_entry_safe(validator, next, head, user_event_link) { in user_event_destroy_validators() 1092 list_del(&validator->user_event_link); in user_event_destroy_validators() 1093 kfree(validator); in user_event_destroy_validators() 1112 struct user_event_validator *validator; in user_event_add_field() local 1135 validator = kmalloc_obj(*validator, GFP_KERNEL_ACCOUNT); in user_event_add_field() 1137 if (!validator) { in user_event_add_field() 1142 validator->flags = validator_flags; in user_event_add_field() 1143 validator->offset = offset; in user_event_add_field() 1146 list_add_tail(&validator->user_event_link, &user->validators); in user_event_add_field() [all …]
|
| /linux/tools/testing/selftests/drivers/net/hw/ |
| H A D | devlink_rate_tc_bw.py | 346 def verify_total_bandwidth(bw_data, validator): argument 352 if validator.bound({"total": total}): 355 low, high = validator.bounds["total"]
|
| /linux/Documentation/core-api/irq/ |
| H A D | irqflags-tracing.rst | 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/sound/usb/ |
| H A D | clock.c | 49 bool (*validator)(void *, int, int), in find_uac_clock_desc() 56 if (validator(cs, id, proto)) in find_uac_clock_desc() 100 #define DEFINE_FIND_HELPER(name, obj, validator, type2, type3) \ argument 106 return find_uac_clock_desc(ctrl_intf, id, validator, \
|
| /linux/tools/testing/selftests/net/packetdrill/ |
| H A D | tcp_accecn_synack_ce_updates_delivered_ce.pkt | 15 // Fake ce for prev, ECT validator must be disabled for this to work
|
| /linux/tools/perf/tests/shell/lib/ |
| H A D | perf_metric_validation.py | 593 validator = Validator(args.rule, reportf, debug=args.debug, 596 ret = validator.test()
|
| /linux/Documentation/process/debugging/ |
| H A D | driver_development_debugging_guide.rst | 192 lockdep is a runtime lock dependency validator that detects potential deadlocks
|
| /linux/Documentation/filesystems/ |
| H A D | affs.rst | 238 no way to fix a garbled filesystem without an Amiga (disk validator)
|
| /linux/Documentation/dev-tools/ |
| H A D | testing-overview.rst | 105 * lockdep is a locking correctness validator. See
|
| /linux/Documentation/admin-guide/ |
| H A D | kernel-parameters.txt | 7794 kernel versions where the validator will fail and reset the ring buffer
|