Lines Matching refs:pid

83 		      alloc->pid, new_buffer_size, new_buffer);  in binder_insert_free_buffer()
192 "%d: %s pages %pK-%pK\n", alloc->pid, in binder_update_page_range()
222 alloc->pid); in binder_update_page_range()
253 alloc->pid, page_addr); in binder_update_page_range()
263 alloc->pid, user_page_addr); in binder_update_page_range()
326 static bool debug_low_async_space_locked(struct binder_alloc *alloc, int pid) in debug_low_async_space_locked() argument
343 if (buffer->pid != pid) in debug_low_async_space_locked()
359 alloc->pid, pid, num_buffers, total_alloc_size); in debug_low_async_space_locked()
374 int pid) in binder_alloc_new_buf_locked() argument
389 alloc->pid); in binder_alloc_new_buf_locked()
399 alloc->pid, data_size, offsets_size); in binder_alloc_new_buf_locked()
406 alloc->pid, extra_buffers_size); in binder_alloc_new_buf_locked()
416 alloc->pid, size); in binder_alloc_new_buf_locked()
463 alloc->pid, size); in binder_alloc_new_buf_locked()
478 alloc->pid, size, buffer, buffer_size); in binder_alloc_new_buf_locked()
498 __func__, alloc->pid); in binder_alloc_new_buf_locked()
513 alloc->pid, size, buffer); in binder_alloc_new_buf_locked()
518 buffer->pid = pid; in binder_alloc_new_buf_locked()
524 alloc->pid, size, alloc->free_async_space); in binder_alloc_new_buf_locked()
531 buffer->oneway_spam_suspect = debug_low_async_space_locked(alloc, pid); in binder_alloc_new_buf_locked()
566 int pid) in binder_alloc_new_buf() argument
572 extra_buffers_size, is_async, pid); in binder_alloc_new_buf()
601 alloc->pid, buffer->user_data, in binder_delete_free_buffer()
611 alloc->pid, in binder_delete_free_buffer()
620 alloc->pid, buffer->user_data); in binder_delete_free_buffer()
627 alloc->pid, buffer->user_data, in binder_delete_free_buffer()
650 alloc->pid, buffer, size, buffer_size); in binder_free_buf_locked()
662 alloc->pid, size, alloc->free_async_space); in binder_free_buf_locked()
798 alloc->pid, vma->vm_start, vma->vm_end, in binder_alloc_mmap_handler()
854 __func__, alloc->pid, i, page_addr, in binder_alloc_deferred_release()
867 __func__, alloc->pid, buffers, page_count); in binder_alloc_deferred_release()
1073 alloc->pid = current->group_leader->pid; in binder_alloc_init()