/kernel/linux/linux-5.10/drivers/gpu/drm/lima/ |
H A D | lima_sched.c | 310 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 D | vidtv_channel.c | 268 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 D | vidtv_channel.c | 268 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 D | api.c | 287 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 D | ionic_dev.h | 263 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 D | fanotify.h | 263 struct pid *pid; member 273 event->pid = NULL; in fanotify_init_event()
|
/kernel/linux/linux-6.6/fs/cachefiles/ |
H A D | ondemand.c | 121 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 D | locks.c | 23 * 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 D | coresight.h | 440 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 D | usb_intf.c | 313 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 D | ql4_iocb.c | 507 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 D | nsproxy.c | 381 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 D | cred.c | 27 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 D | bfq-iosched.h | 332 /* 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 D | drm_vm.c | 60 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 D | lima_sched.c | 293 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 D | cmd_v1.c | 297 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 D | hanwang.c | 61 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 D | auxtrace.h | 230 * @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 D | evlist.h | 63 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 D | evsel.c | 81 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 D | config-bisect.pl | 164 my $pid; 170 $pid = open(CMD, "$command 2>&1 |") or 183 waitpid($pid, 0);
|
/kernel/linux/linux-6.6/security/ |
H A D | lsm_audit.c | 209 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 D | ringbuf.c | 23 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 D | test_lockup.c | 194 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()
|