Searched refs:binder_alloc_free_buf (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/android/ |
H A D | binder_alloc.h | 133 extern void binder_alloc_free_buf(struct binder_alloc *alloc,
|
H A D | binder_alloc_selftest.c | 139 binder_alloc_free_buf(alloc, buffers[seq[i]]); in binder_selftest_free_buf() 144 * if binder shrinker ran during binder_alloc_free_buf in binder_selftest_free_buf()
|
H A D | binder_alloc.c | 700 * binder_alloc_free_buf() - free a binder buffer 706 void binder_alloc_free_buf(struct binder_alloc *alloc, in binder_alloc_free_buf() function
|
H A D | binder.c | 3927 binder_alloc_free_buf(&target_proc->alloc, t->buffer); in binder_transaction() 4030 binder_alloc_free_buf(&proc->alloc, buffer); in binder_free_buf()
|
/kernel/linux/linux-6.6/drivers/android/ |
H A D | binder_alloc.h | 137 extern void binder_alloc_free_buf(struct binder_alloc *alloc,
|
H A D | binder_alloc_selftest.c | 139 binder_alloc_free_buf(alloc, buffers[seq[i]]); in binder_selftest_free_buf() 144 * if binder shrinker ran during binder_alloc_free_buf in binder_selftest_free_buf()
|
H A D | binder_alloc.c | 695 * binder_alloc_free_buf() - free a binder buffer 701 void binder_alloc_free_buf(struct binder_alloc *alloc, in binder_alloc_free_buf() function
|
H A D | binder.c | 2871 binder_alloc_free_buf(&proc->alloc, buffer); in binder_proc_transaction() 3749 binder_alloc_free_buf(&target_proc->alloc, t->buffer); in binder_transaction() 3865 binder_alloc_free_buf(&proc->alloc, buffer); in binder_free_buf()
|
Completed in 21 milliseconds