Searched refs:scribble (Results 1 - 8 of 8) sorted by relevance

/linux-master/crypto/async_tx/
H A Dasync_raid6_recov.c166 void *scribble = submit->scribble; local
186 init_async_submit(submit, ASYNC_TX_FENCE, tx, NULL, NULL, scribble);
195 cb_param, scribble);
216 void *scribble = submit->scribble; local
247 init_async_submit(submit, ASYNC_TX_FENCE, tx, NULL, NULL, scribble);
249 init_async_submit(submit, ASYNC_TX_FENCE, tx, NULL, NULL, scribble);
259 NULL, NULL, scribble);
268 NULL, NULL, scribble);
307 void *scribble = submit->scribble; local
397 void *scribble = submit->scribble; local
482 void *scribble = submit->scribble; local
[all...]
H A Dasync_pq.c114 if (submit->scribble)
115 srcs = submit->scribble;
294 * requires a temporary result buffer and submit->scribble to be
380 void *scribble = submit->scribble; local
390 BUG_ON(!spare || !scribble);
402 NULL, NULL, scribble);
415 init_async_submit(submit, 0, NULL, NULL, NULL, scribble);
H A Dasync_xor.c110 if (submit->scribble)
111 srcs = submit->scribble;
178 * The contents of this array will be overwritten if a scribble region
269 * The contents of this array will be overwritten if a scribble region
311 * The contents of this array will be overwritten if a scribble region
405 * The contents of this array will be overwritten if a scribble region
/linux-master/include/linux/
H A Dasync_tx.h67 * @scribble: caller provided space for dma/page address conversions
74 void *scribble; member in struct:async_submit_ctl
149 addr_conv_t *scribble)
155 args->scribble = scribble;
146 init_async_submit(struct async_submit_ctl *args, enum async_tx_flags flags, struct dma_async_tx_descriptor *tx, dma_async_tx_callback cb_fn, void *cb_param, addr_conv_t *scribble) argument
/linux-master/tools/testing/selftests/hid/tests/
H A Dtest_tablet.py802 def _test_states(self, state_list, scribble, allow_intermediate_states):
806 scribble is a boolean which tells if we need
824 if scribble and cur_state != PenState.PEN_IS_OUT_OF_RANGE:
833 if scribble and state != PenState.PEN_IS_OUT_OF_RANGE:
842 @pytest.mark.parametrize("scribble", [True, False], ids=["scribble", "static"])
847 def test_valid_pen_states(self, state_list, scribble):
852 self._test_states(state_list, scribble, allow_intermediate_states=False)
854 @pytest.mark.parametrize("scribble", [True, False], ids=["scribble", "stati
[all...]
/linux-master/drivers/md/
H A Draid5.h566 void *scribble; /* space for constructing buffer member in struct:raid5_percpu
H A Draid5.c1537 /* return a pointer to the address conversion region of the scribble buffer */
1540 return percpu->scribble + i * percpu->scribble_obj_size;
1543 /* return a pointer to the address conversion region of the scribble buffer */
2443 * scribble_alloc - allocate percpu scribble buffer for required size
2444 * of the scribble region
2447 * @cnt: scribble objs count for required size of the scribble region
2449 * The scribble buffer size must be enough to contain:
2465 void *scribble; local
2472 scribble
[all...]
H A Draid5-ppl.c162 struct page **srcs = percpu->scribble;

Completed in 511 milliseconds