Home
last modified time | relevance | path

Searched refs:pid (Results 4076 - 4100 of 6430) sorted by relevance

1...<<161162163164165166167168169170>>...258

/kernel/linux/linux-5.10/drivers/gpu/drm/lima/
H A Dlima_sched.c310 dev_info(dev->dev, "fail to save task state from %s pid %d: " in lima_sched_build_error_task_list()
311 "error task list is full\n", ctx->pname, ctx->pid); in lima_sched_build_error_task_list()
319 /* pid chunk */ in lima_sched_build_error_task_list()
363 pid_chunk->pid = ctx->pid; in lima_sched_build_error_task_list()
/kernel/linux/linux-5.10/drivers/media/test-drivers/vidtv/
H A Dvidtv_channel.c268 u16 pid; in vidtv_channel_pat_prog_cat_into_new() local
283 pid = vidtv_psi_get_pat_program_pid(curr); in vidtv_channel_pat_prog_cat_into_new()
286 pid); in vidtv_channel_pat_prog_cat_into_new()
321 u16 e_pid; /* elementary stream pid */ in vidtv_channel_pmt_match_sections()
/kernel/linux/linux-6.6/drivers/media/test-drivers/vidtv/
H A Dvidtv_channel.c268 u16 pid; in vidtv_channel_pat_prog_cat_into_new() local
283 pid = vidtv_psi_get_pat_program_pid(curr); in vidtv_channel_pat_prog_cat_into_new()
286 pid); in vidtv_channel_pat_prog_cat_into_new()
321 u16 e_pid; /* elementary stream pid */ in vidtv_channel_pmt_match_sections()
/kernel/linux/linux-6.6/drivers/misc/cxl/
H A Dapi.c287 ctx->pid = get_task_pid(task, PIDTYPE_PID); in cxl_start_context()
314 put_pid(ctx->pid); in cxl_start_context()
315 ctx->pid = NULL; in cxl_start_context()
/kernel/linux/linux-6.6/drivers/net/ethernet/pensando/ionic/
H A Dionic_dev.h263 unsigned int pid; member
356 int ionic_db_page_num(struct ionic_lif *lif, int pid);
375 size_t sg_desc_size, unsigned int pid);
/kernel/linux/linux-6.6/fs/notify/fanotify/
H A Dfanotify.h263 struct pid *pid; member
273 event->pid = NULL; in fanotify_init_event()
/kernel/linux/linux-6.6/fs/cachefiles/
H A Dondemand.c121 char *pid, *psize; in cachefiles_ondemand_copen() local
134 pid = args; in cachefiles_ondemand_copen()
144 ret = kstrtoul(pid, 0, &id); in cachefiles_ondemand_copen()
/kernel/linux/linux-6.6/fs/ceph/
H A Dlocks.c23 * both 'owner' and 'pid') in secure_addr()
114 dout("ceph_lock_message: rule: %d, op: %d, owner: %llx, pid: %llu, " in ceph_lock_message()
122 req->r_args.filelock_change.pid = cpu_to_le64((u64)fl->fl_pid); in ceph_lock_message()
132 fl->fl_pid = -le64_to_cpu(req->r_reply_info.filelock_reply->pid); in ceph_lock_message()
150 dout("ceph_lock_message: rule: %d, op: %d, pid: %llu, start: %llu, " in ceph_lock_message()
403 cephlock->pid = cpu_to_le64((u64)lock->fl_pid); in lock_to_ceph_filelock()
/kernel/linux/linux-6.6/include/linux/
H A Dcoresight.h440 u32 i, pid = 0; in coresight_get_pid() local
443 pid |= csdev_access_relaxed_read32(csa, CORESIGHT_PIDRn(i)) << (i * 8); in coresight_get_pid()
445 return pid; in coresight_get_pid()
/kernel/linux/linux-6.6/drivers/staging/rtl8712/
H A Dusb_intf.c313 u16 vid, pid; in disable_ht_for_spec_devid() local
320 pid = specific_device_id_tbl[i].idProduct; in disable_ht_for_spec_devid()
323 if ((pdid->idVendor == vid) && (pdid->idProduct == pid) && in disable_ht_for_spec_devid()
/kernel/linux/linux-6.6/drivers/scsi/qla4xxx/
H A Dql4_iocb.c507 uint32_t payload_size, uint32_t pid, uint8_t *ipaddr) in qla4xxx_ping_iocb()
531 mrb->pid = pid; in qla4xxx_ping_iocb()
506 qla4xxx_ping_iocb(struct scsi_qla_host *ha, uint32_t options, uint32_t payload_size, uint32_t pid, uint8_t *ipaddr) qla4xxx_ping_iocb() argument
/kernel/linux/linux-6.6/kernel/
H A Dnsproxy.c381 static int validate_nsset(struct nsset *nsset, struct pid *pid) in validate_nsset() argument
392 tsk = pid_task(pid, PIDTYPE_PID); in validate_nsset()
H A Dcred.c27 current->comm, current->pid, ##__VA_ARGS__)
33 current->comm, current->pid, ##__VA_ARGS__); \
122 kdebug("exit_creds(%u,%p,%p,{%ld})", tsk->pid, tsk->real_cred, tsk->cred, in exit_creds()
/kernel/linux/linux-6.6/block/
H A Dbfq-iosched.h332 /* pid of the process owning the queue, used for logging purposes */
333 pid_t pid; member
1170 if (bfqq->pid != -1) in bfq_bfqq_name()
1171 snprintf(str, len, "bfq%d%c", bfqq->pid, type); in bfq_bfqq_name()
/kernel/linux/linux-6.6/drivers/gpu/drm/
H A Ddrm_vm.c60 pid_t pid; member
400 vma_entry->pid = current->pid; in drm_vm_open_locked()
/kernel/linux/linux-6.6/drivers/gpu/drm/lima/
H A Dlima_sched.c293 dev_info(dev->dev, "fail to save task state from %s pid %d: " in lima_sched_build_error_task_list()
294 "error task list is full\n", ctx->pname, ctx->pid); in lima_sched_build_error_task_list()
302 /* pid chunk */ in lima_sched_build_error_task_list()
346 pid_chunk->pid = ctx->pid; in lima_sched_build_error_task_list()
/kernel/linux/linux-6.6/drivers/i3c/master/mipi-i3c-hci/
H A Dcmd_v1.c297 u64 pid; in hci_cmd_v1_daa() local
351 i3c_hci_dct_get_val(hci, 0, &pid, &dcr, &bcr); in hci_cmd_v1_daa()
353 next_addr, pid, dcr, bcr); in hci_cmd_v1_daa()
/kernel/linux/linux-6.6/drivers/input/tablet/
H A Dhanwang.c61 unsigned short pid; member
197 hanwang->features->pid); in hanwang_parse_packet()
303 features_array[i].pid) { in get_features()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dauxtrace.h230 * @pid: in per-thread mode, the pid this buffer is associated with
252 pid_t pid; member
607 int code, int cpu, pid_t pid, pid_t tid, u64 ip,
611 int code, int cpu, pid_t pid, pid_t tid, u64 ip,
H A Devlist.h63 pid_t pid; member
145 int evlist__set_tp_filter_pid(struct evlist *evlist, pid_t pid);
150 int evlist__append_tp_filter_pid(struct evlist *evlist, pid_t pid);
/kernel/linux/linux-6.6/tools/lib/perf/
H A Devsel.c81 pid_t pid, struct perf_cpu cpu, int group_fd, in sys_perf_event_open()
84 return syscall(__NR_perf_event_open, attr, pid, cpu.cpu, group_fd, flags); in sys_perf_event_open()
162 threads->map[thread].pid, in perf_evsel__open()
80 sys_perf_event_open(struct perf_event_attr *attr, pid_t pid, struct perf_cpu cpu, int group_fd, unsigned long flags) sys_perf_event_open() argument
/kernel/linux/linux-6.6/tools/testing/ktest/
H A Dconfig-bisect.pl164 my $pid;
170 $pid = open(CMD, "$command 2>&1 |") or
183 waitpid($pid, 0);
/kernel/linux/linux-6.6/security/
H A Dlsm_audit.c209 audit_log_format(ab, " pid=%d comm=", task_tgid_nr(current)); in dump_common_audit_data()
300 pid_t pid = task_tgid_nr(tsk); in dump_common_audit_data() local
301 if (pid) { in dump_common_audit_data()
303 audit_log_format(ab, " opid=%d ocomm=", pid); in dump_common_audit_data()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Dringbuf.c23 int pid; member
152 skel->bss->pid = getpid(); in ringbuf_subtest()
331 skel_map_key->bss->pid = getpid(); in ringbuf_map_key_subtest()
/kernel/linux/linux-6.6/lib/
H A Dtest_lockup.c194 pr_notice("lock mmap_lock pid=%d\n", main_task->pid); in test_lock()
283 pr_notice("unlock mmap_lock pid=%d\n", main_task->pid); in test_unlock()
556 pr_notice("START pid=%d time=%u +%u ns cooldown=%u +%u ns iterations=%u state=%s %s%s%s%s%s%s%s%s%s%s%s\n", in test_lockup_init()
557 main_task->pid, time_secs, time_nsecs, in test_lockup_init()

Completed in 26 milliseconds

1...<<161162163164165166167168169170>>...258