Home
last modified time | relevance | path

Searched refs:pid (Results 2701 - 2725 of 4853) sorted by relevance

1...<<101102103104105106107108109110>>...195

/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/
H A Dtx.c127 int pid; in mt76_tx_status_skb_add() local
149 pid = idr_alloc(&wcid->pktid, skb, MT_PACKET_ID_FIRST, in mt76_tx_status_skb_add()
151 if (pid < 0) { in mt76_tx_status_skb_add()
152 pid = MT_PACKET_ID_NO_SKB; in mt76_tx_status_skb_add()
157 cb->pktid = pid; in mt76_tx_status_skb_add()
165 return pid; in mt76_tx_status_skb_add()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Ddynptr_fail.c49 int pid; member
182 sample->pid = 123; in ringbuf_invalid_api()
304 sample->pid = 123; in data_slice_use_after_release1()
309 val = sample->pid; in data_slice_use_after_release1()
338 sample->pid = 23; in data_slice_use_after_release2()
343 sample->pid = 23; in data_slice_use_after_release2()
/kernel/linux/linux-6.6/tools/testing/selftests/
H A Dkselftest_harness.h832 pid_t pid; /* pid of test when being run */ member
903 kill(-(t->pid), SIGKILL); in __timeout_handler()
925 waitpid(t->pid, &status, 0); in __wait_for_test()
1128 t->pid = fork(); in __run_test()
1129 if (t->pid < 0) { in __run_test()
1132 } else if (t->pid == 0) { in __run_test()
/kernel/linux/linux-5.10/drivers/net/usb/
H A Dpegasus.c64 #define PEGASUS_DEV(pn, vid, pid, flags) \
65 {.name = pn, .vendor = vid, .device = pid, .private = flags},
66 #define PEGASUS_DEV_CLASS(pn, vid, pid, dclass, flags) \
67 PEGASUS_DEV(pn, vid, pid, flags)
76 #define PEGASUS_DEV(pn, vid, pid, flags) \
77 {.match_flags = USB_DEVICE_ID_MATCH_DEVICE, .idVendor = vid, .idProduct = pid},
84 #define PEGASUS_DEV_CLASS(pn, vid, pid, dclass, flags) \
86 .idVendor = vid, .idProduct = pid, .bDeviceClass = dclass},
/kernel/linux/linux-5.10/drivers/usb/storage/
H A Drealtek_cr.c75 u16 pid; member
132 #define PRODUCT_ID(chip) ((chip)->status[0].pid)
153 #define CHECK_PID(chip, pid) (RTS51X_GET_PID(chip) == (pid))
155 #define CHECK_ID(chip, pid, fw_ver) \
156 (CHECK_PID((chip), (pid)) && CHECK_FW_VER((chip), (fw_ver)))
460 chip->status[lun].pid = ((u16) buf[2] << 8) | buf[3]; in rts51x_check_status()
894 status->pid = ((u16) buf[2] << 8) | buf[3]; in realtek_cr_autosuspend_setup()
/kernel/linux/linux-5.10/fs/cifs/
H A Dtrace.h491 __u32 pid,
494 TP_ARGS(cmd, mid, pid, when_sent, when_received),
498 __field(__u32, pid)
505 __entry->pid = pid;
509 TP_printk("\tcmd=%u mid=%llu pid=%u, when_sent=%lu when_rcv=%lu",
510 __entry->cmd, __entry->mid, __entry->pid, __entry->when_sent,
518 __u32 pid, \
521 TP_ARGS(cmd, mid, pid, when_sent, when_received))
/kernel/linux/linux-6.6/fs/smb/client/
H A Dtrace.h540 __u32 pid,
543 TP_ARGS(cmd, mid, pid, when_sent, when_received),
547 __field(__u32, pid)
554 __entry->pid = pid;
558 TP_printk("\tcmd=%u mid=%llu pid=%u, when_sent=%lu when_rcv=%lu",
559 __entry->cmd, __entry->mid, __entry->pid, __entry->when_sent,
567 __u32 pid, \
570 TP_ARGS(cmd, mid, pid, when_sent, when_received))
/kernel/linux/linux-6.6/drivers/usb/storage/
H A Drealtek_cr.c75 u16 pid; member
132 #define PRODUCT_ID(chip) ((chip)->status[0].pid)
153 #define CHECK_PID(chip, pid) (RTS51X_GET_PID(chip) == (pid))
155 #define CHECK_ID(chip, pid, fw_ver) \
156 (CHECK_PID((chip), (pid)) && CHECK_FW_VER((chip), (fw_ver)))
460 chip->status[lun].pid = ((u16) buf[2] << 8) | buf[3]; in rts51x_check_status()
894 status->pid = ((u16) buf[2] << 8) | buf[3]; in realtek_cr_autosuspend_setup()
/kernel/linux/linux-6.6/drivers/net/usb/
H A Dpegasus.c39 #define PEGASUS_DEV(pn, vid, pid, flags) \
40 {.name = pn, .vendor = vid, .device = pid, .private = flags},
41 #define PEGASUS_DEV_CLASS(pn, vid, pid, dclass, flags) \
42 PEGASUS_DEV(pn, vid, pid, flags)
51 #define PEGASUS_DEV(pn, vid, pid, flags) \
52 {.match_flags = USB_DEVICE_ID_MATCH_DEVICE, .idVendor = vid, .idProduct = pid},
59 #define PEGASUS_DEV_CLASS(pn, vid, pid, dclass, flags) \
61 .idVendor = vid, .idProduct = pid, .bDeviceClass = dclass},
/kernel/linux/linux-6.6/tools/perf/util/
H A Darm-spe.c91 pid_t pid; member
208 speq->pid = -1; in arm_spe__alloc_queue()
257 speq->pid = thread__pid(speq->thread); in arm_spe_set_pid_tid_cpu()
307 sample->pid = speq->pid; in arm_spe_prep_sample()
668 * Update pid/tid info. in arm_spe_run_decoder()
836 * A previous context-switch event has set pid/tid in the machine's context, so in arm_spe_process_queues()
837 * here we need to update the pid/tid in the thread and SPE queue. in arm_spe_process_queues()
883 pid_t pid, tid; in arm_spe_context_switch() local
889 pid in arm_spe_context_switch()
[all...]
/kernel/linux/linux-6.6/kernel/trace/
H A Dtrace.h197 pid_t pid; member
227 bool trace_pid_list_is_set(struct trace_pid_list *pid_list, unsigned int pid);
228 int trace_pid_list_set(struct trace_pid_list *pid_list, unsigned int pid);
229 int trace_pid_list_clear(struct trace_pid_list *pid_list, unsigned int pid);
230 int trace_pid_list_first(struct trace_pid_list *pid_list, unsigned int *pid);
231 int trace_pid_list_next(struct trace_pid_list *pid_list, unsigned int pid,
242 /* Return true if the pid list in type has pids */ in pid_type_enabled()
252 * pid list, still has pids in it. in still_need_pid_events()
748 extern void trace_find_cmdline(int pid, char comm[]);
749 extern int trace_find_tgid(int pid);
[all...]
/third_party/ltp/lib/
H A Dsafe_macros.c785 pid_t pid, int *status, int opts) in safe_waitpid()
789 rval = waitpid(pid, status, opts); in safe_waitpid()
793 "waitpid(%d,%p,%d) failed", pid, status, opts); in safe_waitpid()
796 "Invalid waitpid(%d,%p,%d) return value %d", pid, in safe_waitpid()
819 pid_t pid, int sig) in safe_kill()
823 rval = kill(pid, sig); in safe_kill()
827 "kill(%d,%s) failed", pid, tst_strsig(sig)); in safe_kill()
830 "Invalid kill(%d,%s) return value %d", pid, in safe_kill()
784 safe_waitpid(const char *file, const int lineno, void (cleanup_fn)(void), pid_t pid, int *status, int opts) safe_waitpid() argument
818 safe_kill(const char *file, const int lineno, void (cleanup_fn)(void), pid_t pid, int sig) safe_kill() argument
/third_party/libfuse/util/
H A Dfusermount.c360 pid_t pid, p; in check_is_mount() local
364 pid = clone_newns((void *) a); in check_is_mount()
365 if (pid == (pid_t) -1) { in check_is_mount()
370 p = waitpid(pid, &status, __WCLONE); in check_is_mount()
1237 int pid = fork(); in recheck_ENOTCONN_as_owner() local
1238 if(pid == -1) { in recheck_ENOTCONN_as_owner()
1241 } else if(pid == 0) { in recheck_ENOTCONN_as_owner()
1260 int res = waitpid(pid, &status, 0); in recheck_ENOTCONN_as_owner()
/kernel/linux/linux-5.10/tools/testing/selftests/vm/
H A Dhmm-tests.c464 pid_t pid; in TEST_F() local
494 pid = fork(); in TEST_F()
495 if (pid == -1) in TEST_F()
496 ASSERT_EQ(pid, 0); in TEST_F()
497 if (pid != 0) { in TEST_F()
498 waitpid(pid, &ret, 0); in TEST_F()
542 pid_t pid; in TEST_F() local
572 pid = fork(); in TEST_F()
573 if (pid == -1) in TEST_F()
574 ASSERT_EQ(pid, in TEST_F()
[all...]
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
H A Dtest_maps.c662 pid_t pid[tasks]; in test_sockmap() local
1069 pid[i] = fork(); in test_sockmap()
1070 if (pid[i] == 0) { in test_sockmap()
1080 } else if (pid[i] == -1) { in test_sockmap()
1089 assert(waitpid(pid[i], &status, 0) == pid[i]); in test_sockmap()
1274 pid_t pid[tasks]; in __run_parallel() local
1280 pid[i] = fork(); in __run_parallel()
1281 if (pid[i] == 0) { in __run_parallel()
1284 } else if (pid[ in __run_parallel()
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H A Dtest_maps.c671 pid_t pid[tasks]; in test_sockmap() local
1079 pid[i] = fork(); in test_sockmap()
1080 if (pid[i] == 0) { in test_sockmap()
1090 } else if (pid[i] == -1) { in test_sockmap()
1099 assert(waitpid(pid[i], &status, 0) == pid[i]); in test_sockmap()
1359 pid_t pid[tasks]; in __run_parallel() local
1365 pid[i] = fork(); in __run_parallel()
1366 if (pid[i] == 0) { in __run_parallel()
1369 } else if (pid[ in __run_parallel()
[all...]
/kernel/linux/linux-5.10/arch/c6x/kernel/
H A Dsys_c6x.c30 pr_debug("Bad access attempt: pid[%d] addr[%08lx] size[0x%lx]\n", in _access_ok()
31 current->pid, addr, size); in _access_ok()
/kernel/linux/common_modules/tzdriver/core/
H A Dcmdmonitor.h56 pid_t pid; member
/kernel/linux/linux-5.10/arch/um/drivers/
H A Dchan_user.h43 extern void register_winch_irq(int fd, int tty_fd, int pid,
/kernel/linux/build/test/moduletest/runtest/bin/mem_debug_t/testcases/bin/
H A Dmem_debug07.sh45 local dmesg_lowmem_info=$(dmesg | grep "lowmem" | grep pid | grep uid | grep tgid | grep total_vm \
/kernel/linux/linux-5.10/tools/testing/selftests/proc/
H A DMakefile10 TEST_GEN_PROGS += proc-pid-vm
/kernel/linux/linux-6.6/arch/um/drivers/
H A Dchan_user.h43 extern void register_winch_irq(int fd, int tty_fd, int pid,
/kernel/linux/linux-5.10/drivers/media/pci/ttpci/
H A Dav7110_av.h24 extern void av7110_p2t_write(u8 const *buf, long int length, u16 pid, struct av7110_p2t *p);
/kernel/linux/linux-5.10/drivers/net/slip/
H A Dslip.h86 pid_t pid; member
/kernel/linux/linux-5.10/include/misc/
H A Dcxllib.h104 u32 pid; member

Completed in 42 milliseconds

1...<<101102103104105106107108109110>>...195