Searched refs:s32 (Results 1 - 25 of 1810) sorted by last modified time

1234567891011>>

/linux-master/net/core/
H A Dfilter.c696 const s32 off_min = S16_MIN, off_max = S16_MAX; \
697 s32 off; \
3602 BPF_CALL_4(sk_skb_adjust_room, struct sk_buff *, skb, s32, len_diff,
3643 BPF_CALL_4(bpf_skb_adjust_room, struct sk_buff *, skb, s32, len_diff,
6234 u32, ifindex, u32 *, mtu_len, s32, len_diff, u64, flags)
6283 u32, ifindex, u32 *, mtu_len, s32, len_diff, u64, flags)
6565 s32, len)
6690 if (unlikely(flags || !((s32)netns_id < 0 || netns_id <= S32_MAX)))
6700 if ((s32)netns_id < 0) {
/linux-master/kernel/bpf/
H A Dverifier.c576 static int __get_spi(s32 off)
1758 reg->s32_min_value = (s32)imm;
1759 reg->s32_max_value = (s32)imm;
1780 reg->s32_min_value = (s32)imm;
1781 reg->s32_max_value = (s32)imm;
1935 reg->s32_min_value = max_t(s32, reg->s32_min_value,
1938 reg->s32_max_value = min_t(s32, reg->s32_max_value,
1968 * bits to improve our u32/s32 boundaries.
1980 * Note also, that [0xA, 0xF] is a valid range both in u32 and in s32,
1982 * (which equally applies to u32 vs s32 correspondenc
[all...]
H A Dcore.c361 static int bpf_adj_delta_to_imm(struct bpf_insn *insn, u32 pos, s32 end_old,
362 s32 end_new, s32 curr, const bool probe_pass)
365 s32 delta = end_new - end_old;
379 static int bpf_adj_delta_to_off(struct bpf_insn *insn, u32 pos, s32 end_old,
380 s32 end_new, s32 curr, const bool probe_pass)
383 s32 delta = end_new - end_old;
410 static int bpf_adj_branches(struct bpf_prog *prog, u32 pos, s32 end_old,
411 s32 end_ne
[all...]
/linux-master/include/linux/
H A Dfilter.h199 /* Short form of movsx, dst_reg = (s8,s16,s32)src_reg */
1391 s32 level;
1392 s32 optname;
1393 s32 optlen;
/linux-master/drivers/nvme/host/
H A Dcore.c2624 static void nvme_set_latency_tolerance(struct device *dev, s32 val)
/linux-master/drivers/net/ethernet/intel/e1000e/
H A Dphy.c7 static s32 e1000_wait_autoneg(struct e1000_hw *hw);
8 static s32 e1000_access_phy_wakeup_reg_bm(struct e1000_hw *hw, u32 offset,
11 static s32 e1000_access_phy_debug_regs_hv(struct e1000_hw *hw, u32 offset,
44 s32 e1000e_check_reset_block_generic(struct e1000_hw *hw)
60 s32 e1000e_get_phy_id(struct e1000_hw *hw)
63 s32 ret_val = 0;
99 s32 e1000e_phy_reset_dsp(struct e1000_hw *hw)
101 s32 ret_val;
129 s32 e1000e_read_phy_reg_mdic(struct e1000_hw *hw, u32 offset, u16 *data)
208 s32 e1000e_write_phy_reg_mdi
[all...]
/linux-master/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c4414 s32 i;
4419 s32 primary_planes;
5232 s32 y, s32 width, s32 height,
/linux-master/drivers/firewire/
H A Dohci.c1773 s32 diff01, diff12;
3095 s32 cycle, u32 sync, u32 tags)
/linux-master/arch/x86/net/
H A Dbpf_jit_comp.c69 return value == (s64)(s32)value;
100 * Add 0x10 (and an extra 0x0f) to generate far jumps (. + s32)
786 if (sign_propagate && (s32)imm32 < 0) {
1324 const s32 imm32 = insn->imm;
/linux-master/arch/riscv/net/
H A Dbpf_jit_comp64.c465 static void emit_atomic(u8 rd, u8 rs, s16 off, s32 imm, bool is64,
1068 s32 imm = insn->imm;
/linux-master/arch/arm64/net/
H A Dbpf_jit_comp.c102 const s32 val, struct jit_ctx *ctx)
564 const s32 imm = insn->imm;
568 s32 jmp_offset;
839 const s32 imm = insn->imm;
844 s32 jmp_offset;
1451 const s32 imm = insn->imm;
/linux-master/arch/arm/net/
H A Dbpf_jit_32.c233 static s32 jit_sdiv32(s32 dividend, s32 divisor)
238 static s32 jit_smod32(s32 dividend, s32 divisor)
1597 const s32 imm = insn->imm;
1602 s32 jmp_offset;
/linux-master/net/wireless/
H A Dtrace.h70 __field(s32, rssi_threshold) \
1468 struct net_device *netdev, s32 rssi_thold,
1474 __field(s32, rssi_thold)
1491 struct net_device *netdev, s32 low, s32 high),
1496 __field(s32, rssi_low)
1497 __field(s32, rssi_high)
3229 s32 rssi_level),
3234 __field(s32, rssi_level)
3600 __field(s32, signa
[all...]
H A Dnl80211.c9510 s32 default_match_rssi = NL80211_SCAN_RSSI_THOLD_OFF;
12817 s32 last, low, high;
12874 const s32 *thresholds, int n_thresholds,
12881 s32 prev = S32_MIN;
12975 const s32 *thresholds =
19099 s32 rssi_level, gfp_t gfp)
19129 s32 rssi_level;
19605 u64 cookie, bool acked, s32 ack_signal,
/linux-master/net/mac80211/
H A Dtx.c4011 static inline s32 ieee80211_sta_deficit(struct sta_info *sta, u8 ac)
4078 s32 deficit = ieee80211_sta_deficit(sta, txqi->txq.ac);
H A Dmlme.c8651 s32 rssi_level,
/linux-master/include/net/
H A Dsock.h681 s32 off = READ_ONCE(sk->sk_peek_off);
684 off = max_t(s32, off - val, 0);
H A Dmac80211.h736 s32 cqm_rssi_thold;
738 s32 cqm_rssi_low;
739 s32 cqm_rssi_high;
1218 s32 ack_signal;
6663 s32 rssi_level,
/linux-master/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dftm-initiator.c1325 result.ftm.rtt_avg = (s32)le32_to_cpu(fw_ap->rtt);
/linux-master/drivers/net/phy/
H A Ddp83869.c147 s32 rx_int_delay;
148 s32 tx_int_delay;
/linux-master/drivers/net/ethernet/ti/
H A Dam65-cpts.c410 s32 ppb = scaled_ppm_to_ppb(scaled_ppm);
/linux-master/drivers/net/ethernet/intel/igc/
H A Digc_main.c1046 s32 launchtime;
6602 s32 igc_read_pcie_cap_reg(struct igc_hw *hw, u32 reg, u16 *value)
6614 s32 igc_write_pcie_cap_reg(struct igc_hw *hw, u32 reg, u16 *value)
H A Digc.h137 s32 idleslope; /* idleSlope in kbps */
138 s32 sendslope; /* sendSlope in kbps */
139 s32 hicredit; /* hiCredit in bytes */
140 s32 locredit; /* loCredit in bytes */
638 static inline s32 igc_get_phy_info(struct igc_hw *hw)
646 static inline s32 igc_reset_phy(struct igc_hw *hw)
701 static inline s32 igc_read_phy_reg(struct igc_hw *hw, u32 offset, u16 *data)
/linux-master/drivers/gpu/drm/xe/
H A Dxe_guc_ct.c1078 s32 avail;
/linux-master/drivers/gpu/drm/etnaviv/
H A Detnaviv_gpu.c1115 return (s32)(f->gpu->completed_fence - f->base.seqno) >= 0;
1157 return (s32)(a - b) > 0;

Completed in 827 milliseconds

1234567891011>>