Searched defs:scratch (Results 1 - 2 of 2) sorted by relevance

/net/xfrm/
H A Dxfrm_ipcomp.c49 u8 *scratch = *per_cpu_ptr(ipcomp_scratches, cpu); local
51 int err = crypto_comp_decompress(tfm, start, plen, scratch, &dlen);
69 skb_copy_to_linear_data(skb, scratch, len);
71 while ((scratch += len, dlen -= len) > 0) {
94 memcpy(skb_frag_address(frag), scratch, len); local
145 u8 *scratch; local
149 scratch = *this_cpu_ptr(ipcomp_scratches);
151 err = crypto_comp_compress(tfm, start, plen, scratch, &dlen);
160 memcpy(start + sizeof(struct ip_comp_hdr), scratch, dlen);
236 void *scratch; local
[all...]
/net/ceph/crush/
H A Dmapper.c636 * @scratch: scratch vector for private use; must be >= 3 * result_max
641 int *scratch)
644 int *a = scratch;
645 int *b = scratch + result_max;
646 int *c = scratch + result_max*2;
638 crush_do_rule(const struct crush_map *map, int ruleno, int x, int *result, int result_max, const __u32 *weight, int weight_max, int *scratch) argument

Completed in 100 milliseconds