Searched refs:_pid (Results 1 – 9 of 9) sorted by relevance
/linux/include/uapi/asm-generic/ |
A D | siginfo.h | 40 __kernel_pid_t _pid; /* sender's pid */ member 54 __kernel_pid_t _pid; /* sender's pid */ member 61 __kernel_pid_t _pid; /* which child */ member 148 #define si_pid _sifields._kill._pid
|
/linux/tools/kvm/kvm_stat/ |
A D | kvm_stat | 620 if self._pid > 0: 623 path = os.path.join('/proc', str(self._pid), 'task') 662 trace_cpu = groupid if self._pid == 0 else -1 663 trace_pid = int(groupid) if self._pid != 0 else -1 695 return self._pid 700 self._pid = pid 772 return self._pid 776 self._pid = pid 812 if self._pid == 0:
|
/linux/drivers/clk/samsung/ |
A D | clk.h | 284 #define CPU_CLK(_id, _name, _pid, _apid, _flags, _offset, _cfg) \ argument 288 .parent_id = _pid, \
|
/linux/include/linux/ |
A D | compat.h | 172 compat_pid_t _pid; /* sender's pid */ member 185 compat_pid_t _pid; /* sender's pid */ member 192 compat_pid_t _pid; /* which child */ member 202 compat_pid_t _pid; /* which child */ member
|
/linux/tools/perf/util/ |
A D | synthetic-events.c | 763 pid_t _pid; in __event__synthesize_thread() local 766 _pid = strtol(dirent[i]->d_name, &end, 10); in __event__synthesize_thread() 771 if (perf_event__prepare_comm(comm_event, pid, _pid, machine, in __event__synthesize_thread() 775 if (perf_event__synthesize_fork(tool, fork_event, _pid, tgid, in __event__synthesize_thread() 779 if (perf_event__synthesize_namespaces(tool, namespaces_event, _pid, in __event__synthesize_thread() 790 if (_pid == pid && !kernel_thread && needs_mmap) { in __event__synthesize_thread()
|
/linux/drivers/hid/ |
A D | hid-uclogic-params.c | 862 #define VID_PID(_vid, _pid) \ in uclogic_params_init() argument 863 (((__u32)(_vid) << 16) | ((__u32)(_pid) & U16_MAX)) in uclogic_params_init()
|
/linux/drivers/input/joystick/ |
A D | xpad.c | 468 #define XBOXONE_INIT_PKT(_vid, _pid, _data) \ argument 471 .idProduct = (_pid), \
|
/linux/drivers/net/wireless/ |
A D | mac80211_hwsim.c | 1768 u32 _pid = READ_ONCE(data->wmediumd); in mac80211_hwsim_tx_frame() local 1779 if (_pid || hwsim_virtio_enabled) in mac80211_hwsim_tx_frame() 1780 return mac80211_hwsim_tx_frame_nl(hw, skb, _pid, chan); in mac80211_hwsim_tx_frame()
|
/linux/Documentation/security/keys/ |
A D | core.rst | 294 00000007 I----- 1 perm 1f3f0000 0 0 keyring _pid.1: empty 295 0000018d I----- 1 perm 1f3f0000 0 0 keyring _pid.412: empty
|
Completed in 38 milliseconds