Searched refs:bin (Results 51 - 75 of 166) sorted by relevance

1234567

/linux-master/tools/testing/selftests/kselftest/
H A Drunner.sh0 #!/bin/sh
29 if [ ! -x /usr/bin/perl ]; then
39 if [ -x /usr/bin/timeout ] ; then
40 /usr/bin/timeout --foreground "$kselftest_timeout" \
41 /usr/bin/timeout "$kselftest_timeout" $1
110 if [ -x /usr/bin/stdbuf ]; then
111 stdbuf="/usr/bin/stdbuf --output=L "
/linux-master/drivers/cpuidle/governors/
H A Dteo.c41 * the first bin spans from 0 up to, but not including, the target residency of
42 * the second idle state (idle state 1), the second bin spans from the target
44 * idle state 2, the third bin spans from the target residency of idle state 2
46 * The last bin spans from the target residency of the deepest idle state
49 * Two metrics called "hits" and "intercepts" are associated with each bin.
55 * same bin (that is, the CPU appears to wake up "on time" relative to the sleep
58 * sleep length that the bin it falls into corresponds to an idle state
59 * shallower than the one whose bin is fallen into by the sleep length (these
64 * %NR_RECENT invocations of it for the given CPU) for each bin.
248 * duration fall into the same "bin", s
273 struct teo_bin *bin = &cpu_data->state_bins[i]; local
515 struct teo_bin *bin = &cpu_data->state_bins[i]; local
[all...]
/linux-master/arch/sparc/boot/
H A DMakefile43 OBJCOPYFLAGS_image.bin := -S -O binary -R .note -R .comment
44 $(obj)/image.bin: $(obj)/image FORCE
47 $(obj)/image.gz: $(obj)/image.bin FORCE
/linux-master/drivers/net/wan/
H A DMakefile50 $(obj)/wanxlfw.inc: $(obj)/wanxlfw.bin FORCE
56 $(obj)/wanxlfw.bin: $(obj)/wanxlfw.o FORCE
65 targets += wanxlfw.inc wanxlfw.bin wanxlfw.o
/linux-master/tools/bootconfig/
H A DMakefile5 bindir ?= /usr/bin
/linux-master/tools/verification/dot2/
H A DMakefile4 bindir ?= $(prefix)/bin
/linux-master/tools/testing/selftests/sgx/
H A Dmain.h22 void *bin; member in struct:encl
/linux-master/arch/powerpc/platforms/cell/spufs/
H A DMakefile46 $(obj)/spu_%.bin: $(src)/spu_%
62 $(obj)/%_dump.h: $(obj)/%.bin
/linux-master/tools/testing/selftests/lkdtm/
H A Dstack-entropy.sh0 #!/bin/sh
31 /bin/echo -en "$percent%\r"
/linux-master/tools/testing/selftests/rcutorture/bin/
H A Dkvm-end-run-stats.sh0 #!/bin/bash
25 PATH=${RCUTORTURE}/bin:$PATH; export PATH
H A Dtorture.sh0 #!/bin/bash
17 PATH=${RCUTORTURE}/bin:$PATH; export PATH
394 tools/testing/selftests/rcutorture/bin/kvm.sh --datestamp "$ds/results-rcutasksflavors/$flavor" --buildonly --configs "TINY01 TREE04" --kconfig "CONFIG_RCU_EXPERT=y CONFIG_RCU_SCALE_TEST=y $forceflavor=y $deselectedflavors" --trust-make > $T/$flavor.out 2>&1
416 torture_set "rcutorture" tools/testing/selftests/rcutorture/bin/kvm.sh --allcpus --duration "$duration_rcutorture" --configs "$configs_rcutorture" --trust-make
422 torture_set "locktorture" tools/testing/selftests/rcutorture/bin/kvm.sh --torture lock --allcpus --duration "$duration_locktorture" --configs "$configs_locktorture" --trust-make
430 torture_set "scftorture" tools/testing/selftests/rcutorture/bin/kvm.sh --torture scf --allcpus --duration "$duration_scftorture" --configs "$configs_scftorture" --kconfig "CONFIG_NR_CPUS=$HALF_ALLOTED_CPUS" --memory ${scfmem}G --trust-make
437 torture_set "rcurttorture" tools/testing/selftests/rcutorture/bin/kvm.sh --allcpus --duration "$duration_rcutorture" --configs "TREE03" --trust-make
441 torture_set "rcurttorture-exp" tools/testing/selftests/rcutorture/bin/kvm.sh --allcpus --duration "$duration_rcutorture" --configs "TREE03" --trust-make
447 tools/testing/selftests/rcutorture/bin/srcu_lockdep.sh --datestamp "$ds/results-srcu-lockdep" > $T/srcu_lockdep.sh.out 2>&1
475 torture_set "refscale-$prim" tools/testing/selftests/rcutorture/bin/kv
[all...]
/linux-master/drivers/firmware/efi/libstub/
H A DMakefile.zboot12 $(obj)/vmlinux.bin: $(obj)/$(EFI_ZBOOT_PAYLOAD) FORCE
32 $(obj)/vmlinuz: $(obj)/vmlinux.bin FORCE
63 targets += zboot-header.o vmlinux.bin vmlinuz vmlinuz.o vmlinuz.efi.elf vmlinuz.efi
/linux-master/tools/testing/selftests/firmware/
H A Dfw_filesystem.sh0 #!/bin/bash
128 # name: test-firmware.bin
278 config_set_name nope-test-firmware.bin
289 config_set_name nope-test-firmware.bin
301 config_set_name nope-test-firmware.bin
316 config_set_name nope-test-firmware.bin
327 config_set_name nope-test-firmware.bin
/linux-master/scripts/kconfig/
H A DMakefile211 cmd_moc = $(call read-file, $(obj)/qconf-bin)/moc $< -o $@
213 $(obj)/qconf-moc.cc: $(src)/qconf.h FORCE | $(obj)/qconf-bin
229 cmd_conf_cfg = $< $(addprefix $(obj)/$*conf-, cflags libs bin); touch $(obj)/$*conf-bin
231 $(obj)/%conf-cflags $(obj)/%conf-libs $(obj)/%conf-bin: $(src)/%conf-cfg.sh
234 clean-files += *conf-cflags *conf-libs *conf-bin
/linux-master/drivers/char/
H A Ddsp56k.c127 static int dsp56k_upload(u_char __user *bin, int len) argument
131 const char fw_name[] = "dsp56k/bootstrap.bin";
172 get_user(dsp56k_host_interface.data.b[1], bin++);
173 get_user(dsp56k_host_interface.data.b[2], bin++);
174 get_user(dsp56k_host_interface.data.b[3], bin++);
321 char __user *bin; local
327 if(get_user(bin, &binary->bin) < 0)
337 r = dsp56k_upload(bin, len);
534 MODULE_FIRMWARE("dsp56k/bootstrap.bin");
[all...]
/linux-master/tools/kvm/kvm_stat/
H A DMakefile4 BINDIR=usr/bin
/linux-master/tools/testing/selftests/pstore/
H A Dcommon_tests0 #!/bin/sh
68 /bin/echo "$@" | tee -a $LOG_FILE
/linux-master/tools/testing/selftests/cgroup/
H A Dwith_stress.sh0 #!/bin/bash
10 /usr/bin/true
/linux-master/arch/xtensa/boot/boot-elf/
H A DMakefile17 $(obj)/Image.o: $(obj)/../vmlinux.bin $(OBJS)
/linux-master/tools/bpf/
H A DMakefile105 $(Q)$(INSTALL) -m 0755 -d $(DESTDIR)$(prefix)/bin
106 $(Q)$(INSTALL) $(OUTPUT)bpf_jit_disasm $(DESTDIR)$(prefix)/bin/bpf_jit_disasm
108 $(Q)$(INSTALL) $(OUTPUT)bpf_dbg $(DESTDIR)$(prefix)/bin/bpf_dbg
110 $(Q)$(INSTALL) $(OUTPUT)bpf_asm $(DESTDIR)$(prefix)/bin/bpf_asm
/linux-master/arch/xtensa/boot/boot-redboot/
H A DMakefile15 $(obj)/zImage.o: $(obj)/../vmlinux.bin.gz $(OBJS)
/linux-master/drivers/gpu/drm/v3d/
H A Dv3d_submit.c841 struct v3d_bin_job *bin = NULL; local
884 ret = v3d_job_allocate((void *)&bin, sizeof(*bin));
888 ret = v3d_job_init(v3d, file_priv, &bin->base,
891 v3d_job_deallocate((void *)&bin);
895 bin->start = args->bcl_start;
896 bin->end = args->bcl_end;
897 bin->qma = args->qma;
898 bin->qms = args->qms;
899 bin
[all...]
/linux-master/drivers/gpu/drm/ci/
H A Dbuild.sh0 #!/bin/bash
50 for i in /usr/bin/*-ld /usr/bin/ld; do
52 ln -sf /usr/bin/$i.bfd ld-links/$i
/linux-master/tools/testing/ktest/examples/
H A Dsnowball.conf15 MAKE_CMD = PATH=/usr/local/gcc-4.5.2-nolibc/arm-unknown-linux-gnueabi/bin:$PATH CROSS_COMPILE=arm-unknown-linux-gnueabi- make ARCH=arm
/linux-master/tools/testing/ktest/examples/include/
H A Dbootconfig.conf9 BOOTCONFIG := /usr/bin/bootconfig

Completed in 231 milliseconds

1234567