Searched refs:scribble (Results 1 – 9 of 9) sorted by relevance
| /linux-6.15/crypto/async_tx/ |
| H A D | async_raid6_recov.c | 166 void *scribble = submit->scribble; in __2data_recov_4() local 195 cb_param, scribble); in __2data_recov_4() 216 void *scribble = submit->scribble; in __2data_recov_5() local 307 void *scribble = submit->scribble; in __2data_recov_n() local 397 void *scribble = submit->scribble; in async_raid6_2data_recov() local 412 void **ptrs = scribble ? scribble : (void **) blocks; in async_raid6_2data_recov() 482 void *scribble = submit->scribble; in async_raid6_datap_recov() local 495 void **ptrs = scribble ? scribble : (void **) blocks; in async_raid6_datap_recov() 547 scribble); in async_raid6_datap_recov() 551 scribble); in async_raid6_datap_recov() [all …]
|
| H A D | async_pq.c | 114 if (submit->scribble) in do_sync_gen_syndrome() 115 srcs = submit->scribble; in do_sync_gen_syndrome() 380 void *scribble = submit->scribble; in async_syndrome_val() local 390 BUG_ON(!spare || !scribble); in async_syndrome_val() 402 NULL, NULL, scribble); in async_syndrome_val() 415 init_async_submit(submit, 0, NULL, NULL, NULL, scribble); in async_syndrome_val()
|
| H A D | async_xor.c | 110 if (submit->scribble) in do_sync_xor_offs() 111 srcs = submit->scribble; in do_sync_xor_offs()
|
| /linux-6.15/include/linux/ |
| H A D | async_tx.h | 74 void *scribble; member 149 addr_conv_t *scribble) in init_async_submit() argument 155 args->scribble = scribble; in init_async_submit()
|
| /linux-6.15/tools/testing/selftests/hid/tests/ |
| H A D | test_tablet.py | 706 if scribble and cur_state != PenState.PEN_IS_OUT_OF_RANGE: 715 if scribble and state != PenState.PEN_IS_OUT_OF_RANGE: 729 def test_valid_pen_states(self, state_list, scribble): argument 744 def test_tolerated_pen_states(self, state_list, scribble): argument 766 scribble, 787 scribble, 804 def test_valid_third_button_pen_states(self, state_list, scribble): argument 808 scribble, 825 def test_valid_invert_pen_states(self, state_list, scribble): argument 845 def test_tolerated_invert_pen_states(self, state_list, scribble): argument [all …]
|
| /linux-6.15/drivers/md/ |
| H A D | raid5.h | 562 void *scribble; /* space for constructing buffer member
|
| H A D | raid5.c | 1536 return percpu->scribble + i * percpu->scribble_obj_size; in to_addr_page() 2461 void *scribble; in scribble_alloc() local 2468 scribble = kvmalloc_array(cnt, obj_size, GFP_KERNEL); in scribble_alloc() 2469 if (!scribble) in scribble_alloc() 2472 kvfree(percpu->scribble); in scribble_alloc() 2474 percpu->scribble = scribble; in scribble_alloc() 7303 kvfree(percpu->scribble); in free_scratch_buffer() 7304 percpu->scribble = NULL; in free_scratch_buffer()
|
| H A D | raid5-ppl.c | 162 struct page **srcs = percpu->scribble; in ops_run_partial_parity()
|
| /linux-6.15/Documentation/scsi/ |
| H A D | ChangeLog.megaraid_sas | 106 2. Mask off flags in ioctl path to prevent memory scribble with older
|