Home
last modified time | relevance | path

Searched +defs:val +defs:when (Results 1 – 8 of 8) sorted by relevance

/linux-6.14.4/drivers/net/hamradio/
Dscc.c263 static inline void OutReg(io_port port, unsigned char reg, unsigned char val) in OutReg()
279 unsigned char val) in wr()
284 static inline void or(struct scc_channel *scc, unsigned char reg, unsigned char val) in or()
289 static inline void cl(struct scc_channel *scc, unsigned char reg, unsigned char val) in cl()
1000 unsigned long when) in __scc_start_tx_timer()
1018 unsigned long when) in scc_start_tx_timer()
/linux-6.14.4/net/ipv4/
Dtcp_timer.c49 u32 tcp_clamp_probe0_to_user_timeout(const struct sock *sk, u32 when) in tcp_clamp_probe0_to_user_timeout()
754 void tcp_set_keepalive(struct sock *sk, int val) in tcp_set_keepalive()
Dtcp_input.c240 u64 val = (u64)skb->len << TCP_RMEM_TO_WIN_SCALE; in tcp_measure_rcv_mss() local
2461 static bool tcp_tsopt_ecr_before(const struct tcp_sock *tp, u32 when) in tcp_tsopt_ecr_before()
2810 u64 val; in tcp_mtup_probe_success() local
3569 unsigned long when = tcp_probe0_when(sk, TCP_RTO_MAX); in tcp_ack_probe() local
3738 u32 val = READ_ONCE(*last_oow_ack_time); in __tcp_oow_rate_limited() local
/linux-6.14.4/arch/x86/kernel/cpu/mce/
Dcore.c587 static int mce_early_notifier(struct notifier_block *nb, unsigned long val, in mce_early_notifier()
610 static int uc_decode_notifier(struct notifier_block *nb, unsigned long val, in uc_decode_notifier()
637 static int mce_default_notifier(struct notifier_block *nb, unsigned long val, in mce_default_notifier()
1703 unsigned long when = jiffies + interval; in __start_timer() local
2943 static int fake_panic_get(void *data, u64 *val) in fake_panic_get()
2949 static int fake_panic_set(void *data, u64 val) in fake_panic_set()
/linux-6.14.4/include/net/
Dtcp.h320 #define TCP_ADD_STATS(net, field, val) SNMP_ADD_STATS((net)->mib.tcp_statistics, field, val) argument
586 u64 val = get_jiffies_64(); in tcp_cookie_time() local
593 static inline u64 tcp_ns_to_ts(bool usec_ts, u64 val) in tcp_ns_to_ts()
1334 static inline void tcp_snd_cwnd_set(struct tcp_sock *tp, u32 val) in tcp_snd_cwnd_set()
1442 unsigned long when, in tcp_reset_xmit_timer()
1466 u64 when = (u64)tcp_probe0_base(sk) << backoff; in tcp_probe0_when() local
1555 u64 val = (u64)win << TCP_RMEM_TO_WIN_SCALE; in __tcp_space_from_win() local
1649 int val; in keepalive_intvl_when() local
1662 int val; in keepalive_time_when() local
1673 int val; in keepalive_probes() local
[all …]
/linux-6.14.4/drivers/ata/
Dsata_mv.c1310 static int mv_scr_read(struct ata_link *link, unsigned int sc_reg_in, u32 *val) in mv_scr_read()
1321 static int mv_scr_write(struct ata_link *link, unsigned int sc_reg_in, u32 val) in mv_scr_write()
2575 char *when = "idle"; in mv_unexpected_intr() local
3021 static int mv5_scr_read(struct ata_link *link, unsigned int sc_reg_in, u32 *val) in mv5_scr_read()
3035 static int mv5_scr_write(struct ata_link *link, unsigned int sc_reg_in, u32 val) in mv5_scr_write()
/linux-6.14.4/net/ipv6/
Daddrconf.c326 unsigned long when) in addrconf_mod_rs_timer()
1018 u32 val = __ipv6_addr_jhash(addr, net_hash_mix(net)); in inet6_addr_hash() local
6323 int val = *valp; in addrconf_sysctl_forward() local
6420 int val = *valp; in addrconf_sysctl_disable() local
6619 int val = *valp; in addrconf_sysctl_ignore_routes_with_linkdown() local
6651 void addrconf_disable_policy_idev(struct inet6_dev *idev, int val) in addrconf_disable_policy_idev()
6681 int addrconf_disable_policy(const struct ctl_table *ctl, int *valp, int val) in addrconf_disable_policy()
6717 int val = *valp; in addrconf_sysctl_disable_policy() local
/linux-6.14.4/mm/
Dslub.c327 unsigned long when; /* When did the operation occur */ member
1135 static void init_object(struct kmem_cache *s, void *object, u8 val) in init_object()
1312 void *object, u8 val) in check_object()
1864 void *object, u8 val) { return 1; } in check_object()
6270 u8 val = test_bit(__obj_to_index(s, addr, p), obj_map) ? in validate_slab() local