Home
last modified time | relevance | path

Searched refs:until (Results 26 - 50 of 69) sorted by relevance

123

/kernel/linux/linux-5.10/arch/m68k/fpsp040/
H A Dbinstr.S18 | msb form a decimal digit. This process is iterated until
43 | A7. Decrement d6 (LEN counter) and repeat the loop until zero.
H A Dx_unfl.S10 | shifting the mantissa right while incrementing the exponent until
H A Dscale.S164 | mantissa right until a zero exponent exists.
297 | by first shifting the bits in the mantissa until it is normalized,
H A Dround.S275 | NRM_SET shifts and decrements until there is a 1 set in the integer
278 | NRM_ZERO shifts and decrements until there is a 1 set in the integer
H A Ddecbin.S85 | is required until the power is greater than 27, however, all
248 | 3. Add one for each zero encountered until a non-zero digit.
255 | 3. Add one for each zero encountered until a non-zero digit.
/kernel/linux/linux-5.10/arch/arm/lib/
H A Dlib1funcs.S65 @ division loop. Continue shifting until the divisor is
152 @ division loop. Continue shifting until the divisor is
/kernel/linux/linux-6.6/arch/m68k/fpsp040/
H A Dbinstr.S18 | msb form a decimal digit. This process is iterated until
43 | A7. Decrement d6 (LEN counter) and repeat the loop until zero.
H A Dscale.S164 | mantissa right until a zero exponent exists.
297 | by first shifting the bits in the mantissa until it is normalized,
H A Dx_unfl.S10 | shifting the mantissa right while incrementing the exponent until
H A Dround.S275 | NRM_SET shifts and decrements until there is a 1 set in the integer
278 | NRM_ZERO shifts and decrements until there is a 1 set in the integer
/kernel/linux/linux-6.6/arch/arm/lib/
H A Dlib1funcs.S65 @ division loop. Continue shifting until the divisor is
152 @ division loop. Continue shifting until the divisor is
/kernel/linux/linux-5.10/arch/arm/mach-tegra/
H A Dsleep-tegra30.S454 tst r1, #(1 << 31) @ wait until AUTO_CAL_ACTIVE is cleared
788 tst r1, #(1 << 31) @ wait until AUTO_CAL_ACTIVE is cleared
808 bne emcself @ loop until DDR in self-refresh
H A Dsleep-tegra20.S341 bne emcself @ loop until DDR in self-refresh
/kernel/linux/linux-5.10/fs/
H A Daio.c760 * the ring_lock mutex held until setup is complete. */ in ioctx_alloc()
910 /* Wait until all IO for the context are done. */ in exit_aio()
1288 ktime_t until) in read_events()
1306 if (until == 0) in read_events()
1311 until); in read_events()
1414 /* Wait until all IO for the context are done. Otherwise kernel in SYSCALL_DEFINE1()
1794 * not actually be complete yet (we won't know until vfs_poll() in aio_poll_wake()
2186 ktime_t until = KTIME_MAX; in do_io_getevents() local
2193 until = timespec64_to_ktime(*ts); in do_io_getevents()
2199 ret = read_events(ioctx, min_nr, nr, events, until); in do_io_getevents()
1286 read_events(struct kioctx *ctx, long min_nr, long nr, struct io_event __user *event, ktime_t until) read_events() argument
[all...]
/kernel/linux/linux-6.6/fs/
H A Daio.c779 * the ring_lock mutex held until setup is complete. */ in ioctx_alloc()
929 /* Wait until all IO for the context are done. */ in exit_aio()
1298 ktime_t until) in read_events()
1316 if (until == 0) in read_events()
1321 until); in read_events()
1424 /* Wait until all IO for the context are done. Otherwise kernel in SYSCALL_DEFINE1()
1788 * not actually be complete yet (we won't know until vfs_poll() in aio_poll_wake()
2180 ktime_t until = ts ? timespec64_to_ktime(*ts) : KTIME_MAX; in do_io_getevents() local
2186 ret = read_events(ioctx, min_nr, nr, events, until); in do_io_getevents()
1296 read_events(struct kioctx *ctx, long min_nr, long nr, struct io_event __user *event, ktime_t until) read_events() argument
/kernel/linux/linux-5.10/arch/alpha/lib/
H A Dev6-memcpy.S47 * until a 0mod8 alignment for both is reached.
196 bne $1, $aligndest # U : go until we are aligned.
/kernel/linux/linux-6.6/arch/alpha/lib/
H A Dev6-memcpy.S47 * until a 0mod8 alignment for both is reached.
196 bne $1, $aligndest # U : go until we are aligned.
/kernel/linux/linux-6.6/arch/arm/mach-tegra/
H A Dsleep-tegra30.S499 tst r1, #(1 << 31) @ wait until AUTO_CAL_ACTIVE is cleared
844 tst r1, #(1 << 31) @ wait until AUTO_CAL_ACTIVE is cleared
864 bne emcself @ loop until DDR in self-refresh
H A Dsleep-tegra20.S370 bne emcself @ loop until DDR in self-refresh
/kernel/linux/linux-5.10/drivers/staging/media/omap4iss/
H A Diss.c372 * @until: entity at which to stop pipeline walk
378 * If the until argument isn't NULL, stop the pipeline walk when reaching the
379 * until entity. This is used to disable a partially started pipeline due to a
383 struct media_entity *until) in iss_pipeline_disable()
403 if (entity == until) in iss_pipeline_disable()
382 iss_pipeline_disable(struct iss_pipeline *pipe, struct media_entity *until) iss_pipeline_disable() argument
/kernel/linux/linux-6.6/drivers/staging/media/omap4iss/
H A Diss.c372 * @until: entity at which to stop pipeline walk
378 * If the until argument isn't NULL, stop the pipeline walk when reaching the
379 * until entity. This is used to disable a partially started pipeline due to a
383 struct media_entity *until) in iss_pipeline_disable()
403 if (entity == until) in iss_pipeline_disable()
382 iss_pipeline_disable(struct iss_pipeline *pipe, struct media_entity *until) iss_pipeline_disable() argument
/kernel/linux/linux-5.10/drivers/staging/media/rkisp1/
H A Drkisp1-capture.c835 * @until: entity at which to stop pipeline walk
840 * If the until argument isn't NULL, stop the pipeline walk when reaching the
841 * until entity. This is used to disable a partially started pipeline due to a
845 struct media_entity *until, in rkisp1_pipeline_sink_walk()
870 if (entity == until) in rkisp1_pipeline_sink_walk()
844 rkisp1_pipeline_sink_walk(struct media_entity *from, struct media_entity *until, int (*cb)(struct media_entity *from, struct media_entity *curr)) rkisp1_pipeline_sink_walk() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
H A Dintel_fb.c130 u8 until; member
386 display_ver_from <= md->display_ver.until; in check_modifier_display_ver_range()
393 if (!IS_DISPLAY_VER(i915, md->display_ver.from, md->display_ver.until)) in plane_has_modifier()
/kernel/linux/linux-5.10/arch/m68k/ifpsp060/
H A Diskeleton.S199 | preempted until _060_unlock_page(), so that the page stays mapped.
/kernel/linux/linux-5.10/arch/s390/boot/
H A Dhead.S358 # and until early_pgm_check_handler is set in kernel/early.c

Completed in 22 milliseconds

123