Home
last modified time | relevance | path

Searched refs:pid (Results 676 – 700 of 2194) sorted by relevance

1...<<21222324252627282930>>...88

/openbmc/linux/tools/perf/scripts/python/
H A Dpowerpc-hcalls.py173 def powerpc__hcall_exit(name, context, cpu, sec, nsec, pid, comm, callchain, argument
197 def powerpc__hcall_entry(event_name, context, cpu, sec, nsec, pid, comm, argument
/openbmc/linux/tools/perf/scripts/perl/
H A Dcheck-perf-trace.pl102 my ($event_name, $cpu, $secs, $nsecs, $pid, $comm) = @_;
105 $event_name, $cpu, $secs, $nsecs, $pid, $comm);
/openbmc/linux/drivers/media/dvb-frontends/
H A Ddib7000m.h49 extern int dib7000m_pid_filter(struct dvb_frontend *, u8 id, u16 pid, u8 onoff);
69 u16 pid, u8 onoff) in dib7000m_pid_filter() argument
/openbmc/linux/fs/xfs/
H A Dxfs_pwork.c72 trace_xfs_pwork_init(mp, nr_threads, current->pid); in xfs_pwork_init()
76 current->pid); in xfs_pwork_init()
/openbmc/openbmc-test-automation/lib/
H A Djobs_processing.py29 pid = os.getpid()
33 return_dict[str(pid)] = str(status)
/openbmc/linux/drivers/staging/rtl8723bs/include/
H A Dosdep_service_linux.h101 #define rtw_signal_process(pid, sig) kill_pid(find_vpid((pid)), (sig), 1) argument
/openbmc/linux/drivers/media/usb/as102/
H A Das10x_cmd_stream.c34 pcmd->body.add_pid_filter.req.pid = cpu_to_le16(filter->pid); in as10x_cmd_add_PID_filter()
91 pcmd->body.del_pid_filter.req.pid = cpu_to_le16(pid_value); in as10x_cmd_del_PID_filter()
/openbmc/openbmc/poky/meta/recipes-devtools/bootchart2/bootchart2/
H A D0001-bootchartd.in-make-sure-only-one-bootchartd-process.patch18 [bootchart] bootchart-collector started as pid 596 with 2 args:
21 [bootchart] Extracting profile data from pid 204
26 [bootchart] bootchart-collector pid: 596 unmounted proc / clean exit
/openbmc/linux/arch/arm/mm/
H A Dcontext.c106 pid_t pid; in contextidr_notifier() local
112 pid = task_pid_nr(thread_task(thread)) << ASID_BITS; in contextidr_notifier()
118 : "=r" (contextidr), "+r" (pid) in contextidr_notifier()
/openbmc/linux/include/media/
H A Ddvb-usb-ids.h15 #define DVB_USB_DEV(pid, vid) \ argument
16 [vid] = { USB_DEVICE(USB_VID_ ## pid, USB_PID_ ## vid) }
18 #define DVB_USB_DEV_VER(pid, vid, lo, hi) \ argument
19 [vid] = { USB_DEVICE_VER(USB_VID_ ## pid, USB_PID_ ## vid, lo, hi) }
/openbmc/linux/drivers/infiniband/core/
H A Dnetlink.c262 int rdma_nl_unicast(struct net *net, struct sk_buff *skb, u32 pid) in rdma_nl_unicast() argument
267 err = netlink_unicast(rnet->nl_sock, skb, pid, MSG_DONTWAIT); in rdma_nl_unicast()
272 int rdma_nl_unicast_wait(struct net *net, struct sk_buff *skb, __u32 pid) in rdma_nl_unicast_wait() argument
277 err = netlink_unicast(rnet->nl_sock, skb, pid, 0); in rdma_nl_unicast_wait()
/openbmc/linux/arch/powerpc/kvm/
H A De500_emulate.c217 vcpu_e500->pid[1] = spr_val; in kvmppc_core_emulate_mtspr_e500()
222 vcpu_e500->pid[2] = spr_val; in kvmppc_core_emulate_mtspr_e500()
329 *spr_val = vcpu_e500->pid[0]; in kvmppc_core_emulate_mfspr_e500()
332 *spr_val = vcpu_e500->pid[1]; in kvmppc_core_emulate_mfspr_e500()
335 *spr_val = vcpu_e500->pid[2]; in kvmppc_core_emulate_mfspr_e500()
/openbmc/linux/include/linux/
H A Dhost1x.h467 struct pid *owner;
477 struct pid *pid);
483 struct pid *pid) in host1x_memory_context_alloc() argument
/openbmc/linux/arch/mips/mm/
H A Dtlb-r4k.c176 int pid = read_c0_entryhi(); in local_flush_tlb_kernel_range() local
202 write_c0_entryhi(pid); in local_flush_tlb_kernel_range()
301 int idx, pid; in __update_tlb() local
316 pid = read_c0_entryhi() & cpu_asid_mask(&current_cpu_data); in __update_tlb()
317 write_c0_entryhi(address | pid); in __update_tlb()
/openbmc/openbmc-test-automation/redfish/extended/
H A Dtest_websocket.robot126 ${shell_rc} ${pid}= Shell Cmd ${cmd}
127 # There may be more than one pid returned if there is an instance
129 @{pid_list}= Split String ${pid}
137 FOR ${pid} IN @{pid_list}
138 Shell Cmd kill -s SIGTERM ${pid}
/openbmc/linux/fs/lockd/
H A Dsvclock.c364 static struct nlm_lockowner *__nlmsvc_find_lockowner(struct nlm_host *host, pid_t pid) in __nlmsvc_find_lockowner() argument
368 if (lockowner->pid != pid) in __nlmsvc_find_lockowner()
375 static struct nlm_lockowner *nlmsvc_find_lockowner(struct nlm_host *host, pid_t pid) in nlmsvc_find_lockowner() argument
380 res = __nlmsvc_find_lockowner(host, pid); in nlmsvc_find_lockowner()
386 res = __nlmsvc_find_lockowner(host, pid); in nlmsvc_find_lockowner()
391 new->pid = pid; in nlmsvc_find_lockowner()
411 pid_t pid) in nlmsvc_locks_init_private() argument
413 fl->fl_owner = nlmsvc_find_lockowner(host, pid); in nlmsvc_locks_init_private()
429 call->a_args.lock.svid = ((struct nlm_lockowner *)lock->fl.fl_owner)->pid; in nlmsvc_setgrantargs()
/openbmc/linux/tools/perf/util/
H A Dintel-bts.c72 pid_t pid; member
137 INTEL_BTS_ERR_LOST, sample->cpu, sample->pid, in intel_bts_lost()
159 btsq->pid = -1; in intel_bts_alloc_queue()
286 sample.pid = btsq->pid; in intel_bts_synth_branch_sample()
344 static int intel_bts_synth_error(struct intel_bts *bts, int cpu, pid_t pid, in intel_bts_synth_error() argument
351 INTEL_BTS_ERR_NOINSN, cpu, pid, tid, ip, in intel_bts_synth_error()
386 btsq->pid, btsq->tid, in intel_bts_get_branch_type()
455 if (btsq->pid == -1) { in intel_bts_process_queue()
459 btsq->pid = thread__pid(thread); in intel_bts_process_queue()
461 thread = machine__findnew_thread(btsq->bts->machine, btsq->pid, in intel_bts_process_queue()
/openbmc/linux/samples/bpf/
H A Dtrace_output_user.c25 __u64 pid; in print_bpf_output() member
31 e->pid, e->cookie, size); in print_bpf_output()
/openbmc/linux/fs/notify/fanotify/
H A Dfanotify.c142 old->type != new->type || old->pid != new->pid) in fanotify_should_merge()
729 struct pid *pid; in fanotify_alloc_event() local
826 pid = get_pid(task_pid(current)); in fanotify_alloc_event()
828 pid = get_pid(task_tgid(current)); in fanotify_alloc_event()
831 hash ^= hash_long((unsigned long)pid | ondir, FANOTIFY_EVENT_HASH_BITS); in fanotify_alloc_event()
833 event->pid = pid; in fanotify_alloc_event()
1037 put_pid(event->pid); in fanotify_free_event()
/openbmc/linux/include/linux/soc/ti/
H A Dti_sci_protocol.h518 int (*request)(const struct ti_sci_handle *handle, u8 pid);
519 int (*release)(const struct ti_sci_handle *handle, u8 pid);
520 int (*handover)(const struct ti_sci_handle *handle, u8 pid, u8 hid);
521 int (*set_config)(const struct ti_sci_handle *handle, u8 pid,
523 int (*set_control)(const struct ti_sci_handle *handle, u8 pid,
525 int (*get_status)(const struct ti_sci_handle *handle, u8 pid,
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_get_stack_rawtp.c9 int pid; member
72 data->pid = bpf_get_current_pid_tgid(); in bpf_prog1()
H A Dtest_sk_storage_tracing.c10 __u32 pid; member
63 stg->pid = bpf_get_current_pid_tgid(); in set_task_info()
/openbmc/linux/security/apparmor/
H A Dprocattr.c127 , __func__, current->pid, token, count, hat); in aa_setprocattr_changehat()
132 __func__, current->pid, token, count, "<NULL>"); in aa_setprocattr_changehat()
/openbmc/linux/tools/perf/util/bpf_skel/
H A Dfunc_latency.bpf.c64 __u32 pid = key & 0xffffffff; in BPF_PROG() local
67 ok = bpf_map_lookup_elem(&task_filter, &pid); in BPF_PROG()
/openbmc/linux/sound/firewire/
H A Dfcp.c30 unsigned short pid) in avc_general_set_sig_fmt() argument
57 buf[3] = 0xff & pid; /* plug id */ in avc_general_set_sig_fmt()
86 unsigned short pid) in avc_general_get_sig_fmt() argument
102 buf[3] = 0xff & pid; /* plug id */ in avc_general_get_sig_fmt()

1...<<21222324252627282930>>...88