Searched defs:val (Results 226 - 250 of 9172) sorted by last modified time

1234567891011>>

/linux-master/arch/x86/include/asm/
H A Dkvm_host.h404 unsigned long val; member in struct:kvm_rmap_head
/linux-master/arch/x86/events/intel/
H A Dlbr.c249 inline u64 lbr_from_signext_quirk_wr(u64 val) argument
269 static u64 lbr_from_signext_quirk_rd(u64 val) argument
281 static __always_inline void wrlbr_from(unsigned int idx, u64 val) argument
287 wrlbr_to(unsigned int idx, u64 val) argument
292 wrlbr_info(unsigned int idx, u64 val) argument
299 u64 val; local
311 u64 val; local
323 u64 val; local
[all...]
/linux-master/arch/powerpc/kernel/
H A Diommu.c43 static int iommu_debugfs_weight_get(void *data, u64 *val) argument
/linux-master/tools/testing/selftests/net/
H A Dudpgso.c283 int level, name, val; local
395 int i, ret, val, mss; local
461 int fdr, fdt, val; local
[all...]
/linux-master/tools/testing/selftests/net/tcp_ao/lib/
H A Dproc.c10 uint64_t val; member in struct:netstat_counter
/linux-master/tools/include/uapi/sound/
H A Dasound.h1030 unsigned int val; member in struct:snd_timer_tread
[all...]
/linux-master/tools/include/uapi/drm/
H A Di915_drm.h2614 __u64 val; /* Return value */ member in struct:drm_i915_reg_read
/linux-master/sound/pci/hda/
H A Dtas2781_hda_i2c.c204 int val, ret = 0; local
276 int val, ret = 0; local
319 int val, ret = 0; local
399 bool change, val = (bool)ucontrol->value.integer.value[0]; local
[all...]
/linux-master/sound/core/seq/
H A Dseq_ump_convert.c34 u16 val, repeat; local
45 u32 val, repeat; local
57 u32 val, repeat; local
82 ump_midi1_to_note_ev(const union snd_ump_midi1_msg *val, struct snd_seq_event *ev) argument
91 ump_midi1_to_ctrl_ev(const union snd_ump_midi1_msg *val, struct snd_seq_event *ev) argument
99 ump_midi1_to_pitchbend_ev(const union snd_ump_midi1_msg *val, struct snd_seq_event *ev) argument
108 ump_midi1_to_cc_ev(const union snd_ump_midi1_msg *val, struct snd_seq_event *ev) argument
133 cvt_ump_midi1_to_event(const union snd_ump_midi1_msg *val, struct snd_seq_event *ev) argument
150 ump_system_to_one_param_ev(const union snd_ump_midi1_msg *val, struct snd_seq_event *ev) argument
157 ump_system_to_songpos_ev(const union snd_ump_midi1_msg *val, struct snd_seq_event *ev) argument
183 cvt_ump_system_to_event(const union snd_ump_midi1_msg *val, struct snd_seq_event *ev) argument
203 ump_midi2_to_note_ev(const union snd_ump_midi2_msg *val, struct snd_seq_event *ev) argument
219 ump_midi2_to_pitchbend_ev(const union snd_ump_midi2_msg *val, struct snd_seq_event *ev) argument
229 ump_midi2_to_cc_ev(const union snd_ump_midi2_msg *val, struct snd_seq_event *ev) argument
239 ump_midi2_to_pgm_ev(const union snd_ump_midi2_msg *val, struct snd_seq_event *ev) argument
259 ump_midi2_to_ctrl_ev(const union snd_ump_midi2_msg *val, struct snd_seq_event *ev) argument
268 ump_midi2_to_rpn_ev(const union snd_ump_midi2_msg *val, struct snd_seq_event *ev) argument
303 cvt_ump_midi2_to_event(const union snd_ump_midi2_msg *val, struct snd_seq_event *ev) argument
321 u32 val; local
634 int val = event->data.control.value + 8192; local
781 unsigned char val = event->data.control.value & 0x7f; local
868 int val = event->data.control.value + 8192; local
1131 fill_sysex7_ump(struct snd_seq_client_port *dest_port, u32 *val, u8 status, u8 *buf, int len) argument
[all...]
/linux-master/net/sched/
H A Dsch_generic.c432 unsigned long val; local
1317 int val; local
/linux-master/net/netfilter/
H A Dnft_set_hash.c462 u64 val = div_u64((u64)size * 4, 3); local
H A Dnf_tables_api.c10967 u32 val; local
[all...]
/linux-master/net/core/
H A Ddev.c183 unsigned int val = net->dev_base_seq + 1; local
1637 static int call_netdevice_notifier(struct notifier_block *nb, unsigned long val, argument
1935 int call_netdevice_notifiers_info(unsigned long val, argument
1979 call_netdevice_notifiers_extack(unsigned long val, struct net_device *dev, struct netlink_ext_ack *extack) argument
2000 call_netdevice_notifiers(unsigned long val, struct net_device *dev) argument
2015 call_netdevice_notifiers_mtu(unsigned long val, struct net_device *dev, u32 arg) argument
6045 unsigned long new, val = READ_ONCE(n->state); local
6087 unsigned long flags, val, new, timeout = 0; local
6287 unsigned long val = READ_ONCE(napi->state); local
6548 unsigned long val, new; local
6579 unsigned long new, val = READ_ONCE(n->state); local
7930 __netdev_adjacent_dev_set(struct net_device *upper_dev, struct net_device *lower_dev, bool val) argument
[all...]
/linux-master/net/bridge/
H A Dbr_private.h1739 br_vlan_filter_toggle(struct net_bridge *br, unsigned long val, struct netlink_ext_ack *extack) argument
[all...]
/linux-master/lib/
H A Dubsan.c160 static s_max get_signed_val(struct type_descriptor *type, void *val) argument
175 static bool val_is_negative(struct type_descriptor *type, void *val) argument
180 static u_max get_unsigned_val(struct type_descriptor *type, void *val) argument
197 u_max val = get_unsigned_val(type, value); local
485 __ubsan_handle_load_invalid_value(void *_data, void *val) argument
[all...]
/linux-master/init/
H A Dmain.c330 const char *val; local
392 static int __init bootconfig_params(char *param, char *val, argument
496 static void __init repair_env_string(char *param, char *val) argument
511 set_init_arg(char *param, char *val, const char *unused, void *arg) argument
536 unknown_bootoption(char *param, char *val, const char *unused, void *arg) argument
743 do_early_param(char *param, char *val, const char *unused, void *arg) argument
1289 ignore_unknown_bootoption(char *param, char *val, const char *unused, void *arg) argument
[all...]
/linux-master/include/net/netfilter/
H A Dnf_tables.h144 static inline void nft_reg_store8(u32 *dreg, u8 val) argument
155 static inline void nft_reg_store16(u32 *dreg, u16 val) argument
161 static inline void nft_reg_store_be16(u32 *dreg, __be16 val) argument
181 static inline void nft_reg_store64(u64 *dreg, u64 val) argument
292 struct nft_data val; member in union:nft_set_elem::__anon73
296 struct nft_data val; member in union:nft_set_elem::__anon74
300 struct nft_data val; member in union:nft_set_elem::__anon75
[all...]
/linux-master/include/linux/
H A Dudp.h115 static inline int udp_set_peek_off(struct sock *sk, int val) argument
122 static inline void udp_set_no_check6_tx(struct sock *sk, bool val) argument
127 static inline void udp_set_no_check6_rx(struct sock *sk, bool val) argument
/linux-master/fs/fuse/
H A Dinode.c1172 static int set_global_limit(const char *val, const struct kernel_param *kp) argument
H A Dcuse.c221 char *key, *val; local
274 char *key, *val; local
[all...]
/linux-master/drivers/ufs/host/
H A Dufs-qcom.c859 u32 val, dev_major; local
/linux-master/drivers/platform/x86/amd/pmf/
H A Dpmf.h111 struct amd_pmf_apts_output val; member in struct:amd_pmf_apts_granular_output
116 struct amd_pmf_apts_output val[APTS_MAX_STATES]; member in struct:amd_pmf_apts_granular
H A Dcore.c165 static inline void amd_pmf_reg_write(struct amd_pmf_dev *dev, int reg_offset, u32 val) argument
187 u32 val; local
396 u32 val; local
[all...]
/linux-master/drivers/platform/x86/amd/pmc/
H A Dpmc-quirks.c235 u8 val; local
/linux-master/drivers/net/
H A Dtun.c355 static inline u16 tun16_to_cpu(struct tun_struct *tun, __virtio16 val) argument
360 static inline __virtio16 cpu_to_tun16(struct tun_struct *tun, u16 val) argument

Completed in 300 milliseconds

1234567891011>>