/kernel/linux/linux-5.10/arch/m68k/fpsp040/ |
H A D | binstr.S | 18 | msb form a decimal digit. This process is iterated until 43 | A7. Decrement d6 (LEN counter) and repeat the loop until zero.
|
H A D | x_unfl.S | 10 | shifting the mantissa right while incrementing the exponent until
|
H A D | scale.S | 164 | mantissa right until a zero exponent exists. 297 | by first shifting the bits in the mantissa until it is normalized,
|
H A D | round.S | 275 | 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 D | decbin.S | 85 | 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 D | lib1funcs.S | 65 @ 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 D | binstr.S | 18 | msb form a decimal digit. This process is iterated until 43 | A7. Decrement d6 (LEN counter) and repeat the loop until zero.
|
H A D | scale.S | 164 | mantissa right until a zero exponent exists. 297 | by first shifting the bits in the mantissa until it is normalized,
|
H A D | x_unfl.S | 10 | shifting the mantissa right while incrementing the exponent until
|
H A D | round.S | 275 | 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 D | lib1funcs.S | 65 @ 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 D | sleep-tegra30.S | 454 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 D | sleep-tegra20.S | 341 bne emcself @ loop until DDR in self-refresh
|
/kernel/linux/linux-5.10/fs/ |
H A D | aio.c | 760 * 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 D | aio.c | 779 * 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 D | ev6-memcpy.S | 47 * 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 D | ev6-memcpy.S | 47 * 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 D | sleep-tegra30.S | 499 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 D | sleep-tegra20.S | 370 bne emcself @ loop until DDR in self-refresh
|
/kernel/linux/linux-5.10/drivers/staging/media/omap4iss/ |
H A D | iss.c | 372 * @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 D | iss.c | 372 * @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 D | rkisp1-capture.c | 835 * @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 D | intel_fb.c | 130 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 D | iskeleton.S | 199 | preempted until _060_unlock_page(), so that the page stays mapped.
|
/kernel/linux/linux-5.10/arch/s390/boot/ |
H A D | head.S | 358 # and until early_pgm_check_handler is set in kernel/early.c
|