Home
last modified time | relevance | path

Searched refs:scribble (Results 1 – 9 of 9) sorted by relevance

/linux/crypto/async_tx/
H A Dasync_raid6_recov.c166 void *scribble = submit->scribble; in __2data_recov_4() local
186 init_async_submit(submit, ASYNC_TX_FENCE, tx, NULL, NULL, scribble); in __2data_recov_4()
195 cb_param, scribble); in __2data_recov_4()
216 void *scribble = submit->scribble; in __2data_recov_5() local
247 init_async_submit(submit, ASYNC_TX_FENCE, tx, NULL, NULL, scribble); in __2data_recov_5()
249 init_async_submit(submit, ASYNC_TX_FENCE, tx, NULL, NULL, scribble); in __2data_recov_5()
259 NULL, NULL, scribble); in __2data_recov_5()
268 NULL, NULL, scribble); in __2data_recov_5()
278 init_async_submit(submit, ASYNC_TX_FENCE, tx, NULL, NULL, scribble); in __2data_recov_5()
287 cb_param, scribble); in __2data_recov_5()
[all …]
H A Dasync_pq.c114 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 Dasync_xor.c110 if (submit->scribble) in do_sync_xor_offs()
111 srcs = submit->scribble; in do_sync_xor_offs()
/linux/include/linux/
H A Dasync_tx.h74 void *scribble; member
149 addr_conv_t *scribble) in init_async_submit() argument
155 args->scribble = scribble; in init_async_submit()
/linux/tools/testing/selftests/hid/tests/
H A Dtest_tablet.py687 self, state_list, scribble, allow_intermediate_states, button=None argument
710 if scribble and cur_state != PenState.PEN_IS_OUT_OF_RANGE:
719 if scribble and state != PenState.PEN_IS_OUT_OF_RANGE:
733 def test_valid_pen_states(self, state_list, scribble): argument
738 self._test_states(state_list, scribble, allow_intermediate_states=False)
748 def test_tolerated_pen_states(self, state_list, scribble): argument
752 self._test_states(state_list, scribble, allow_intermediate_states=True)
766 def test_valid_primary_button_pen_states(self, state_list, scribble): argument
770 scribble,
787 def test_valid_secondary_button_pen_states(self, state_list, scribble): argument
[all …]
/linux/drivers/md/
H A Draid5.h562 void *scribble; /* space for constructing buffer member
H A Draid5.c1532 return percpu->scribble + i * percpu->scribble_obj_size; in to_addr_page()
2457 void *scribble; in scribble_alloc() local
2464 scribble = kvmalloc_array(cnt, obj_size, GFP_KERNEL); in scribble_alloc()
2465 if (!scribble) in scribble_alloc()
2468 kvfree(percpu->scribble); in scribble_alloc()
2470 percpu->scribble = scribble; in scribble_alloc()
7328 kvfree(percpu->scribble); in free_scratch_buffer()
7329 percpu->scribble = NULL; in free_scratch_buffer()
H A Draid5-ppl.c162 struct page **srcs = percpu->scribble; in ops_run_partial_parity()
/linux/Documentation/scsi/
H A DChangeLog.megaraid_sas106 2. Mask off flags in ioctl path to prevent memory scribble with older