Searched refs:pid (Results 126 - 150 of 1514) sorted by last modified time

1234567891011>>

/linux-master/drivers/android/
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...]
/linux-master/arch/powerpc/mm/nohash/
H A De500.c98 unsigned long size, unsigned long flags, unsigned int pid)
110 TLBCAM[index].MAS1 = MAS1_VALID | MAS1_IPROT | MAS1_TSIZE(tsize) | MAS1_TID(pid);
97 settlbcam(int index, unsigned long virt, phys_addr_t phys, unsigned long size, unsigned long flags, unsigned int pid) argument
/linux-master/arch/powerpc/mm/
H A Dmmu_decl.h31 static inline void _tlbil_pid(unsigned int pid) argument
34 trace_tlbia(pid);
36 #define _tlbil_pid_noind(pid) _tlbil_pid(pid)
40 extern void _tlbil_pid(unsigned int pid);
42 extern void _tlbil_pid_noind(unsigned int pid);
44 #define _tlbil_pid_noind(pid) _tlbil_pid(pid)
52 static inline void _tlbil_va(unsigned long address, unsigned int pid, argument
56 trace_tlbie(0, 0, address, pid,
63 _tlbil_va(unsigned long address, unsigned int pid, unsigned int tsize, unsigned int ind) argument
74 _tlbivax_bcast(unsigned long address, unsigned int pid, unsigned int tsize, unsigned int ind) argument
[all...]
/linux-master/arch/loongarch/kernel/
H A Dtraps.c389 printk("Process %s (pid: %d, threadinfo=%p, task=%p)\n",
390 current->comm, current->pid, current_thread_info(), current);
1044 pr_err("Caught reserved exception %u on pid:%d [%s] - should not happen\n",
1045 read_csr_excode(), current->pid, current->comm);
/linux-master/fs/smb/server/
H A Dvfs_cache.c448 u64 pid)
454 pid = work->compound_pfid;
462 if (fp->persistent_id != pid) {
447 ksmbd_lookup_fd_slow(struct ksmbd_work *work, u64 id, u64 pid) argument
H A Dvfs_cache.h144 u64 pid);
H A Doplock.h99 u64 pid, struct ksmbd_file *fp, __u16 tid,
H A Doplock.c1182 * @pid: id of open file
1190 int smb_grant_oplock(struct ksmbd_work *work, int req_op_level, u64 pid, argument
1207 opinfo = alloc_opinfo(work, pid, tid);
/linux-master/drivers/s390/char/
H A Dfs3270.c35 struct pid *fs_pid; /* Pid of controlling program. */
/linux-master/tools/testing/ktest/
H A Dktest.pl1649 my $pid;
1660 $pid = fork;
1662 if (!$pid) {
1670 return $pid;
1676 my ($fp, $pid) = @_;
1678 doprint "kill child process $pid\n";
1679 kill $close_console_signal, $pid;
1681 doprint "wait for child process $pid to exit\n";
1682 waitpid($pid, 0);
1862 my $pid;
[all...]
/linux-master/sound/core/
H A Dtimer.c1702 sprintf(str, "application %i", current->pid);
1718 err = snd_timer_open(tu->timeri, &tselect.id, current->pid);
/linux-master/kernel/trace/
H A Dtrace_sched_switch.c154 * The tgid_map array maps from pid to tgid; i.e. the value stored at index i
155 * is the tgid last observed corresponding to pid=i.
179 /* Holds the size of a cmdline and pid element */
248 if (!tsk->pid)
251 tpid = tsk->pid & (PID_MAX_DEFAULT - 1);
274 savedcmd->map_cmdline_to_pid[idx] = tsk->pid;
282 static void __trace_find_cmdline(int pid, char comm[]) argument
287 if (!pid) {
292 if (WARN_ON_ONCE(pid < 0)) {
297 tpid = pid
309 trace_find_cmdline(int pid, char comm[]) argument
320 trace_find_tgid_ptr(int pid) argument
335 trace_find_tgid(int pid) argument
463 int pid = ++(*pos); local
470 int pid = *pos; local
482 int pid = entry - tgid_map; local
565 unsigned int *pid = v; local
[all...]
H A Dtrace.h197 pid_t pid; member in struct:trace_array_cpu
227 bool trace_pid_list_is_set(struct trace_pid_list *pid_list, unsigned int pid);
228 int trace_pid_list_set(struct trace_pid_list *pid_list, unsigned int pid);
229 int trace_pid_list_clear(struct trace_pid_list *pid_list, unsigned int pid);
230 int trace_pid_list_first(struct trace_pid_list *pid_list, unsigned int *pid);
231 int trace_pid_list_next(struct trace_pid_list *pid_list, unsigned int pid,
242 /* Return true if the pid list in type has pids */
252 * pid list, still has pids in it.
755 extern void trace_find_cmdline(int pid, char comm[]);
756 extern int trace_find_tgid(int pid);
[all...]
H A Dtrace.c587 * trace_find_filtered_pid - check if a pid exists in a filtered_pid list
615 * If filtered_no_pids is not empty, and the task's pid is listed
623 !trace_find_filtered_pid(filtered_pids, task->pid)) ||
625 trace_find_filtered_pid(filtered_no_pids, task->pid));
637 * @task pid will be removed from the list, which would happen on exit
649 if (!trace_find_filtered_pid(pid_list, self->pid))
655 trace_pid_list_set(pid_list, task->pid);
657 trace_pid_list_clear(pid_list, task->pid);
661 * trace_pid_next - Used for seq_file to get to the next pid of a pid_list
662 * @pid_list: The pid lis
674 long pid = (unsigned long)v; local
702 unsigned long pid; local
728 unsigned long pid = (unsigned long)v - 1; local
748 pid_t pid; local
[all...]
H A Dftrace.c174 int pid; local
177 pid = this_cpu_read(tr->array_buffer.data->ftrace_ignore_pid);
178 if (pid == FTRACE_PID_IGNORE)
180 if (pid != FTRACE_PID_TRACE &&
181 pid != current->pid)
7333 /* If we filter on pids, update to use the pid function */
7482 next->pid);
7556 /* Wait till all users are no longer using pid filtering */
7628 seq_puts(m, "no pid\
[all...]
/linux-master/kernel/
H A Dsysctl.c65 #include <linux/pid.h>
1333 struct pid *new_pid;
H A Dhung_task.c134 t->comm, t->pid, (jiffies - t->last_switch_time) / HZ);
/linux-master/include/trace/events/
H A Dsunrpc.h2134 TP_PROTO(int pid),
2136 TP_ARGS(pid),
2139 __field(int, pid)
2143 __entry->pid = pid;
2146 TP_printk("pid=%d", __entry->pid)
/linux-master/include/linux/
H A Dtrace_events.h86 int pid; member in struct:trace_entry
178 entry->pid = current->pid;
638 * PID_FILTER - When set, the event is filtered based on pid
/linux-master/fs/f2fs/
H A Dfile.c4478 current->pid, path, current->comm);
4481 current->pid, path, current->comm);
/linux-master/fs/dlm/
H A Dlock.c91 static void do_purge(struct dlm_ls *ls, int nodeid, int pid);
2695 lkb->lkb_ownpid = (int) current->pid;
5759 lkb->lkb_ownpid = (int) current->pid;
6084 /* pid of 0 means purge all orphans */
6086 static void do_purge(struct dlm_ls *ls, int nodeid, int pid) argument
6092 if (pid && lkb->lkb_ownpid != pid)
6101 static int send_purge(struct dlm_ls *ls, int nodeid, int pid) argument
6112 ms->m_pid = cpu_to_le32(pid);
6118 int nodeid, int pid)
6117 dlm_user_purge(struct dlm_ls *ls, struct dlm_user_proc *proc, int nodeid, int pid) argument
[all...]
H A Duser.c105 kb->i.purge.pid = kb32->i.purge.pid;
416 error = dlm_user_purge(ls, proc, params->nodeid, params->pid);
/linux-master/drivers/infiniband/hw/mlx5/
H A Dmlx5_ib.h32 dev_dbg(&(_dev)->ib_dev.dev, "%s:%d:(pid %d): " format, __func__, \
33 __LINE__, current->pid, ##arg)
36 dev_err(&(_dev)->ib_dev.dev, "%s:%d:(pid %d): " format, __func__, \
37 __LINE__, current->pid, ##arg)
40 dev_warn(&(_dev)->ib_dev.dev, "%s:%d:(pid %d): " format, __func__, \
41 __LINE__, current->pid, ##arg)
44 dev_printk(lvl, &(_dev)->ib_dev.dev, "%s:%d:(pid %d): " format, \
45 __func__, __LINE__, current->pid, ##arg)
/linux-master/drivers/i3c/
H A Dmaster.c177 ret = sprintf(buf, "%llx\n", desc->info.pid);
182 static DEVICE_ATTR_RO(pid);
254 manuf = I3C_PID_MANUF_ID(devinfo.pid);
255 part = I3C_PID_PART_ID(devinfo.pid);
256 ext = I3C_PID_EXTRA_INFO(devinfo.pid);
258 if (I3C_PID_RND_LOWER_32BITS(devinfo.pid))
285 manuf = I3C_PID_MANUF_ID(devinfo.pid);
286 part = I3C_PID_PART_ID(devinfo.pid);
287 ext = I3C_PID_EXTRA_INFO(devinfo.pid);
289 if (I3C_PID_RND_LOWER_32BITS(devinfo.pid))
[all...]
/linux-master/include/uapi/linux/
H A Dfuse.h333 uint32_t pid; /* tgid */ member in struct:fuse_file_lock
994 uint32_t pid; member in struct:fuse_in_header

Completed in 381 milliseconds

1234567891011>>