Searched refs:scribble (Results 1 – 3 of 3) sorted by relevance
562 void *scribble; /* space for constructing buffer member
1528 return percpu->scribble + i * percpu->scribble_obj_size; in to_addr_page()2453 void *scribble; in scribble_alloc() local2460 scribble = kvmalloc_array(cnt, obj_size, GFP_KERNEL); in scribble_alloc()2461 if (!scribble) in scribble_alloc()2464 kvfree(percpu->scribble); in scribble_alloc()2466 percpu->scribble = scribble; in scribble_alloc()7295 kvfree(percpu->scribble); in free_scratch_buffer()7296 percpu->scribble = NULL; in free_scratch_buffer()
162 struct page **srcs = percpu->scribble; in ops_run_partial_parity()
Completed in 23 milliseconds