Searched refs:pids (Results 51 - 62 of 62) sorted by relevance

123

/linux-master/tools/bpf/bpftool/
H A DMakefile228 $(OUTPUT)pids.o: $(OUTPUT)pid_iter.skel.h
/linux-master/tools/testing/selftests/net/netfilter/
H A Dnft_flowtable.sh34 ip netns pids "$ns1" | xargs kill 2>/dev/null
35 ip netns pids "$ns2" | xargs kill 2>/dev/null
/linux-master/tools/perf/
H A Dbuiltin-trace.c3570 size_t npids __maybe_unused, pid_t *pids __maybe_unused)
3579 err = bpf_map_update_elem(map_fd, &pids[i], &value, BPF_ANY);
3590 pid_t pids[32] = { local
3593 struct thread *thread = machine__find_thread(trace->host, pids[0], pids[0]);
3595 while (thread && nr < ARRAY_SIZE(pids)) {
3605 pids[nr++] = thread__tid(parent);
3611 err = evlist__append_tp_filter_pids(trace->evlist, nr, pids);
3613 err = bpf_map__set_filter_pids(trace->filter_pids.map, nr, pids);
4741 OPT_CALLBACK(0, "filter-pids",
[all...]
/linux-master/kernel/
H A Dpid.c334 &task->signal->pids[type];
H A Dfork.c1967 task->signal->pids[type] = pid;
/linux-master/tools/testing/selftests/wireguard/
H A Dnetns.sh58 local to_kill="$(ip netns pids $netns0) $(ip netns pids $netns1) $(ip netns pids $netns2)"
148 local pids=( ) i
151 pids+=( $! ); waitiperf $netns2 $! $(( 5200 + i ))
156 wait "${pids[@]}"
/linux-master/include/uapi/sound/
H A Dasound.h1115 struct snd_ctl_elem_id __user *pids; /* R: IDs */ member in struct:snd_ctl_elem_list
/linux-master/tools/perf/trace/beauty/include/uapi/sound/
H A Dasound.h1115 struct snd_ctl_elem_id __user *pids; /* R: IDs */ member in struct:snd_ctl_elem_list
/linux-master/tools/testing/selftests/net/
H A Dfcnal-test.sh470 ip netns pids ${NSA} | xargs kill 2>/dev/null
474 ip netns pids ${NSB} | xargs kill 2>/dev/null
475 ip netns pids ${NSC} | xargs kill 2>/dev/null
482 ip netns pids ${NSC} | xargs kill 2>/dev/null
/linux-master/sound/core/
H A Dcontrol.c941 if (copy_to_user(list->pids + list->used, &id, sizeof(id)))
/linux-master/kernel/sched/
H A Dfair.c3168 unsigned long pids; local
3178 pids = vma->numab_state->pids_active[0] | vma->numab_state->pids_active[1];
3179 if (test_bit(hash_32(current->pid, ilog2(BITS_PER_LONG)), &pids))
/linux-master/drivers/usb/host/
H A Doxu210hp-hcd.c215 u32 pids; member in struct:ehci_dbg_port

Completed in 508 milliseconds

123