Home
last modified time | relevance | path

Searched refs:pid (Results 1026 – 1050 of 2200) sorted by relevance

1...<<41424344454647484950>>...88

/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7603/
H A Dmac.c921 int pid, struct ieee80211_key_conf *key) in mt7603_mac_write_txwi() argument
990 FIELD_PREP(MT_TXD5_PID, pid); in mt7603_mac_write_txwi()
1056 int pid; in mt7603_tx_prepare_skb() local
1072 pid = mt76_tx_status_skb_add(mdev, wcid, tx_info->skb); in mt7603_tx_prepare_skb()
1083 sta, pid, key); in mt7603_tx_prepare_skb()
1231 if (pid < MT_PACKET_ID_FIRST) in mt7603_mac_add_txs_skb()
1234 trace_mac_txdone(mdev, sta->wcid.idx, pid); in mt7603_mac_add_txs_skb()
1261 u8 pid; in mt7603_mac_add_txs() local
1263 pid = le32_get_bits(txs_data[4], MT_TXS4_PID); in mt7603_mac_add_txs()
1266 if (pid == MT_PACKET_ID_NO_ACK) in mt7603_mac_add_txs()
[all …]
/openbmc/linux/Documentation/admin-guide/mm/
H A Dpagemap.rst11 * ``/proc/pid/pagemap``. This file lets a userspace process find out which
40 Efficient users of this interface will use ``/proc/pid/maps`` to
182 1. Read ``/proc/pid/maps`` to determine which parts of the memory space are
186 3. Open ``/proc/pid/pagemap`` and seek to the pages you would like to examine.
214 ``/proc/pid/map_files/``.
/openbmc/linux/drivers/dma/idxd/
H A Dcdev.c52 pid_t pid; member
86 return sysfs_emit(buf, "%u\n", ctx->pid); in pid_show()
88 static DEVICE_ATTR_RO(pid);
251 ctx->pid = current->pid; in idxd_cdev_open()
/openbmc/linux/drivers/media/dvb-frontends/
H A Drtl2830.c601 static int rtl2830_pid_filter(struct dvb_frontend *fe, u8 index, u16 pid, int onoff) in rtl2830_pid_filter() argument
609 index, pid, onoff); in rtl2830_pid_filter()
612 if (pid > 0x1fff || index >= 32) in rtl2830_pid_filter()
630 buf[0] = (pid >> 8) & 0xff; in rtl2830_pid_filter()
631 buf[1] = (pid >> 0) & 0xff; in rtl2830_pid_filter()
/openbmc/linux/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[i] == -1) { in __run_parallel()
1378 assert(waitpid(pid[i], &status, 0) == pid[i]); in __run_parallel()
/openbmc/linux/tools/perf/Documentation/
H A Djit-interface.txt4 The JIT has to write a /tmp/perf-%d.map (%d = pid of process) file
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/openl2tp/openl2tp/
H A Dopenl2tpd.service8 PIDFile=/run/openl2tpd.pid
/openbmc/openbmc/meta-raspberrypi/recipes-connectivity/bluez5/bluez5/
H A D0003-Increase-firmware-load-timeout-to-30s.patch24 pid_t pid;
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dbpf_iter_task_stack.c27 BPF_SEQ_PRINTF(seq, "pid: %8u num_entries: %8u\n", task->pid, in dump_task_stack()
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dcpumask.c35 skel->bss->pid = getpid(); in verify_success()
H A Dstacktrace_map_skip.c30 skel->bss->pid = getpid(); in test_stacktrace_map_skip()
/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-bridge/
H A Dgbmc-br-dhcp.sh37 PID_FILE=/run/gbmc-br-dhcp.pid
/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/
H A D0012-do-not-disable-buffer-in-writing-files.patch114 xsprintf(path, "/proc/" PID_FMT "/uid_map", pid);
120 xsprintf(path, "/proc/" PID_FMT "/gid_map", pid);
272 @@ -124,7 +124,7 @@ int sync_cgroup(pid_t pid, CGroupUnified unified_requested, uid_t uid_shift) {
275 sprintf(pid_string, PID_FMT, pid);
297 xsprintf(uid_map, "/proc/" PID_FMT "/uid_map", pid);
306 xsprintf(uid_map, "/proc/" PID_FMT "/gid_map", pid);
329 @@ -351,7 +351,7 @@ int cg_attach(const char *controller, const char *path, pid_t pid) {
331 xsprintf(c, PID_FMT "\n", pid);
395 @@ -113,7 +113,7 @@ int mac_smack_apply_pid(pid_t pid, const char *label) {
398 p = procfs_file_alloca(pid, "attr/current");
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/
H A D0012-do-not-disable-buffer-in-writing-files.patch114 xsprintf(path, "/proc/" PID_FMT "/uid_map", pid);
120 xsprintf(path, "/proc/" PID_FMT "/gid_map", pid);
272 @@ -124,7 +124,7 @@ int sync_cgroup(pid_t pid, CGroupUnified unified_requested, uid_t uid_shift) {
275 sprintf(pid_string, PID_FMT, pid);
297 xsprintf(uid_map, "/proc/" PID_FMT "/uid_map", pid);
306 xsprintf(uid_map, "/proc/" PID_FMT "/gid_map", pid);
329 @@ -351,7 +351,7 @@ int cg_attach(const char *controller, const char *path, pid_t pid) {
331 xsprintf(c, PID_FMT "\n", pid);
395 @@ -113,7 +113,7 @@ int mac_smack_apply_pid(pid_t pid, const char *label) {
398 p = procfs_file_alloca(pid, "attr/current");
/openbmc/openbmc/meta-security/recipes-ids/samhain/files/
H A Dsamhain-server.init14 PIDFILE=/var/run/yule.pid
H A Dsamhain-standalone.init15 PIDFILE=/var/run/samhain.pid
H A Dsamhain-client.init14 PIDFILE=/var/run/samhain.pid
/openbmc/linux/include/media/
H A Ddmxdev.h84 u16 pid; member
/openbmc/linux/lib/
H A Ddump_stack.c58 log_lvl, raw_smp_processor_id(), current->pid, current->comm, in dump_stack_print_info()
/openbmc/qemu/tests/qemu-iotests/
H A Dcommon.rc237 "$QEMU_NBD_PROG" --pid-file="${QEMU_TEST_DIR}/qemu-nbd.pid" \
523 local pid
555 pid=$(cat "$pidfile")
558 FUSE_PIDS+=($pid)
/openbmc/pldm/oem/ibm/libpldmresponder/
H A Dinband_code_update.cpp543 pid_t pid = fork(); in assembleCodeUpdateImage() local
545 if (pid == 0) in assembleCodeUpdateImage()
626 else if (pid > 0) in assembleCodeUpdateImage()
629 if (waitpid(pid, &status, 0) < 0) in assembleCodeUpdateImage()
/openbmc/linux/drivers/staging/vc04_services/interface/vchiq_arm/
H A Dvchiq_arm.c726 waiter, waiter->pid); in free_bulk_waiter()
830 status = vchiq_open_service_internal(service, current->pid); in vchiq_open_service()
935 if (iter->pid == current->pid) { in vchiq_blocking_bulk_transfer()
981 waiter->pid = current->pid; in vchiq_blocking_bulk_transfer()
986 current->pid); in vchiq_blocking_bulk_transfer()
1265 instance, instance->pid, in vchiq_dump_platform_instances()
1572 return instance->pid; in vchiq_instance_get_pid()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/atop/atop/
H A Dsysvinit-implement-status.patch24 PIDFILE=/var/run/atop.pid
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/nginx/files/
H A Dnginx.init6 PID=/run/nginx/nginx.pid
/openbmc/u-boot/drivers/spmi/
H A DKconfig22 slave (0) on bus. It has 4 GPIO peripherals, pid 0xC0-0xC3.

1...<<41424344454647484950>>...88