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);
326 static bool debug_low_async_space_locked(struct binder_alloc *alloc, int pid)
333 * than keeping a map per pid.
343 if (buffer->pid != pid)
352 * Warn if this pid has more than 50 transactions, or more than 50% of
358 "%d: pid %d spamming oneway? %zd buffers allocated for a total size of %zd\n",
359 alloc->pid, pid, num_buffers, total_alloc_size);
374 int pid)
389 alloc->pid);
399 alloc->pid, data_size, offsets_size);
406 alloc->pid, extra_buffers_size);
416 alloc->pid, size);
463 alloc->pid, size);
478 alloc->pid, size, buffer, buffer_size);
498 __func__, alloc->pid);
513 alloc->pid, size, buffer);
518 buffer->pid = pid;
524 alloc->pid, size, alloc->free_async_space);
531 buffer->oneway_spam_suspect = debug_low_async_space_locked(alloc, pid);
552 * @pid: pid to attribute allocation to (used for debugging)
566 int pid)
572 extra_buffers_size, is_async, pid);
601 alloc->pid, buffer->user_data,
611 alloc->pid,
620 alloc->pid, buffer->user_data);
627 alloc->pid, buffer->user_data,
650 alloc->pid, buffer, size, buffer_size);
662 alloc->pid, size, alloc->free_async_space);
798 alloc->pid, vma->vm_start, vma->vm_end,
854 __func__, alloc->pid, i, page_addr,
867 __func__, alloc->pid, buffers, page_count);
1073 alloc->pid = current->group_leader->pid;