Home
last modified time | relevance | path

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

12345678

/kernel/linux/linux-5.10/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 */ in zlib_inflate() local
360 in = have; in zlib_inflate()
453 if (copy > have) copy = have; in zlib_inflate()
[all...]
H A Dinflate.h107 unsigned have; /* number of code lengths in lens[] */ member
/kernel/linux/linux-6.6/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 */ in zlib_inflate() local
360 in = have; in zlib_inflate()
453 if (copy > have) copy = have; in zlib_inflate()
[all...]
H A Dinflate.h107 unsigned have; /* number of code lengths in lens[] */ member
/kernel/linux/linux-5.10/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...]
/kernel/linux/linux-6.6/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...]
/kernel/linux/linux-5.10/include/linux/
H A Dnetpoll.h84 static inline void netpoll_poll_unlock(void *have) in netpoll_poll_unlock() argument
86 struct napi_struct *napi = have; in netpoll_poll_unlock()
102 static inline void netpoll_poll_unlock(void *have) in netpoll_poll_unlock() argument
/kernel/linux/linux-6.6/include/linux/
H A Dnetpoll.h85 static inline void netpoll_poll_unlock(void *have) in netpoll_poll_unlock() argument
87 struct napi_struct *napi = have; in netpoll_poll_unlock()
103 static inline void netpoll_poll_unlock(void *have) in netpoll_poll_unlock() argument
/kernel/linux/linux-5.10/arch/arm/mach-s3c/
H A Dirq-s3c24xx-fiq.S51 subsne pc, lr, #4 @@ return, still have work to do
77 subsne pc, lr, #4 @@ return, still have work to do
101 subsne pc, lr, #4 @@ return, still have work to do
/kernel/linux/linux-5.10/arch/sparc/include/asm/
H A Dvio.h447 u32 have = (u32)vio->ver.major << 16 | vio->ver.minor; in vio_version_before() local
450 return have < want; in vio_version_before()
456 u32 have = (u32)vio->ver.major << 16 | vio->ver.minor; in vio_version_after() local
459 return have > want; in vio_version_after()
465 u32 have = (u32)vio->ver.major << 16 | vio->ver.minor; in vio_version_after_eq() local
468 return have >= want; in vio_version_after_eq()
/kernel/linux/linux-6.6/arch/sparc/include/asm/
H A Dvio.h447 u32 have = (u32)vio->ver.major << 16 | vio->ver.minor; in vio_version_before() local
450 return have < want; in vio_version_before()
456 u32 have = (u32)vio->ver.major << 16 | vio->ver.minor; in vio_version_after() local
459 return have > want; in vio_version_after()
465 u32 have = (u32)vio->ver.major << 16 | vio->ver.minor; in vio_version_after_eq() local
468 return have >= want; in vio_version_after_eq()
/kernel/linux/linux-5.10/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; in bm_realloc_pages() local
385 BUG_ON(have == 0 && old_pages != NULL); in bm_realloc_pages()
386 BUG_ON(have != 0 && old_pages == NULL); in bm_realloc_pages()
388 if (have == want) in bm_realloc_pages()
404 if (want >= have) { in bm_realloc_pages()
405 for (i = 0; i < have; in bm_realloc_pages()
634 unsigned long want, have, onpages; /* number of pages */ drbd_bm_resize() local
[all...]
/kernel/linux/linux-6.6/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; in bm_realloc_pages() local
385 BUG_ON(have == 0 && old_pages != NULL); in bm_realloc_pages()
386 BUG_ON(have != 0 && old_pages == NULL); in bm_realloc_pages()
388 if (have == want) in bm_realloc_pages()
404 if (want >= have) { in bm_realloc_pages()
405 for (i = 0; i < have; in bm_realloc_pages()
634 unsigned long want, have, onpages; /* number of pages */ drbd_bm_resize() local
[all...]
/kernel/linux/linux-5.10/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
/kernel/linux/linux-6.6/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
/kernel/linux/linux-5.10/arch/m68k/fpsp040/
H A Dskeleton.S92 | and unfl exception to be taken must not have been enabled. The
132 | We do not have the bug 1232 case. Clean up the stack and call
391 | If you don't have copyout, use the local copy of the function below.
402 | faults should have already been handled.
431 | If you don't have copyin, use the local copy of the function below.
467 | Use these routines if your kernel doesn't have copyout/copyin equivalents.
/kernel/linux/linux-6.6/arch/m68k/fpsp040/
H A Dskeleton.S92 | and unfl exception to be taken must not have been enabled. The
132 | We do not have the bug 1232 case. Clean up the stack and call
391 | If you don't have copyout, use the local copy of the function below.
402 | faults should have already been handled.
431 | If you don't have copyin, use the local copy of the function below.
467 | Use these routines if your kernel doesn't have copyout/copyin equivalents.
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H A Dxfs_refcount.c293 * have a left, current, and right extent. If the new reference count
641 /* We have a left extent; retrieve (or invent) the next right one */ in xfs_refcount_find_left_extents()
730 /* We have a right extent; retrieve (or invent) the next left one */ in xfs_refcount_find_right_extents()
855 * we no longer have a cright to merge with right. We're done. in xfs_refcount_merge_extents()
908 * Adjust the refcounts of middle extents. At this point we should have
911 * all we have to do is update the extents inside [agbno, agbno + aglen].
1303 int have; in xfs_refcount_find_shared() local
1314 error = xfs_refcount_lookup_le(cur, agbno, &have); in xfs_refcount_find_shared()
1317 if (!have) { in xfs_refcount_find_shared()
1319 error = xfs_btree_increment(cur, 0, &have); in xfs_refcount_find_shared()
[all...]
/kernel/linux/linux-5.10/arch/arm/kernel/
H A Dentry-header.S88 @ exception frame because of tail-chaining. So these have to be
92 @ Linux expects to have irqs off. Do it here before taking stack space
114 @ store saved r12 using str to have a register to hold the base for stm
124 * PENDSV and SVCALL are configured to have the same exception
126 * can never be preempted and so we will never have to return to a
207 @ The parent context IRQs must have been enabled to get here in
256 @ instructions of vector_swi meaning its contents have not been
406 * have in theory up to 7 arguments to a function - r0 to r6.
/kernel/linux/linux-6.6/arch/arm/kernel/
H A Dentry-header.S87 @ exception frame because of tail-chaining. So these have to be
91 @ Linux expects to have irqs off. Do it here before taking stack space
113 @ store saved r12 using str to have a register to hold the base for stm
123 * PENDSV and SVCALL are configured to have the same exception
125 * can never be preempted and so we will never have to return to a
206 @ The parent context IRQs must have been enabled to get here in
255 @ instructions of vector_swi meaning its contents have not been
419 * have in theory up to 7 arguments to a function - r0 to r6.
/kernel/linux/linux-5.10/fs/ceph/
H A Dcaps.c205 int have; in ceph_reserve_caps() local
218 have = need; in ceph_reserve_caps()
220 have = mdsc->caps_avail_count; in ceph_reserve_caps()
221 mdsc->caps_avail_count -= have; in ceph_reserve_caps()
222 mdsc->caps_reserve_count += have; in ceph_reserve_caps()
228 for (i = have; i < need; ) { in ceph_reserve_caps()
263 have += more_have; in ceph_reserve_caps()
274 ctx, need, have + alloc); in ceph_reserve_caps()
280 BUG_ON(have + alloc != need); in ceph_reserve_caps()
295 __ceph_unreserve_caps(mdsc, have in ceph_reserve_caps()
810 int have = ci->i_snap_caps; __ceph_caps_issued() local
843 int have = ci->i_snap_caps; __ceph_caps_issued_other() local
887 int have = ci->i_snap_caps; __ceph_caps_issued_mask() local
2734 int have, implemented; try_get_cap_refs() local
[all...]
/kernel/linux/linux-6.6/fs/ceph/
H A Dcaps.c207 int have; in ceph_reserve_caps() local
220 have = need; in ceph_reserve_caps()
222 have = mdsc->caps_avail_count; in ceph_reserve_caps()
223 mdsc->caps_avail_count -= have; in ceph_reserve_caps()
224 mdsc->caps_reserve_count += have; in ceph_reserve_caps()
230 for (i = have; i < need; ) { in ceph_reserve_caps()
265 have += more_have; in ceph_reserve_caps()
276 ctx, need, have + alloc); in ceph_reserve_caps()
282 BUG_ON(have + alloc != need); in ceph_reserve_caps()
297 __ceph_unreserve_caps(mdsc, have in ceph_reserve_caps()
792 int have = ci->i_snap_caps; __ceph_caps_issued() local
825 int have = ci->i_snap_caps; __ceph_caps_issued_other() local
869 int have = ci->i_snap_caps; __ceph_caps_issued_mask() local
2752 int have, implemented; try_get_cap_refs() local
[all...]
/kernel/linux/linux-5.10/arch/c6x/lib/
H A Ddivu.S30 ;; to the, and the number of times we have to execute subc.
32 ;; At the end, we have both the remainder and most of the quotient
H A Ddivremu.S13 ;; to the, and the number of times we have to execute subc.
15 ;; At the end, we have both the remainder and most of the quotient
/kernel/linux/linux-5.10/arch/arm/lib/
H A Dbacktrace.S29 stmfd sp!, {r4 - r9, lr} @ Save an extra register so we have a location...
31 beq no_frame @ we have no stack frames

Completed in 18 milliseconds

12345678