Home
last modified time | relevance | path

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

123456

/kernel/linux/linux-5.10/include/net/
H A Dinet_connection_sock.h28 /* Cancel timers, when they are not required. */
230 unsigned long when, const int what) in get_nata_rto()
236 return when; in get_nata_rto()
245 return when; in get_nata_rto()
253 return when; in get_nata_rto()
264 return min(when, when_nata); in get_nata_rto()
272 unsigned long when, in inet_csk_reset_xmit_timer()
278 when = get_nata_rto(sk, icsk, when, what); in inet_csk_reset_xmit_timer()
281 if (when > max_whe in inet_csk_reset_xmit_timer()
228 get_nata_rto(struct sock *sk, struct inet_connection_sock *icsk, unsigned long when, const int what) get_nata_rto() argument
271 inet_csk_reset_xmit_timer(struct sock *sk, const int what, unsigned long when, const unsigned long max_when) inet_csk_reset_xmit_timer() argument
306 u64 when = (u64)icsk->icsk_rto << icsk->icsk_backoff; inet_csk_rto_backoff() local
[all...]
/kernel/linux/linux-6.6/include/net/
H A Dinet_connection_sock.h24 /* Cancel timers, when they are not required. */
219 unsigned long when, in inet_csk_reset_xmit_timer()
224 if (when > max_when) { in inet_csk_reset_xmit_timer()
225 pr_debug("reset_xmit_timer: sk=%p %d when=0x%lx, caller=%p\n", in inet_csk_reset_xmit_timer()
226 sk, what, when, (void *)_THIS_IP_); in inet_csk_reset_xmit_timer()
227 when = max_when; in inet_csk_reset_xmit_timer()
233 icsk->icsk_timeout = jiffies + when; in inet_csk_reset_xmit_timer()
237 icsk->icsk_ack.timeout = jiffies + when; in inet_csk_reset_xmit_timer()
248 u64 when = (u64)icsk->icsk_rto << icsk->icsk_backoff; in inet_csk_rto_backoff() local
250 return (unsigned long)min_t(u64, when, max_whe in inet_csk_rto_backoff()
218 inet_csk_reset_xmit_timer(struct sock *sk, const int what, unsigned long when, const unsigned long max_when) inet_csk_reset_xmit_timer() argument
[all...]
/kernel/linux/linux-5.10/drivers/staging/media/rkisp1/
H A Drkisp1-resizer.c208 enum rkisp1_shadow_regs_when when) in rkisp1_dcrop_disable()
215 if (when == RKISP1_SHADOW_REGS_ASYNC) in rkisp1_dcrop_disable()
297 enum rkisp1_shadow_regs_when when) in rkisp1_rsz_update_shadow()
301 if (when == RKISP1_SHADOW_REGS_ASYNC) in rkisp1_rsz_update_shadow()
320 enum rkisp1_shadow_regs_when when) in rkisp1_rsz_disable()
324 if (when == RKISP1_SHADOW_REGS_SYNC) in rkisp1_rsz_disable()
325 rkisp1_rsz_update_shadow(rsz, when); in rkisp1_rsz_disable()
333 enum rkisp1_shadow_regs_when when) in rkisp1_rsz_config_regs()
386 rkisp1_rsz_update_shadow(rsz, when); in rkisp1_rsz_config_regs()
390 enum rkisp1_shadow_regs_when when) in rkisp1_rsz_config()
207 rkisp1_dcrop_disable(struct rkisp1_resizer *rsz, enum rkisp1_shadow_regs_when when) rkisp1_dcrop_disable() argument
296 rkisp1_rsz_update_shadow(struct rkisp1_resizer *rsz, enum rkisp1_shadow_regs_when when) rkisp1_rsz_update_shadow() argument
319 rkisp1_rsz_disable(struct rkisp1_resizer *rsz, enum rkisp1_shadow_regs_when when) rkisp1_rsz_disable() argument
328 rkisp1_rsz_config_regs(struct rkisp1_resizer *rsz, struct v4l2_rect *sink_y, struct v4l2_rect *sink_c, struct v4l2_rect *src_y, struct v4l2_rect *src_c, enum rkisp1_shadow_regs_when when) rkisp1_rsz_config_regs() argument
389 rkisp1_rsz_config(struct rkisp1_resizer *rsz, enum rkisp1_shadow_regs_when when) rkisp1_rsz_config() argument
735 enum rkisp1_shadow_regs_when when = RKISP1_SHADOW_REGS_SYNC; rkisp1_rsz_s_stream() local
[all...]
/kernel/linux/linux-6.6/drivers/media/platform/rockchip/rkisp1/
H A Drkisp1-resizer.c153 enum rkisp1_shadow_regs_when when) in rkisp1_dcrop_disable()
160 if (when == RKISP1_SHADOW_REGS_ASYNC) in rkisp1_dcrop_disable()
207 enum rkisp1_shadow_regs_when when) in rkisp1_rsz_update_shadow()
211 if (when == RKISP1_SHADOW_REGS_ASYNC) in rkisp1_rsz_update_shadow()
230 enum rkisp1_shadow_regs_when when) in rkisp1_rsz_disable()
234 if (when == RKISP1_SHADOW_REGS_SYNC) in rkisp1_rsz_disable()
235 rkisp1_rsz_update_shadow(rsz, when); in rkisp1_rsz_disable()
243 enum rkisp1_shadow_regs_when when) in rkisp1_rsz_config_regs()
295 rkisp1_rsz_update_shadow(rsz, when); in rkisp1_rsz_config_regs()
299 enum rkisp1_shadow_regs_when when) in rkisp1_rsz_config()
152 rkisp1_dcrop_disable(struct rkisp1_resizer *rsz, enum rkisp1_shadow_regs_when when) rkisp1_dcrop_disable() argument
206 rkisp1_rsz_update_shadow(struct rkisp1_resizer *rsz, enum rkisp1_shadow_regs_when when) rkisp1_rsz_update_shadow() argument
229 rkisp1_rsz_disable(struct rkisp1_resizer *rsz, enum rkisp1_shadow_regs_when when) rkisp1_rsz_disable() argument
238 rkisp1_rsz_config_regs(struct rkisp1_resizer *rsz, struct v4l2_rect *sink_y, struct v4l2_rect *sink_c, struct v4l2_rect *src_y, struct v4l2_rect *src_c, enum rkisp1_shadow_regs_when when) rkisp1_rsz_config_regs() argument
298 rkisp1_rsz_config(struct rkisp1_resizer *rsz, enum rkisp1_shadow_regs_when when) rkisp1_rsz_config() argument
705 enum rkisp1_shadow_regs_when when = RKISP1_SHADOW_REGS_SYNC; rkisp1_rsz_s_stream() local
[all...]
/kernel/linux/linux-5.10/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...]
/kernel/linux/linux-6.6/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...]
/kernel/linux/linux-5.10/arch/nds32/lib/
H A Dmemmove.S18 beq $r0, $r1, exit_memcpy ! Exit when det = src
19 beqz $r2, exit_memcpy ! Exit when n = 0
23 ! Avoid data lost when memory overlap
24 ! Copy data reversely when src < dst
H A Dmemset.S9 beqz $r2, end_memset ! Exit when len = 0
/kernel/linux/linux-5.10/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
/kernel/linux/linux-6.6/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
/kernel/linux/linux-5.10/arch/ia64/kernel/
H A Dunwind.c709 set_reg (struct unw_reg_info *reg, enum unw_where where, int when, unsigned long val) in set_reg()
713 if (reg->when == UNW_WHEN_NEVER) in set_reg()
714 reg->when = when;
739 reg->when = t; in spill_next_when()
767 * Next, compute when the fp, general, and branch registers get in finish_prologue()
972 sr->curr.reg[UNW_REG_PSP].when = sr->region_start + min_t(int, t, sr->region_len - 1);
1008 reg->when = sr->region_start + min_t(int, t, sr->region_len - 1);
1096 r->when = UNW_WHEN_NEVER; in desc_restore_p()
1117 r->when in desc_spill_reg_p()
707 set_reg(struct unw_reg_info *reg, enum unw_where where, int when, unsigned long val) set_reg() argument
[all...]
/kernel/linux/linux-6.6/arch/ia64/kernel/
H A Dunwind.c709 set_reg (struct unw_reg_info *reg, enum unw_where where, int when, unsigned long val) in set_reg()
713 if (reg->when == UNW_WHEN_NEVER) in set_reg()
714 reg->when = when;
739 reg->when = t; in spill_next_when()
767 * Next, compute when the fp, general, and branch registers get in finish_prologue()
972 sr->curr.reg[UNW_REG_PSP].when = sr->region_start + min_t(int, t, sr->region_len - 1);
1008 reg->when = sr->region_start + min_t(int, t, sr->region_len - 1);
1096 r->when = UNW_WHEN_NEVER; in desc_restore_p()
1117 r->when in desc_spill_reg_p()
707 set_reg(struct unw_reg_info *reg, enum unw_where where, int when, unsigned long val) set_reg() argument
[all...]
/kernel/linux/linux-5.10/fs/lockd/
H A Dsvclock.c90 nlmsvc_insert_block_locked(struct nlm_block *block, unsigned long when) in nlmsvc_insert_block_locked() argument
95 dprintk("lockd: nlmsvc_insert_block(%p, %ld)\n", block, when); in nlmsvc_insert_block_locked()
103 if (when != NLM_NEVER) { in nlmsvc_insert_block_locked()
104 if ((when += jiffies) == NLM_NEVER) in nlmsvc_insert_block_locked()
105 when ++; in nlmsvc_insert_block_locked()
108 if (time_after(b->b_when,when) || b->b_when == NLM_NEVER) in nlmsvc_insert_block_locked()
117 block->b_when = when; in nlmsvc_insert_block_locked()
120 static void nlmsvc_insert_block(struct nlm_block *block, unsigned long when) in nlmsvc_insert_block() argument
123 nlmsvc_insert_block_locked(block, when); in nlmsvc_insert_block()
749 * VFS layer when
[all...]
/kernel/linux/linux-6.6/fs/lockd/
H A Dsvclock.c91 nlmsvc_insert_block_locked(struct nlm_block *block, unsigned long when) in nlmsvc_insert_block_locked() argument
96 dprintk("lockd: nlmsvc_insert_block(%p, %ld)\n", block, when); in nlmsvc_insert_block_locked()
104 if (when != NLM_NEVER) { in nlmsvc_insert_block_locked()
105 if ((when += jiffies) == NLM_NEVER) in nlmsvc_insert_block_locked()
106 when ++; in nlmsvc_insert_block_locked()
109 if (time_after(b->b_when,when) || b->b_when == NLM_NEVER) in nlmsvc_insert_block_locked()
118 block->b_when = when; in nlmsvc_insert_block_locked()
121 static void nlmsvc_insert_block(struct nlm_block *block, unsigned long when) in nlmsvc_insert_block() argument
124 nlmsvc_insert_block_locked(block, when); in nlmsvc_insert_block()
775 * VFS layer when
[all...]
/kernel/linux/linux-5.10/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
/kernel/linux/linux-6.6/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
/kernel/liteos_m/arch/arm/cortex-m33/iar/TZ/non_secure/
H A Dlos_exc.S178 LDR R3, [R2] ; R3 store active hwi register when exc
246 LDMFD R3!, {R4-R11} ; R4-R11 store PSP reg(auto push when exc in task)
263 LDMFD R3, {R4-R11} ; R4-R11 store PSP reg(auto push when exc in task)
/kernel/liteos_m/arch/arm/cortex-m55/iar/TZ/non_secure/
H A Dlos_exc.S178 LDR R3, [R2] ; R3 store active hwi register when exc
246 LDMFD R3!, {R4-R11} ; R4-R11 store PSP reg(auto push when exc in task)
263 LDMFD R3, {R4-R11} ; R4-R11 store PSP reg(auto push when exc in task)
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/
H A Dtcp_nip_output.c69 /* Store the options contained in TCP when sending TCP packets */
149 unsigned long when = tcp_probe0_base(sk); in tcp_nip_check_probe_timer() local
151 nip_dbg("start probe0 timer, when=%lu, RTO MAX=%u", when, TCP_RTO_MAX); in tcp_nip_check_probe_timer()
152 inet_csk_reset_xmit_timer(sk, ICSK_TIME_PROBE0, when, TCP_RTO_MAX); in tcp_nip_check_probe_timer()
253 nip_dbg("when new_win(%u) < cur_win(%u), win change [%u to %u]", in nip_tcp_select_window()
719 * opts: stores the options contained in TCP packets when they are sent.
1293 nip_dbg("no probe0 when tcp close"); in tcp_nip_write_wakeup()
1332 unsigned long when; in tcp_nip_send_probe0() local
1353 when in tcp_nip_send_probe0()
[all...]
/kernel/linux/linux-5.10/drivers/scsi/arm/
H A Dacornscsi.h254 unsigned long when; member
263 host->status[(_q)][host->status_ptr[(_q)]].when = jiffies; \
/kernel/linux/linux-6.6/drivers/scsi/arm/
H A Dacornscsi.h254 unsigned long when; member
263 host->status[(_q)][host->status_ptr[(_q)]].when = jiffies; \
/kernel/linux/linux-5.10/arch/h8300/boot/compressed/
H A Dhead.S44 .word 0x8000 ; size to move, when setup is not
/kernel/linux/linux-5.10/include/linux/
H A Dmaple.h74 unsigned long when, interval, function; member
/kernel/linux/linux-6.6/include/linux/
H A Dmaple.h74 unsigned long when, interval, function; member
/kernel/linux/linux-5.10/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
365 bbit0 r9, STATUS_A1_BIT, 149f ; L1 not active when L2 IRQ, so normal
371 ; paranoid check, given A1 was active when A2 happened, preempt count

Completed in 18 milliseconds

123456