Searched refs:cur_offset (Results 1 – 2 of 2) sorted by relevance
25 int __arena *cur_offset = &page_frag_cur_offset[cpu]; in bpf_alloc() local38 *cur_offset = PAGE_SIZE - 8; in bpf_alloc()46 offset = *cur_offset - size; in bpf_alloc()51 *cur_offset = offset; in bpf_alloc()
208 unsigned long cur_offset; in pread_adi() local211 cur_offset = offset; in pread_adi()215 cur_offset); in pread_adi()223 cur_offset += ret; in pread_adi()263 unsigned long cur_offset; in pwrite_adi() local266 cur_offset = offset; in pwrite_adi()271 buf_sz - bytes_written, cur_offset); in pwrite_adi()282 cur_offset += ret; in pwrite_adi()
Completed in 5 milliseconds