Searched refs:pid (Results 251 - 275 of 1514) sorted by path

<<11121314151617181920>>

/linux-master/crypto/
H A Darc4.c44 current->comm, (unsigned long)current->pid);
/linux-master/drivers/accel/habanalabs/common/
H A Ddebugfs.c223 seq_puts(s, " pid user virtual address size dma dir\n");
227 userptr->pid, userptr->addr, userptr->size,
385 seq_puts(s, " user virtual address dma address pid region start region size\n");
390 (u64)dma_addr, userptr->pid,
H A Dhabanalabs.h1962 * @pid: the pid of the user process owning the memory
1975 pid_t pid; member in struct:hl_userptr
2315 struct pid *taskpid;
H A Dmemory.c2401 userptr->pid = current->pid;
/linux-master/drivers/amba/
H A Dbus.c137 u32 size, pid, cid; local
174 * Read pid and cid based on size of resource
177 for (pid = 0, i = 0; i < 4; i++)
178 pid |= (readl(tmp + size - 0x20 + 4 * i) & 255) << (i * 8);
191 dev->periphid = pid;
220 * permanent failure in reading pid and cid, simply map it to
561 * AMBA device uevents require reading its pid and cid
565 * generation of uevents until we can read the pid and cid
/linux-master/drivers/android/
H A Dbinder.c488 thread->pid == current->pid && !thread->process_todo)
688 current->pid, nice, min_nice);
692 binder_user_error("%d RLIMIT_NICE not set\n", current->pid);
785 proc->pid, current->pid, node->debug_id,
1126 proc->pid, new_ref->data.debug_id, new_ref->data.desc,
1138 ref->proc->pid, ref->data.debug_id, ref->data.desc,
1166 ref->proc->pid, ref->data.debug_id,
1221 ref->proc->pid, re
6424 int pid = (unsigned long)m->private; local
[all...]
H A Dbinder_alloc.c83 alloc->pid, new_buffer_size, new_buffer);
239 pr_err("%d: %s failed, no vma\n", alloc->pid, __func__);
246 pr_err("%d: failed to allocate page\n", alloc->pid);
254 alloc->pid, __func__, addr - alloc->buffer, ret);
390 * than keeping a map per pid.
394 int pid = current->tgid; local
410 if (buffer->pid != pid)
419 * Warn if this pid has more than 50 transactions, or more than 50% of
425 "%d: pid
[all...]
H A Dbinder_alloc.h38 * @pid: pid to attribute the buffer to (caller)
58 int pid; member in struct:binder_buffer
88 * @pid: pid for associated binder_proc (invariant after init)
109 int pid; member in struct:binder_alloc
H A Dbinder_internal.h342 * @pid PID of group_leader of process
409 int pid; member in struct:binder_proc
446 * @pid: PID for this thread
480 int pid; member in struct:binder_thread
H A Dbinder_trace.h143 __entry->to_proc = t->to_proc->pid;
144 __entry->to_thread = t->to_thread ? t->to_thread->pid : 0;
329 __entry->proc = alloc->pid;
347 __entry->proc = alloc->pid;
/linux-master/drivers/atm/
H A Dsolos-pci.c135 pid_t pid; member in struct:solos_param
202 "L%05d\n%s\n", current->pid, attr->attr.name);
210 prm.pid = current->pid;
258 "L%05d\n%s\n%s\n", current->pid, attr->attr.name, buf);
266 prm.pid = current->pid;
432 if (prm->port == port && prm->pid == cmdpid) {
/linux-master/drivers/block/drbd/
H A Ddrbd_actlog.c186 current->comm, current->pid, __func__,
193 current->comm, current->pid, __func__,
H A Ddrbd_main.c386 thi->name, current->comm, current->pid);
426 thi->name, current->comm, current->pid);
1487 current->comm, current->pid, connection->ko_count);
/linux-master/drivers/block/
H A Dnbd.c131 pid_t pid; /* pid of nbd-client, if attached */ member in struct:nbd_device
227 return sprintf(buf, "%d\n", nbd->pid);
231 .attr = { .name = "pid", .mode = 0444},
337 if (!nbd->pid)
1355 nbd->pid = 0;
1388 if (nbd->pid)
1399 nbd->pid = task_pid_nr(current);
1405 dev_err(disk_to_dev(nbd->disk), "device_create_file failed for pid!\n");
1684 if (nbd->pid)
[all...]
H A Dublk_drv.c1325 pr_devel("%s: qid %d, pid %d, addr %lx pg_off %lx sz %lu\n",
1326 __func__, q_id, current->pid, vma->vm_start,
/linux-master/drivers/bluetooth/
H A Dbtbcm.c568 u16 subver, rev, pid, vid; local
638 pid = get_unaligned_le16(skb->data + 3);
641 snprintf(postfix, sizeof(postfix), "-%4.4x-%4.4x", vid, pid);
/linux-master/drivers/clk/
H A Dclk-lmk04832.c186 * @pid: Product Identifier
193 u16 pid; member in struct:lmk04832_device_info
202 .pid = 0x63d1, /* WARNING PROD_ID is inverted in the datasheet */
1503 if ((tmp[0] << 8 | tmp[1]) != info->pid || tmp[2] != info->maskrev) {
1504 dev_err(lmk->dev, "unsupported device type: pid 0x%04x, maskrev 0x%02x\n",
/linux-master/drivers/connector/
H A Dcn_proc.c134 ev->event_data.fork.parent_pid = parent->pid;
137 ev->event_data.fork.child_pid = task->pid;
161 ev->event_data.exec.process_pid = task->pid;
185 ev->event_data.id.process_pid = task->pid;
223 ev->event_data.sid.process_pid = task->pid;
247 ev->event_data.ptrace.process_pid = task->pid;
250 ev->event_data.ptrace.tracer_pid = current->pid;
279 ev->event_data.comm.process_pid = task->pid;
305 ev->event_data.coredump.process_pid = task->pid;
311 ev->event_data.coredump.parent_pid = parent->pid;
[all...]
/linux-master/drivers/crypto/nx/
H A Dnx-common-powernv.c770 u32 lpid, pid, tid, fifo_size; local
794 ret = of_property_read_u32(dn, "pid", &pid);
796 pr_err("Missing pid property\n");
830 rxattr.lnotify_pid = pid;
855 * (lpid, pid, tid) combination has to be unique for each
858 * GZIP for pid and provides this value to kernel in pid
861 *ct = pid;
H A Dnx.c58 atomic_set(&(nx_ctx->stats->last_error_pid), current->pid);
127 pr_err("nx: scatter/gather list overflow, pid: %d\n",
128 current->pid);
/linux-master/drivers/dma/dw-edma/
H A Ddw-edma-pcie.c160 const struct pci_device_id *pid)
162 struct dw_edma_pcie_data *pdata = (void *)pid->driver_data;
159 dw_edma_pcie_probe(struct pci_dev *pdev, const struct pci_device_id *pid) argument
/linux-master/drivers/dma/dw/
H A Dpci.c15 static int dw_pci_probe(struct pci_dev *pdev, const struct pci_device_id *pid) argument
17 const struct dw_dma_chip_pdata *drv_data = (void *)pid->driver_data;
/linux-master/drivers/dma/idxd/
H A Dcdev.c52 pid_t pid; member in struct:idxd_user_context
86 return sysfs_emit(buf, "%u\n", ctx->pid);
88 static DEVICE_ATTR_RO(pid);
251 ctx->pid = current->pid;
/linux-master/drivers/dma/
H A Dste_dma40.c3145 u32 pid; local
3160 for (pid = 0, i = 0; i < 4; i++)
3161 pid |= (readl(virtbase + SZ_4K - 0x20 + 4 * i)
3171 if (AMBA_MANF_BITS(pid) != AMBA_VENDOR_ST) {
3173 AMBA_MANF_BITS(pid),
3186 rev = AMBA_REV_BITS(pid);
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_amdkfd.h148 struct pid *pid; member in struct:amdkfd_process_info

Completed in 407 milliseconds

<<11121314151617181920>>