Searched refs:have (Results 1 - 25 of 109) sorted by relevance

12345

/linux-master/include/linux/
H A Dnetpoll.h85 static inline void netpoll_poll_unlock(void *have) argument
87 struct napi_struct *napi = have;
103 static inline void netpoll_poll_unlock(void *have) argument
/linux-master/lib/zlib_inflate/
H A Dinflate.c154 * At the end of a Deflate-compressed PPP packet, we expect to have seen
190 have = strm->avail_in; \
201 strm->avail_in = have; \
217 if (have == 0) goto inf_leave; \
218 have--; \
292 would all have to actually be part of the saved state in case NEEDBITS()
336 unsigned have, left; /* available input and output */ local
360 in = have;
453 if (copy > have) copy = have;
[all...]
H A Dinflate.h107 unsigned have; /* number of code lengths in lens[] */ member in struct:inflate_state
/linux-master/fs/xfs/scrub/
H A Drefcount_repair.c379 bool *have)
385 while (*have && rmap->rm_startblock == bno) {
390 error = xrep_refc_walk_rmaps(rr, rmap, have);
417 bool have; local
441 error = xrep_refc_walk_rmaps(rr, &rmap, &have);
444 if (!have)
448 &have);
453 error = rcbag_next_edge(rcstack, sc->tp, &rmap, have, &nbno);
468 error = xrep_refc_walk_rmaps(rr, &rmap, &have);
471 if (have) {
374 xrep_refc_push_rmaps_at( struct xrep_refc *rr, struct rcbag *rcstack, xfs_agblock_t bno, struct xfs_rmap_irec *rmap, bool *have) argument
[all...]
/linux-master/arch/arm/boot/compressed/
H A Dhead-sharpsl.S8 * so we have to figure out the machine for ourselves...
27 /* Check for TC6393 - if found we have a Tosa */
42 /* Check for w100 - if not found we have a Poodle */
58 bne .SHARPEND @ We have no w100 - Poodle
60 /* Check for pxa250 - if found we have a Corgi */
64 blo .SHARPEND @ We have a PXA250 - Corgi
66 /* Check for 64MiB flash - if found we have a Shepherd */
70 beq .SHARPEND @ We have Shepherd
77 /* Check for 16MiB flash - if found we have Spitz */
81 beq .SHARPEND @ We have Spit
[all...]
/linux-master/tools/perf/scripts/perl/Perf-Trace-Util/lib/Perf/Trace/
H A DContext.pm49 at your option, any later version of Perl 5 you may have available.
H A DUtil.pm88 at your option, any later version of Perl 5 you may have available.
/linux-master/arch/alpha/lib/
H A Dstrncpy.S33 bne $18, $multiword # do we have full words left?
/linux-master/arch/sparc/include/asm/
H A Dvio.h447 u32 have = (u32)vio->ver.major << 16 | vio->ver.minor; local
450 return have < want;
456 u32 have = (u32)vio->ver.major << 16 | vio->ver.minor; local
459 return have > want;
465 u32 have = (u32)vio->ver.major << 16 | vio->ver.minor; local
468 return have >= want;
/linux-master/tools/testing/selftests/ptp/
H A Dtestptp.mk15 # You should have received a copy of the GNU General Public License
/linux-master/tools/testing/selftests/powerpc/math/
H A Dvsx_asm.S26 # that the VMX have been loaded with varray. Will proceed to check the
/linux-master/arch/arm/lib/
H A Dio-writesl.S11 teq r2, #0 @ do we have to check for the zero len?
H A Dbacktrace-clang.S102 beq no_frame @ we have no stack frames
H A Dio-readsw-armv3.S30 teq r2, #0 @ do we have to check for the zero len?
H A Dio-writesb.S44 teq r2, #0 @ do we have to check for the zero len?
H A Dio-readsl.S11 teq r2, #0 @ do we have to check for the zero len?
/linux-master/arch/arm/include/asm/
H A Dvfpmacros.h41 ldr \tmp, =elf_hwcap @ may not have MVFR regs
66 ldr \tmp, =elf_hwcap @ may not have MVFR regs
/linux-master/arch/alpha/kernel/
H A Dhead.S89 # Putting it here means we dont have to recompile the whole
/linux-master/arch/x86/kernel/
H A Dverify_cpu.S100 movl $0x1,%eax # Does the cpu have what it takes
111 movl $0x80000001,%eax # Does the cpu have what it takes
/linux-master/drivers/block/drbd/
H A Ddrbd_bitmap.c183 * set if bits have been set since last IO. */
186 * we if bits have been cleared since last IO. */
348 * struct drbd_device*, but for the debug macros I like to have the device around
376 * "have" and "want" are NUMBER OF PAGES.
383 unsigned long have = b->bm_number_of_pages; local
385 BUG_ON(have == 0 && old_pages != NULL);
386 BUG_ON(have != 0 && old_pages == NULL);
388 if (have == want)
404 if (want >= have) {
405 for (i = 0; i < have;
634 unsigned long want, have, onpages; /* number of pages */ local
[all...]
/linux-master/arch/arc/kernel/
H A Dhead.S58 ; Although disabled at reset, bootloader might have enabled it
95 ; - Don't clobber r0,r1,r2 as they might have u-boot provided args
/linux-master/include/linux/ceph/
H A Dmon_client.h98 u32 have; /* epoch */ member in struct:ceph_mon_client::__anon1945
/linux-master/arch/x86/boot/
H A Dpmjump.S56 # The 32-bit code sets up its own stack, but this way we do have
/linux-master/scripts/
H A Ddev-needs.sh26 -d lists the driver name of the dependencies that have probed
27 -m lists the module name of the dependencies that have a module
33 --allow-no-driver By default dependencies that don't have a driver
125 # They can also have cycles. So, don't follow them.
/linux-master/arch/mips/include/asm/mach-cavium-octeon/
H A Dkernel-entry-init.h21 # addresses, and need to have the appropriate memory region set
82 # OCTEON II or better have bit 15 set. Clear the error bits.

Completed in 389 milliseconds

12345