Searched refs:bin (Results 1 - 25 of 166) sorted by last modified time

1234567

/linux-master/
H A DMakefile372 # Cross compiling and selecting different set of gcc/bin-utils
383 # during compilation. Only gcc and related bin-utils executables
775 @/bin/false
803 /bin/false)
/linux-master/arch/arc/boot/
H A DMakefile15 targets += vmlinux.bin
16 targets += vmlinux.bin.gz
17 targets += vmlinux.bin.lzma
18 targets += uImage.bin
22 $(obj)/vmlinux.bin: vmlinux FORCE
25 $(obj)/vmlinux.bin.gz: $(obj)/vmlinux.bin FORCE
28 $(obj)/vmlinux.bin.lzma: $(obj)/vmlinux.bin FORCE
31 $(obj)/uImage.bin
[all...]
/linux-master/arch/riscv/
H A DMakefile158 KBUILD_IMAGE := $(boot)/loader.bin
167 BOOT_TARGETS := Image Image.gz loader loader.bin xipImage vmlinuz.efi
171 loader.bin: loader
/linux-master/scripts/package/
H A Dkernel.spec78 for x in alias alias.bin builtin.alias.bin builtin.bin dep dep.bin \
79 devname softdep symbols symbols.bin; do
99 if [ -x /usr/bin/kernel-install ]; then
100 /usr/bin/kernel-install add %{KERNELRELEASE} /lib/modules/%{KERNELRELEASE}/vmlinuz
117 if [ -x /usr/bin/kernel-install ]; then
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_psp.c3161 snprintf(fw_name, sizeof(fw_name), "amdgpu/%s_asd.bin", chip_name);
3185 snprintf(fw_name, sizeof(fw_name), "amdgpu/%s_toc.bin", chip_name);
3342 snprintf(fw_name, sizeof(fw_name), "amdgpu/%s_sos.bin", chip_name);
3571 snprintf(fw_name, sizeof(fw_name), "amdgpu/%s_ta.bin", chip_name);
3608 snprintf(fw_name, sizeof(fw_name), "amdgpu/%s_cap.bin", chip_name);
3753 int is_psp_fw_valid(struct psp_bin_desc bin) argument
3755 return bin.size_bytes;
H A Damdgpu_psp.h544 int is_psp_fw_valid(struct psp_bin_desc bin);
/linux-master/tools/tracing/latency/
H A DMakefile81 BINDIR := /usr/bin
/linux-master/arch/mips/
H A DMakefile363 boot-y := vmlinux.bin
367 boot-y += uImage.bin
380 bootz-y += vmlinuz.bin
383 bootz-y += uzImage.bin
420 /bin/false
453 echo ' vmlinux.bin - Raw binary boot image'
458 echo ' vmlinuz.bin - Raw binary zboot image'
461 echo ' uImage.bin - U-Boot image (uncompressed)'
466 echo ' uzImage.bin - U-Boot image (self-extracting)'
/linux-master/tools/testing/selftests/mm/
H A DMakefile193 /bin/sh ./check_config.sh $(CC)
/linux-master/tools/perf/
H A DMakefile.perf420 SHELL_PATH = /bin/sh
423 PERL_PATH = /usr/bin/perl
1021 $(INSTALL) -d -m 755 '$(DESTDIR_SQ)$(perfexec_instdir_SQ)/scripts/perl/bin'; \
1022 $(INSTALL) scripts/perl/bin/* -t '$(DESTDIR_SQ)$(perfexec_instdir_SQ)/scripts/perl/bin'
1027 $(INSTALL) -d -m 755 '$(DESTDIR_SQ)$(perfexec_instdir_SQ)/scripts/python/bin'; \
1030 $(INSTALL) scripts/python/bin/* -t '$(DESTDIR_SQ)$(perfexec_instdir_SQ)/scripts/python/bin'
1063 install-bin: install-tools install-tests
1065 install: install-bin tr
[all...]
H A DMakefile.config1125 JDIR=$(shell /usr/sbin/alternatives --display java | tail -1 | cut -d' ' -f 5 | sed -e 's%/jre/bin/java.%%g' -e 's%/bin/java.%%g')
1211 bindir_relative = bin
/linux-master/tools/build/feature/
H A DMakefile5 test-all.bin \
6 test-backtrace.bin \
7 test-bionic.bin \
8 test-dwarf.bin \
9 test-dwarf_getlocations.bin \
10 test-dwarf_getcfi.bin \
11 test-eventfd.bin \
12 test-fortify-source.bin \
13 test-get_current_dir_name.bin \
14 test-glibc.bin \
[all...]
/linux-master/tools/build/
H A DMakefile.feature11 feature-$(1) := $(shell $(MAKE) OUTPUT=$(OUTPUT_FEATURES) CC="$(CC)" CXX="$(CXX)" CFLAGS="$(EXTRA_CFLAGS) $(FEATURE_CHECK_CFLAGS-$(1))" CXXFLAGS="$(EXTRA_CXXFLAGS) $(FEATURE_CHECK_CXXFLAGS-$(1))" LDFLAGS="$(LDFLAGS) $(FEATURE_CHECK_LDFLAGS-$(1))" -C $(feature_dir) $(OUTPUT_FEATURES)test-$1.bin >/dev/null 2>/dev/null && echo 1 || echo 0)
/linux-master/mm/
H A Dvmscan.c2587 #define get_memcg_bin(bin) ((bin) % MEMCG_NR_BINS)
4108 int bin = get_random_u32_below(MEMCG_NR_BINS); local
4136 hlist_nulls_add_head_rcu(&lruvec->lrugen.list, &pgdat->memcg_lru.fifo[new][bin]);
4138 hlist_nulls_add_tail_rcu(&lruvec->lrugen.list, &pgdat->memcg_lru.fifo[new][bin]);
4155 int bin = get_random_u32_below(MEMCG_NR_BINS); local
4169 hlist_nulls_add_tail_rcu(&lruvec->lrugen.list, &pgdat->memcg_lru.fifo[gen][bin]);
4797 int bin; local
4805 bin = first_bin = get_random_u32_below(MEMCG_NR_BINS);
4812 hlist_nulls_for_each_entry_rcu(lrugen, pos, &pgdat->memcg_lru.fifo[gen][bin], lis
[all...]
/linux-master/drivers/md/dm-vdo/
H A Dpacker.c94 * insert_in_sorted_list() - Insert a bin to the list.
96 * @bin: The bin to move to its sorted position.
99 * actually moves the bin to the correct position in the list.
101 static void insert_in_sorted_list(struct packer *packer, struct packer_bin *bin) argument
106 if (active_bin->free_space > bin->free_space) {
107 list_move_tail(&bin->list, &active_bin->list);
111 list_move_tail(&bin->list, &packer->bins);
115 * make_bin() - Allocate a bin and put it into the packer's list.
120 struct packer_bin *bin; local
194 struct packer_bin *bin, *tmp; local
325 add_to_bin(struct packer_bin *bin, struct data_vio *data_vio) argument
340 remove_from_bin(struct packer *packer, struct packer_bin *bin) argument
424 write_bin(struct packer *packer, struct packer_bin *bin) argument
499 add_data_vio_to_packer_bin(struct packer *packer, struct packer_bin *bin, struct data_vio *data_vio) argument
531 struct packer_bin *bin, *fullest_bin; local
566 struct packer_bin *bin; local
630 struct packer_bin *bin; local
667 struct packer_bin *bin; local
745 dump_packer_bin(const struct packer_bin *bin, bool canceled) argument
768 struct packer_bin *bin; local
[all...]
H A Ddata-vio.h124 /* The packer input or output bin slot which holds the enclosing data_vio */
127 /* The packer bin to which the enclosing data_vio has been assigned */
128 struct packer_bin *bin; member in struct:compression_state
/linux-master/drivers/md/dm-vdo/indexer/
H A Dradix-sort.c33 /* The index (key byte) of the first non-empty bin */
35 /* The index (key byte) of the last non-empty bin */
120 * non-empty bin.
136 u8 bin = (*key_ptr)[task.offset]; local
137 u32 size = ++bins->size[bin];
142 if (bin < bins->first)
143 bins->first = bin;
145 if (bin > bins->last)
146 bins->last = bin;
152 * Convert the bin size
178 int bin; local
300 u8 bin; local
[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/drivers/firmware/efi/libstub/
H A DMakefile168 /bin/false; \
/linux-master/arch/x86/boot/compressed/
H A DMakefile10 # vmlinux.bin.(gz|bz2|lzma|...)
12 # vmlinux.bin is:
14 # vmlinux.bin.all is:
15 # vmlinux.bin + vmlinux.relocs
16 # vmlinux.bin.(gz|bz2|lzma|...) is:
18 # compressed vmlinux.bin.all + u32 size of vmlinux.bin.all
29 targets := vmlinux vmlinux.bin vmlinux.bin.gz vmlinux.bin
[all...]
/linux-master/tools/testing/selftests/rcutorture/bin/
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/tools/testing/selftests/livepatch/
H A Dfunctions.sh0 #!/bin/bash
326 local rights=$(/bin/stat --format '%A' "$path")
/linux-master/tools/testing/selftests/bpf/
H A DMakefile321 prefix= DESTDIR=$(HOST_SCRATCH_DIR)/ install-bin
332 prefix= DESTDIR=$(SCRATCH_DIR)/ install-bin
/linux-master/scripts/
H A Dsphinx-pre-install1 #!/usr/bin/env perl
358 "rsvg-convert" => "librsvg2-bin",
391 "xelatex" => "texlive-xetex-bin",
474 "xelatex" => "texlive-xetex-bin",
497 $map{"latexmk"} = "texlive-latexmk-bin";
563 "xelatex" => "texlive-bin",
708 my $min_activate = "$ENV{'PWD'}/${virtenv_prefix}${min_version}/bin/activate";
709 my @activates = glob "$ENV{'PWD'}/${virtenv_prefix}*/bin/activate";
723 $f =~ s#/bin/activate##;
746 # Get the highest version from sphinx_*/bin/sphin
[all...]
/linux-master/net/xfrm/
H A Dxfrm_policy.c715 struct xfrm_pol_inexact_bin *bin, *prev; local
727 bin = rhashtable_lookup_fast(&xfrm_policy_inexact_table, &k,
729 if (bin)
730 return bin;
732 bin = kzalloc(sizeof(*bin), GFP_ATOMIC);
733 if (!bin)
736 bin->k = k;
737 INIT_HLIST_HEAD(&bin->hhead);
738 bin
1134 struct xfrm_pol_inexact_bin *bin, *t; local
1143 xfrm_policy_inexact_alloc_chain(struct xfrm_pol_inexact_bin *bin, struct xfrm_policy *policy, u8 dir) argument
1205 struct xfrm_pol_inexact_bin *bin; local
1272 struct xfrm_pol_inexact_bin *bin; local
1667 struct xfrm_pol_inexact_bin *bin = NULL; local
2096 struct xfrm_pol_inexact_bin *bin; local
2177 struct xfrm_pol_inexact_bin *bin; local
[all...]

Completed in 287 milliseconds

1234567