Searched refs:no (Results 226 - 250 of 359) sorted by relevance

1234567891011>>

/linux-master/tools/lib/perf/
H A DMakefile8 MAKEFLAGS += --no-print-directory
/linux-master/arch/arm/nwfpe/
H A Dentry.S84 reteq r4 @ no, return failure
/linux-master/arch/alpha/lib/
H A Dev67-strrchr.S100 cmoveq t8, 0x3f, t2 # E : Compensate for case when no match is seen
/linux-master/tools/testing/selftests/net/
H A Dtraceroute.sh9 PAUSE_ON_FAIL=no
H A Dfib_nexthop_multiprefix.sh16 PAUSE_ON_FAIL=no
H A Dvrf_strict_mode_test.sh13 PAUSE_ON_FAIL=${PAUSE_ON_FAIL:=no}
H A DMakefile4 CFLAGS = -Wall -Wl,--no-as-needed -O2 -g
/linux-master/tools/testing/selftests/hid/
H A Dvmtest.sh42 If no command is specified and a debug shell (-s) is not requested,
176 # there is no need to check other ones.
193 local update_b2c="no"
194 local debug_shell="no"
195 local build_only="no"
234 if [[ "${build_only}" == "no" && "${debug_shell}" == "no" ]]; then
276 if [[ "${build_only}" == "no" ]]; then
277 if [[ "${update_b2c}" == "no" && ! -f "${b2c}" ]]; then
/linux-master/tools/testing/selftests/drivers/net/bonding/
H A Dbond_topo_2d1c.sh28 REQUIRE_MZ=no
/linux-master/arch/arm/include/debug/
H A Dbrcmstb.S55 bne 100f @ no; go load the addresses
/linux-master/scripts/
H A DMakefile.package122 --build=$(build-type) --no-pre-clean --unsigned-changes \
127 --no-check-builddeps) \
230 @echo ' perf-tar-src-pkg - Build the perf source tarball with no compression'
/linux-master/arch/arc/kernel/
H A Dentry.S227 ;============ TRAP 0 (no param): syscall
269 ; Fast Path return to user mode if no pending work
/linux-master/arch/s390/
H A DMakefile18 LDFLAGS_vmlinux := -no-pie --emit-relocs --discard-none
/linux-master/arch/x86/entry/vdso/
H A DMakefile35 VDSO_LDFLAGS_vdso.lds = -m elf_x86_64 -soname linux-vdso.so.1 --no-undefined \
/linux-master/Documentation/
H A DMakefile29 LATEXOPTS = -interaction=batchmode -no-shell-escape
/linux-master/arch/arm64/kernel/vdso32/
H A DMakefile83 # (on GCC 4.8 or older, there is unfortunately no way to silence this warning)
99 VDSO_LDFLAGS += -Bsymbolic --no-undefined -soname=linux-vdso.so.1
/linux-master/arch/sparc/vdso/
H A DMakefile25 VDSO_LDFLAGS_vdso.lds = -m elf64_sparc -soname linux-vdso.so.1 --no-undefined \
/linux-master/tools/testing/selftests/net/forwarding/
H A Dlocal_termination.sh8 REQUIRE_MZ=no
/linux-master/tools/perf/util/
H A Dparse-events.l326 no-inherit { return term(yyscanner, PARSE_EVENTS__TERM_TYPE_NOINHERIT); }
328 no-overwrite { return term(yyscanner, PARSE_EVENTS__TERM_TYPE_NOOVERWRITE); }
/linux-master/scripts/kconfig/
H A Dexpr.h23 no, mod, yes enumerator in enum:tristate
/linux-master/drivers/md/
H A Ddm-zoned-metadata.c112 sector_t no; member in struct:dmz_mblock
419 mblk->no = mblk_no;
441 mblk->no = mblk_no;
473 new = (b->no < mblk->no) ? &((*new)->rb_left) : &((*new)->rb_right);
494 if (mblk->no == mblk_no) {
505 node = (mblk->no < mblk_no) ? node->rb_left : node->rb_right;
717 sector_t block = zmd->sb[set].block + mblk->no;
920 /* If there are no dirty metadata blocks, just flush the device cache */
2025 * (1) There is no fre
[all...]
/linux-master/drivers/scsi/mvsas/
H A Dmv_sas.c156 u32 no; local
157 for_each_phy(phy_mask, phy_mask, no) {
160 MVS_CHIP_DISP->phy_reset(mvi, no, hard);
911 int j, no; local
913 for_each_phy(port->wide_port_phymap, j, no) {
915 MVS_CHIP_DISP->write_port_cfg_addr(mvi, no,
917 MVS_CHIP_DISP->write_port_cfg_data(mvi, no,
920 MVS_CHIP_DISP->write_port_cfg_addr(mvi, no,
922 MVS_CHIP_DISP->write_port_cfg_data(mvi, no,
1193 mv_printk("Error: no attache
[all...]
/linux-master/arch/m68k/fpsp040/
H A Dsetox.S37 | but no worse than 10% slower even in the extreme cases.
43 | but no worse than 10% slower even in the extreme cases.
74 | to Step 2 guarantees |X| < 16380 log(2). There is no harm
108 | b) N*L1 is exact because N is no longer than 22 bits and
109 | L1 is no longer than 24 bits.
270 | in Step 6 below. The total relative error in p is no
498 movew L2,L_SCR1(%a6) | ...prefetch L2, no need in CB
H A Ddecbin.S263 | of 27 or less are exact, there is no need to use this routine to
439 clrl %d3 |clear d3 to force no exc and extended
500 beqs no_exc |skip this if no exc
/linux-master/arch/x86/entry/
H A Dentry_32.S275 * There is no _ASM_EXTABLE_TYPE_REG() for ASM, however since this is
646 movl $-1, PT_ORIG_EAX(%esp) /* no syscall to restart */
964 pushl $0 # no error code
1040 movl $-1, PT_ORIG_EAX(%esp) # no syscall to restart
1104 /* We don't support returning, so we have no IRET here. */

Completed in 277 milliseconds

1234567891011>>