Home
last modified time | relevance | path

Searched refs:new_alloc (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/android/binder/
H A Dprocess.rs1013 let (new_alloc, addr) = loop { in buffer_alloc()
1017 ReserveNew::Success(new_alloc) => break (new_alloc, mapping.address), in buffer_alloc()
1028 new_alloc.offset, in buffer_alloc()
1030 addr + new_alloc.offset, in buffer_alloc()
1031 new_alloc.oneway_spam_detected, in buffer_alloc()
1045 new_alloc.offset / PAGE_SIZE, in buffer_alloc()
1046 (new_alloc.offset + size).div_ceil(PAGE_SIZE), in buffer_alloc()
/linux/drivers/scsi/elx/efct/
H A Defct_hw.c485 bool new_alloc = true; in efct_hw_setup_io() local
512 new_alloc = false; in efct_hw_setup_io()
515 if (new_alloc) { in efct_hw_setup_io()
559 if (new_alloc) { in efct_hw_setup_io()
/linux/net/core/
H A Dskbuff.c1760 goto new_alloc; in msg_zerocopy_realloc()
1781 new_alloc: in msg_zerocopy_realloc()