Lines Matching refs:pid
83 alloc->pid, new_buffer_size, new_buffer);
192 "%d: %s pages %pK-%pK\n", alloc->pid,
222 alloc->pid);
253 alloc->pid, page_addr);
263 alloc->pid, user_page_addr);
341 static void debug_low_async_space_locked(struct binder_alloc *alloc, int pid)
348 * than keeping a map per pid.
358 if (buffer->pid != pid)
367 * Warn if this pid has more than 50 transactions, or more than 50% of
372 "%d: pid %d spamming oneway? %zd buffers allocated for a total size of %zd\n",
373 alloc->pid, pid, num_buffers, total_alloc_size);
383 int pid)
397 alloc->pid);
407 alloc->pid, data_size, offsets_size);
414 alloc->pid, extra_buffers_size);
424 alloc->pid, size);
471 alloc->pid, size);
486 alloc->pid, size, buffer, buffer_size);
506 __func__, alloc->pid);
521 alloc->pid, size, buffer);
526 buffer->pid = pid;
531 alloc->pid, size, alloc->free_async_space);
538 debug_low_async_space_locked(alloc, pid);
557 * @pid: pid to attribute allocation to (used for debugging)
571 int pid)
577 extra_buffers_size, is_async, pid);
606 alloc->pid, buffer->user_data,
616 alloc->pid,
625 alloc->pid, buffer->user_data);
632 alloc->pid, buffer->user_data,
655 alloc->pid, buffer, size, buffer_size);
667 alloc->pid, size, alloc->free_async_space);
795 alloc->pid, vma->vm_start, vma->vm_end,
851 __func__, alloc->pid, i, page_addr,
864 __func__, alloc->pid, buffers, page_count);
1074 alloc->pid = current->group_leader->pid;