Searched refs:xargs (Results 1 – 25 of 54) sorted by relevance
123
/linux/tools/perf/trace/beauty/ |
A D | mmap_flags.sh | 25 xargs printf "\t[ilog2(%s) + 1] = \"%s\",\n#ifndef MAP_%s\n#define MAP_%s %s\n#endif\n") 30 xargs printf "\t[ilog2(%s) + 1] = \"%s\",\n#ifndef MAP_%s\n#define MAP_%s %s\n#endif\n") 35 xargs printf "\t[ilog2(%s) + 1] = \"%s\",\n#ifndef MAP_%s\n#define MAP_%s %s\n#endif\n") 39 xargs printf "\t[ilog2(%s) + 1] = \"%s\",\n#ifndef MAP_%s\n#define MAP_%s %s\n#endif\n")
|
A D | mount_flags.sh | 10 xargs printf "\t[%s ? (ilog2(%s) + 1) : 0] = \"%s\",\n" 14 xargs printf "\t[%s + 1] = \"%s\",\n"
|
A D | vhost_virtio_ioctl.sh | 10 sort | xargs printf "\t[%s] = \"%s\",\n" 17 sort | xargs printf "\t[%s] = \"%s\",\n"
|
A D | prctl_option.sh | 10 sort -n | xargs printf "\t[%s] = \"%s\",\n" 17 sort -n | xargs printf "\t[%s] = \"%s\",\n"
|
A D | usbdevfs_ioctl.sh | 13 sort | xargs printf "\t[%s] = \"%s\",\n" 20 sort | xargs printf "\t[%s] = \"%s\",\n"
|
A D | socket.sh | 17 sort -n | xargs printf "\t[%s] = \"%s\",\n" 25 sort -n | xargs printf "\t[%s] = \"%s\",\n"
|
A D | mmap_prot.sh | 24 …xargs printf "\t[ilog2(%s) + 1] = \"%s\",\n#ifndef ${prefix}_%s\n#define ${prefix}_%s %s\n#endif\n… 29 …xargs printf "\t[ilog2(%s) + 1] = \"%s\",\n#ifndef ${prefix}_%s\n#define ${prefix}_%s %s\n#endif\n…
|
A D | perf_ioctl.sh | 10 sort | xargs printf "\t[%s] = \"%s\",\n"
|
A D | sockaddr.sh | 22 xargs printf "\t[%s] = \"%s\",\n" | \
|
A D | kcmp_type.sh | 10 xargs printf "\t[%s]\t= \"%s\",\n"
|
A D | kvm_ioctl.sh | 11 sort | xargs printf "\t[%s] = \"%s\",\n"
|
A D | madvise_behavior.sh | 10 sort -n | xargs printf "\t[%s] = \"%s\",\n"
|
A D | pkey_alloc_access_rights.sh | 10 sort | xargs printf "\t[%s ? (ilog2(%s) + 1) : 0] = \"%s\",\n"
|
A D | fadvise.sh | 11 sort | xargs printf "\t[%s] = \"%s\",\n" | \
|
/linux/tools/memory-model/scripts/ |
A D | checkghlitmus.sh | 38 xargs -r egrep -l '^ \* Result: (Never|Sometimes|Always|DEADLOCK)' | 39 xargs -r grep -L "^P${LKMM_PROCS}"> $T/list-C-already 44 xargs < $T/list-C -r egrep -l '^ \* Result: (Never|Sometimes|Always|DEADLOCK)' > $T/list-C-result 45 xargs < $T/list-C-result -r grep -L "^P${LKMM_PROCS}" > $T/list-C-result-short
|
A D | checklitmushist.sh | 41 xargs -r grep -L "^P${LKMM_PROCS}"> $T/list-C-already 42 xargs < $T/list-C-already -r grep -L "^P${LKMM_PROCS}" > $T/list-C-short
|
A D | newlitmushist.sh | 42 xargs -r grep -L "^P${LKMM_PROCS}"> $T/list-C-already 47 xargs < $T/list-C-all -r grep -L "^P${LKMM_PROCS}" > $T/list-C-short
|
/linux/scripts/ |
A D | tags.sh | 255 all_target_sources | xargs $1 -a \ 272 all_kconfigs | xargs $1 -a \ 280 all_target_sources | xargs $1 -a "${regex[@]}" 283 all_kconfigs | xargs $1 -a "${regex[@]}" 293 all_target_sources | xargs $1 -a
|
/linux/tools/perf/trace/beauty/tracepoints/ |
A D | x86_msr.sh | 20 xargs printf "\t[%s] = \"%s\",\n" 30 xargs printf "\t[%s - x86_64_specific_MSRs_offset] = \"%s\",\n" 39 xargs printf "\t[%s - x86_AMD_V_KVM_MSRs_offset] = \"%s\",\n"
|
/linux/tools/testing/selftests/net/ |
A D | unicast_extensions.sh | 131 ip netns pids foo-ns | xargs -r kill -9 132 ip netns pids bar-ns | xargs -r kill -9 159 ip netns pids foo-ns | xargs -r kill -9 160 ip netns pids bar-ns | xargs -r kill -9 161 ip netns pids router-ns | xargs -r kill -9
|
/linux/tools/lib/traceevent/plugins/ |
A D | Makefile | 172 find . -name '*.[ch]' | xargs ctags --extra=+f --c-kinds=+px \ 177 find . -name '*.[ch]' | xargs etags \ 199 xargs echo "U w W" | tr 'w ' 'W\n' | sort -u | xargs echo`;\
|
/linux/arch/sparc/include/uapi/asm/ |
A D | ptrace.h | 70 unsigned long xargs[6]; member 81 unsigned int xargs[6]; member 125 unsigned long xargs[6]; member
|
/linux/tools/testing/selftests/net/mptcp/ |
A D | diag.sh | 18 ip netns pids "${ns}" | xargs --no-run-if-empty kill -SIGUSR1 &>/dev/null 23 ip netns pids "${ns}" | xargs --no-run-if-empty kill -SIGKILL &>/dev/null
|
/linux/Documentation/devicetree/bindings/ |
A D | Makefile | 42 xargs -n200 -P$$(nproc) \ 47 xargs -n200 -P$$(nproc) $(DT_DOC_CHECKER) -u $(srctree)/$(src)) || true
|
/linux/tools/testing/selftests/netfilter/ |
A D | conntrack_tcp_unreplied.sh | 29 ip netns pids $ns1 | xargs kill 2>/dev/null 30 ip netns pids $ns2 | xargs kill 2>/dev/null
|
Completed in 24 milliseconds
123