Searched refs:when (Results 1 - 25 of 75) sorted by relevance

123

/linux-master/fs/bcachefs/
H A Drecovery_passes.c54 unsigned when; member in struct:recovery_pass_fn
58 #define x(_fn, _id, _when) { .fn = bch2_##_fn, .when = _when },
99 * For when we need to rewind recovery passes and run a pass we skipped:
159 if (recovery_pass_fns[i].when & PASS_FSCK)
170 if ((p->when & PASS_FSCK) && c->opts.fsck)
172 if ((p->when & PASS_UNCLEAN) && !c->sb.clean)
174 if (p->when & PASS_ALWAYS)
184 if (!(p->when & PASS_SILENT))
190 if (!(p->when & PASS_SILENT))
203 if (!(p->when
[all...]
H A Drecovery_passes_types.h58 #define x(n, id, when) BCH_RECOVERY_PASS_##n,
66 #define x(n, id, when) BCH_RECOVERY_PASS_STABLE_##n = id,
/linux-master/arch/arm/include/debug/
H A Dat91.S24 tst \rd, #AT91_DBGU_TXRDY @ DBGU_TXRDY = 1 when ready to transmit
33 tst \rd, #AT91_DBGU_TXEMPTY @ DBGU_TXEMPTY = 1 when transmission complete
/linux-master/include/net/
H A Dinet_connection_sock.h24 /* Cancel timers, when they are not required. */
222 unsigned long when,
227 if (when > max_when) {
228 pr_debug("reset_xmit_timer: sk=%p %d when=0x%lx, caller=%p\n",
229 sk, what, when, (void *)_THIS_IP_);
230 when = max_when;
236 icsk->icsk_timeout = jiffies + when;
240 icsk->icsk_ack.timeout = jiffies + when;
251 u64 when = (u64)icsk->icsk_rto << icsk->icsk_backoff; local
253 return (unsigned long)min_t(u64, when, max_whe
221 inet_csk_reset_xmit_timer(struct sock *sk, const int what, unsigned long when, const unsigned long max_when) argument
[all...]
/linux-master/arch/m68k/ifpsp060/
H A Dfskeleton.S70 | This is the exit point for the 060FPSP when an enabled overflow exception
89 | This is the exit point for the 060FPSP when an enabled underflow exception
107 | This is the exit point for the 060FPSP when an enabled operand error exception
126 | This is the exit point for the 060FPSP when an enabled signalling NaN exception
145 | This is the exit point for the 060FPSP when an enabled divide-by-zero exception
164 | This is the exit point for the 060FPSP when an enabled inexact exception
183 | This is the exit point for the 060FPSP when an enabled bsun exception
205 | This is the exit point for the 060FPSP when an F-Line Illegal exception is
207 | vector number 11: FP Unimplemented Instructions, FP implemented instructions when
219 | This is the exit point for the 060FPSP when a
[all...]
/linux-master/drivers/media/platform/rockchip/rkisp1/
H A Drkisp1-resizer.c122 enum rkisp1_shadow_regs_when when)
129 if (when == RKISP1_SHADOW_REGS_ASYNC)
175 enum rkisp1_shadow_regs_when when)
179 if (when == RKISP1_SHADOW_REGS_ASYNC)
198 enum rkisp1_shadow_regs_when when)
202 if (when == RKISP1_SHADOW_REGS_SYNC)
203 rkisp1_rsz_update_shadow(rsz, when);
211 enum rkisp1_shadow_regs_when when)
263 rkisp1_rsz_update_shadow(rsz, when);
268 enum rkisp1_shadow_regs_when when)
121 rkisp1_dcrop_disable(struct rkisp1_resizer *rsz, enum rkisp1_shadow_regs_when when) argument
174 rkisp1_rsz_update_shadow(struct rkisp1_resizer *rsz, enum rkisp1_shadow_regs_when when) argument
197 rkisp1_rsz_disable(struct rkisp1_resizer *rsz, enum rkisp1_shadow_regs_when when) argument
206 rkisp1_rsz_config_regs(struct rkisp1_resizer *rsz, const struct v4l2_rect *sink_y, const struct v4l2_rect *sink_c, const struct v4l2_area *src_y, const struct v4l2_area *src_c, enum rkisp1_shadow_regs_when when) argument
266 rkisp1_rsz_config(struct rkisp1_resizer *rsz, struct v4l2_subdev_state *sd_state, enum rkisp1_shadow_regs_when when) argument
634 enum rkisp1_shadow_regs_when when = RKISP1_SHADOW_REGS_SYNC; local
[all...]
/linux-master/arch/m68k/fpsp040/
H A Dx_ovfl.S6 | Overflow occurs when a floating-point intermediate result is
8 | or when storing to memory, the contents of a floating-point
H A Dx_unimp.S7 | Invoked when the user program encounters a floating-point
H A Dslog2.S23 | The first one is measured when the function is invoked
25 | in cache), and the second one is measured when the
/linux-master/include/linux/
H A Dmaple.h73 unsigned long when, interval, function; member in struct:maple_device
/linux-master/drivers/gpu/drm/i915/gt/
H A Dintel_lrc.h72 const char *when);
/linux-master/fs/lockd/
H A Dsvclock.c90 nlmsvc_insert_block_locked(struct nlm_block *block, unsigned long when) argument
95 dprintk("lockd: nlmsvc_insert_block(%p, %ld)\n", block, when);
103 if (when != NLM_NEVER) {
104 if ((when += jiffies) == NLM_NEVER)
105 when ++;
108 if (time_after(b->b_when,when) || b->b_when == NLM_NEVER)
117 block->b_when = when;
120 static void nlmsvc_insert_block(struct nlm_block *block, unsigned long when) argument
123 nlmsvc_insert_block_locked(block, when);
788 * VFS layer when
[all...]
/linux-master/drivers/scsi/arm/
H A Dacornscsi.h254 unsigned long when; member in struct:status_entry
263 host->status[(_q)][host->status_ptr[(_q)]].when = jiffies; \
/linux-master/arch/arc/kernel/
H A Dentry-compact.S13 * into user reg-file when traded task rets to user space.
38 * -Zero Overhead Loop Context shd be cleared when entering IRQ/EXcp/Trap
39 * Normally CPU does this automatically, however when doing FAKE rtie,
46 * - r25 now contains the Current Task when in kernel
170 bbit0 r9, STATUS_A1_BIT, 1f ; L1 not active when L2 IRQ, so normal
350 bbit0 r9, STATUS_A1_BIT, 149f ; L1 not active when L2 IRQ, so normal
356 ; paranoid check, given A1 was active when A2 happened, preempt count
H A Dhead.S116 ; when they resume, tail-call to entry point
/linux-master/arch/sh/boot/compressed/
H A Dhead_32.S123 .word 0x8000 ! size to move, when setup is not
/linux-master/arch/sh/kernel/
H A Dentry-common.S8 ! GNU as (as of 2.9.1) changes bf/s into bt/s and bra, when the address
/linux-master/include/linux/ceph/
H A Dceph_features.h19 /* this bit is ignored but still advertised by release *when* */
20 #define DEFINE_CEPH_FEATURE_DEPRECATED(bit, incarnation, name, when) \
/linux-master/arch/x86/kernel/
H A Dverify_cpu.S75 # only call IA32_MISC_ENABLE when:
/linux-master/net/ipv4/
H A Dtcp_timer.c48 u32 tcp_clamp_probe0_to_user_timeout(const struct sock *sk, u32 when) argument
56 return when;
64 return min_t(u32, remaining, when);
91 * to prevent DoS attacks. It is called when a retransmission timeout
123 /* Catch exceptional cases, when connection requires reset.
354 * This function gets (indirectly) called when the kernel timer for a TCP packet
395 * kill the socket when the retry count and the time exceeds the
396 * corresponding system limit. We also implement similar policy when
499 * This function gets called when the kernel timer for a TCP packet
791 * to determine when t
[all...]
/linux-master/drivers/sh/maple/
H A Dmaple.c128 dev->when = jiffies;
424 time_after(jiffies, mdev->when)) {
430 mdev->when = jiffies + mdev->interval;
543 * been removed even when still in place or
544 * trip the mtd layer when they have
/linux-master/arch/xtensa/lib/
H A Dmemset.S47 .L0: # return here from .Ldstunaligned when dst is aligned
/linux-master/scripts/
H A Ddev-needs.sh36 when the consumer probes (as in, not a probe
40 --exclude-devlinks Don't follow device links when tracking probe
43 --exclude-parents Don't follow parent devices when tracking probe
58 # This weirdness is needed to work with toybox when
/linux-master/arch/arm/mach-pxa/
H A Dsleep.S161 @ (see Errata 38 ...hangs when entering self-refresh mode)
/linux-master/arch/alpha/lib/
H A Dev67-strrchr.S100 cmoveq t8, 0x3f, t2 # E : Compensate for case when no match is seen

Completed in 189 milliseconds

123