/openbmc/linux/fs/smb/server/ |
H A D | oplock.c | 1169 * @pid: id of open file 1177 int smb_grant_oplock(struct ksmbd_work *work, int req_op_level, u64 pid, in smb_grant_oplock() 1196 opinfo = alloc_opinfo(work, pid, tid); in smb_grant_oplock() 1176 smb_grant_oplock(struct ksmbd_work * work,int req_op_level,u64 pid,struct ksmbd_file * fp,__u16 tid,struct lease_ctx_info * lctx,int share_ret) smb_grant_oplock() argument
|
/openbmc/linux/sound/usb/ |
H A D | quirks.c | 2041 #define DEVICE_FLG(vid, pid, _flags) \ argument 2042 { .id = USB_ID(vid, pid), .flags = (_flags) }
|
/openbmc/openbmc/meta-security/recipes-scanners/clamav/files/ |
H A D | clamav-milter.conf.sample | 67 #PidFile /var/run/clamav/clamav-milter.pid
|
/openbmc/linux/Documentation/trace/ |
H A D | boottime-trace.rst | 215 filter = "pid < 128"
|
/openbmc/linux/arch/x86/ |
H A D | Kconfig.debug | 230 traces for panics, oopses, bugs, warnings, perf, /proc/<pid>/stack,
|
/openbmc/linux/kernel/rcu/ |
H A D | tree_exp.h | 823 pr_cont(" P%d", t->pid); in rcu_print_task_exp_stall()
|
/openbmc/linux/Documentation/mm/ |
H A D | page_migration.rst | 27 migration. cat ``/proc/<pid>/numa_maps`` allows an easy review of where the
|
/openbmc/linux/fs/autofs/ |
H A D | root.c | 509 current->pid, task_pgrp_nr(current), in autofs_lookup()
|
/openbmc/linux/tools/perf/ |
H A D | builtin-ftrace.c | 1130 OPT_STRING('p', "pid", &ftrace.target.pid, "pid", in cmd_ftrace()
|
/openbmc/openbmc-tools/openbmctool/ |
H A D | openbmctool.py | 140 pid = map(int, check_output(["pidof", "-s",name])) 142 pid = 0 144 return pid 151 pid = get_pid(process_name) 155 pid = get_pid(process_name) 156 if (pid == 0 ):
|
/openbmc/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_flex_pipe.c | 1882 struct ice_prof_id_section *pid; in ice_fill_tbl() local 1936 pid = sect; in ice_fill_tbl() 1937 src = (u8 *)pid->entry; in ice_fill_tbl() 1938 sect_len = le16_to_cpu(pid->count) * in ice_fill_tbl()
|
/openbmc/linux/tools/perf/Documentation/ |
H A D | perf-record.txt | 163 within a single mapping. MMAP events (or /proc/<pid>/maps) can be 200 ip, id, tid, pid, cpu, time, addr, period, txn, weight, phys_addr, 231 --pid=::
|
/openbmc/linux/include/linux/ |
H A D | fs.h | 19 #include <linux/pid.h> 949 rwlock_t lock; /* protects pid, uid, euid fields */ 950 struct pid *pid; /* pid or -pgrp where SIGIO should be sent */ member 1104 extern void __f_setown(struct file *filp, struct pid *, enum pid_type, int force);
|
H A D | kvm_host.h | 344 struct pid __rcu *pid; member
|
/openbmc/linux/net/bluetooth/ |
H A D | hci_sock.c | 286 if (creds->pid == pid_vnr(sk->sk_peer_pid)) in hci_sock_copy_creds() 291 creds->pid = pid_vnr(sk->sk_peer_pid); in hci_sock_copy_creds()
|
/openbmc/linux/drivers/media/usb/dvb-usb-v2/ |
H A D | af9035.c | 1963 static int af9035_pid_filter(struct dvb_usb_adapter *adap, int index, u16 pid, in af9035_pid_filter() argument 1968 return state->ops.pid_filter(adap->fe[0], index, pid, onoff); in af9035_pid_filter()
|
/openbmc/linux/kernel/events/ |
H A D | uprobes.c | 1782 current->comm, current->pid, msg); in uprobe_warn() 1877 current->pid, current->tgid); in prepare_uretprobe()
|
/openbmc/linux/Documentation/dev-tools/ |
H A D | kmemleak.rst | 243 comm "modprobe", pid 2088, jiffies 4294680594 (age 375.486s)
|
/openbmc/linux/arch/x86/mm/ |
H A D | fault.c | 927 tsk->comm, tsk->pid, address); in do_sigbus()
|
/openbmc/openbmc/poky/bitbake/lib/bb/ |
H A D | event.py | 35 self.pid = worker_pid
|
/openbmc/linux/drivers/infiniband/hw/qib/ |
H A D | qib.h | 196 pid_t pid; member
|
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | gmc_v11_0.c | 133 task_info.task_name, task_info.pid); in gmc_v11_0_process_interrupt()
|
/openbmc/linux/arch/arm64/include/asm/ |
H A D | kvm_host.h | 927 #define vcpu_has_run_once(vcpu) !!rcu_access_pointer((vcpu)->pid)
|
/openbmc/linux/Documentation/locking/ |
H A D | robust-futex-ABI.rst | 99 sys_get_robust_list(int pid, struct robust_list_head __user **head_ptr,
|
/openbmc/linux/mm/kfence/ |
H A D | core.c | 297 track->pid = task_pid_nr(current); in metadata_update_state()
|