Lines Matching refs:pid
84 alloc->pid, new_buffer_size, new_buffer); in binder_insert_free_buffer()
193 "%d: %s pages %pK-%pK\n", alloc->pid, in binder_update_page_range()
223 alloc->pid); in binder_update_page_range()
254 alloc->pid, page_addr); in binder_update_page_range()
264 alloc->pid, user_page_addr); in binder_update_page_range()
342 static bool debug_low_async_space_locked(struct binder_alloc *alloc, int pid) in debug_low_async_space_locked() argument
359 if (buffer->pid != pid) in debug_low_async_space_locked()
375 alloc->pid, pid, num_buffers, total_alloc_size); in debug_low_async_space_locked()
390 int pid) in binder_alloc_new_buf_locked() argument
404 alloc->pid); in binder_alloc_new_buf_locked()
414 alloc->pid, data_size, offsets_size); in binder_alloc_new_buf_locked()
421 alloc->pid, extra_buffers_size); in binder_alloc_new_buf_locked()
432 alloc->pid, size); in binder_alloc_new_buf_locked()
479 alloc->pid, size); in binder_alloc_new_buf_locked()
494 alloc->pid, size, buffer, buffer_size); in binder_alloc_new_buf_locked()
514 __func__, alloc->pid); in binder_alloc_new_buf_locked()
529 alloc->pid, size, buffer); in binder_alloc_new_buf_locked()
534 buffer->pid = pid; in binder_alloc_new_buf_locked()
540 alloc->pid, size, alloc->free_async_space); in binder_alloc_new_buf_locked()
547 buffer->oneway_spam_suspect = debug_low_async_space_locked(alloc, pid); in binder_alloc_new_buf_locked()
582 int pid) in binder_alloc_new_buf() argument
588 extra_buffers_size, is_async, pid); in binder_alloc_new_buf()
617 alloc->pid, buffer->user_data, in binder_delete_free_buffer()
627 alloc->pid, in binder_delete_free_buffer()
636 alloc->pid, buffer->user_data); in binder_delete_free_buffer()
643 alloc->pid, buffer->user_data, in binder_delete_free_buffer()
666 alloc->pid, buffer, size, buffer_size); in binder_free_buf_locked()
678 alloc->pid, size, alloc->free_async_space); in binder_free_buf_locked()
806 alloc->pid, vma->vm_start, vma->vm_end, in binder_alloc_mmap_handler()
862 __func__, alloc->pid, i, page_addr, in binder_alloc_deferred_release()
875 __func__, alloc->pid, buffers, page_count); in binder_alloc_deferred_release()
1085 alloc->pid = current->group_leader->pid; in binder_alloc_init()