Searched refs:any (Results 26 - 50 of 119) sorted by relevance

12345

/linux-master/drivers/infiniband/hw/qib/
H A Dqib_sysfs.c160 int i, any; local
171 for (any = i = 0; s && qib_status_str[i]; i++) {
174 if (any && strlcat(buf, " ", PAGE_SIZE) >= PAGE_SIZE)
179 any = 1;
183 if (any)
/linux-master/drivers/pcmcia/
H A Drsrc_nonstatic.c188 int any; local
216 bad = any = 0;
220 if (!any)
223 bad = any = i;
231 if (!any)
234 bad = any = i;
254 pr_cont("%s\n", !any ? " clean" : "");
954 * - Avoid any I/O ports < 0x100.
974 * risk of hitting any other device would be too
989 * risk of hitting any othe
[all...]
/linux-master/arch/sparc/lib/
H A DM7memset.S306 subcc %o3, 8, %o3 ! Can we store any long words?
337 and %o2, 3, %o2 ! leftover count, if any
340 ! Set the remaining bytes, if any
/linux-master/arch/m68k/fpsp040/
H A Dx_unimp.S74 bral gen_except |post any exceptions and return
H A Dsgetem.S111 tstl %d0 |if any bits set in ms mant
114 tstl %d1 |test if any bits set in ls mant
H A Dround.S41 | inexact (i.e. if any of the g-r-s bits were set).
155 bnes st_stky |if any are set, set sticky
157 bnes st_stky |if any are set, set sticky
167 bnes st_stky |if any are set, set sticky
341 bfffo %d2{#0:#32},%d3 |check if any bits set in ls mant
466 tstl LOCAL_HI(%a0) |check for any bits set
468 tstl LOCAL_LO(%a0) |check for any bits set
/linux-master/arch/m68k/ifpsp060/
H A Dfskeleton.S13 |and any warranty against infringement with regard to the SOFTWARE
14 |(INCLUDING ANY MODIFIED VERSIONS THEREOF) and any accompanying written materials.
24 |so long as this entire notice is retained without alteration in any modified and/or
26 |No licenses are granted by implication, estoppel or otherwise under any patents
H A Dos.S13 |and any warranty against infringement with regard to the SOFTWARE
14 |(INCLUDING ANY MODIFIED VERSIONS THEREOF) and any accompanying written materials.
24 |so long as this entire notice is retained without alteration in any modified and/or
26 |No licenses are granted by implication, estoppel or otherwise under any patents
311 | space... Should be right, or are there any exceptions?
/linux-master/tools/perf/scripts/perl/Perf-Trace-Util/lib/Perf/Trace/
H A DCore.pm186 at your option, any later version of Perl 5 you may have available.
/linux-master/arch/x86/platform/olpc/
H A Dxo1-wakeup.S19 # Clear any dangerous flags
/linux-master/arch/mips/kernel/
H A Dentry.S132 andi t0, a2, _TIF_WORK_MASK # is there any work to be done
/linux-master/drivers/hid/bpf/entrypoints/
H A DMakefile31 $(error Cannot find a vmlinux for VMLINUX_BTF at any of "$(VMLINUX_BTF_PATHS)")
/linux-master/tools/perf/tests/shell/
H A Drecord.sh178 if ! perf record -o "${perfdata}" -j any,counter ${testprog} 2> /dev/null
/linux-master/tools/testing/selftests/net/
H A Dcmsg_ipv6.sh71 ip -6 -netns $NS route add table 300 prohibit any
/linux-master/arch/x86/kernel/
H A Dverify_cpu.S36 push $0 # Kill any dangerous flags
/linux-master/arch/arm/common/
H A Dmcpm_head.S81 @ Perform an early poke, if any
128 @ Wait for any previously-pending cluster teardown operations to abort
/linux-master/arch/alpha/lib/
H A Dudiv-qrnnd.S9 # option) any later version.
14 # those programs without any restriction coming from the use of this
H A Dev6-clear_user.S171 # zero to 16 quadwords left to store, plus any trailing bytes
/linux-master/scripts/
H A Dget_maintainer.pl237 die "$P: using --self-test does not allow any other option or argument\n";
552 $file =~ s/^\Q${cur_path}\E//; #strip any absolute path
575 # This allows us to match arbitrary keywords against any part
1043 --email => print email address(es) if any
1057 --m => include maintainer(s) if any
1058 --r => include reviewer(s) if any
1060 --l => include list(s) if any
1061 --moderated => include moderated lists(s) if any (default: true)
1062 --s => include subscriber only list(s) if any (default: false)
1068 --scm => print SCM tree(s) if any
[all...]
/linux-master/net/ipv4/
H A Dfib_frontend.c1195 __be32 any = ifa->ifa_address & ifa->ifa_mask; local
1206 prim = inet_ifa_byprefix(in_dev, any, ifa->ifa_mask);
1219 } else if (!ipv4_is_zeronet(any) &&
1220 (any != ifa->ifa_local || ifa->ifa_prefixlen < 32)) {
1224 any, ifa->ifa_prefixlen, prim, 0);
1287 if (any == ifa1->ifa_broadcast)
1300 if (any == brd1 || any == any1)
1316 fib_magic(RTM_DELROUTE, RTN_BROADCAST, any, 32,
/linux-master/arch/arm/mach-omap1/
H A Dams-delta-fiq-handler.S99 bics r13, r13, r11 @ clear masked - any left?
125 bics r13, r13, r11 @ clear masked - any left?
/linux-master/samples/bpf/
H A Dtc_l2_redirect.sh42 $IP -n ns2 link add ip6t2 type ip6tnl mode any local 2401:db02::66 remote 2401:db02::1
131 $IP link add ip6t type ip6tnl mode any external
/linux-master/arch/arm/kernel/
H A Diwmmxt.S184 * r0 = struct thread_info pointer of target task or NULL for any
198 teq r1, #0 @ any current owner?
200 teq r0, #0 @ any owner?
/linux-master/arch/arc/kernel/
H A Dhead.S123 ; Clear BSS before updating any globals
/linux-master/arch/arm/lib/
H A Dfindbit.S42 2: cmp r2, r1 @ any more?

Completed in 312 milliseconds

12345