Home
last modified time | relevance | path

Searched defs:range (Results 676 - 700 of 2014) sorted by relevance

1...<<21222324252627282930>>...81

/kernel/linux/linux-5.10/lib/
H A Dnlattr.c115 nla_get_range_unsigned(const struct nla_policy *pt, struct netlink_range_validation *range) nla_get_range_unsigned() argument
168 struct netlink_range_validation range; nla_validate_range_unsigned() local
224 nla_get_range_signed(const struct nla_policy *pt, struct netlink_range_validation_signed *range) nla_get_range_signed() argument
272 struct netlink_range_validation_signed range; nla_validate_int_range_signed() local
[all...]
/kernel/linux/linux-5.10/mm/
H A Dmmu_notifier.c94 mn_itree_inv_start_range(struct mmu_notifier_subscriptions *subscriptions, const struct mmu_notifier_range *range, unsigned long *seq) mn_itree_inv_start_range() argument
117 mn_itree_inv_next(struct mmu_interval_notifier *interval_sub, const struct mmu_notifier_range *range) mn_itree_inv_next() argument
264 struct mmu_notifier_range range = { mn_itree_release() local
444 mn_itree_invalidate(struct mmu_notifier_subscriptions *subscriptions, const struct mmu_notifier_range *range) mn_itree_invalidate() argument
475 mn_hlist_invalidate_range_start( struct mmu_notifier_subscriptions *subscriptions, struct mmu_notifier_range *range) mn_hlist_invalidate_range_start() argument
536 __mmu_notifier_invalidate_range_start(struct mmu_notifier_range *range) __mmu_notifier_invalidate_range_start() argument
553 mn_hlist_invalidate_end(struct mmu_notifier_subscriptions *subscriptions, struct mmu_notifier_range *range, bool only_end) mn_hlist_invalidate_end() argument
592 __mmu_notifier_invalidate_range_end(struct mmu_notifier_range *range, bool only_end) __mmu_notifier_invalidate_range_end() argument
1132 mmu_notifier_range_update_to_read_only(const struct mmu_notifier_range *range) mmu_notifier_range_update_to_read_only() argument
[all...]
H A Dmprotect.c230 struct mmu_notifier_range range; in change_pmd_range() local
/kernel/linux/linux-5.10/net/ipv4/
H A Dsysctl_net_ipv4.c58 static void set_local_port_range(struct net *net, int range[2]) in set_local_port_range() argument
79 int range[ in ipv4_local_port_range() local
115 int range[2]; ipv4_privileged_ports() local
[all...]
/kernel/linux/linux-5.10/net/netfilter/
H A Dnf_nat_sip.c324 struct nf_nat_range2 range; in nf_nat_sip_expected() local
[all...]
/kernel/linux/linux-5.10/drivers/pnp/pnpacpi/
H A Drsparser.c154 struct { u64 start, length; } range; in pnpacpi_parse_allocated_vendor() local
/kernel/linux/linux-5.10/drivers/pinctrl/
H A Dpinctrl-rk805.c320 rk805_pmx_gpio_set_direction(struct pinctrl_dev *pctldev, struct pinctrl_gpio_range *range, unsigned int offset, bool input) rk805_pmx_gpio_set_direction() argument
/kernel/linux/linux-5.10/drivers/regulator/
H A Dhelpers.c132 int range; in regulator_get_voltage_sel_pickable_regmap() local
176 unsigned int range; in regulator_set_voltage_sel_pickable_regmap() local
410 const struct linear_range *range; regulator_map_voltage_linear_range() local
459 const struct linear_range *range; regulator_map_voltage_pickable_linear_range() local
547 const struct linear_range *range; regulator_list_voltage_pickable_linear_range() local
[all...]
/kernel/linux/linux-5.10/drivers/staging/comedi/drivers/
H A Dcomedi_test.c171 fake_waveform(struct comedi_device *dev, unsigned int channel, unsigned int range, unsigned int current_time) fake_waveform() argument
H A Ddas16m1.c113 unsigned int range = CR_RANGE(chanspec[i]); in das16m1_ai_set_queue() local
H A Ddt2811.c246 unsigned int range = CR_RANGE(chanspec); dt2811_ai_set_chanspec() local
[all...]
H A Dpcl711.c214 unsigned int range = CR_RANGE(chanspec); in pcl711_set_changain() local
H A Dpcmuio.c392 unsigned int range = CR_RANGE(chanspec); in pcmuio_start_intr() local
/kernel/linux/linux-5.10/fs/nilfs2/
H A Dioctl.c1071 struct fstrim_range range; in nilfs_ioctl_trim_fs() local
1112 __u64 range[ in nilfs_ioctl_set_alloc_range() local
[all...]
/kernel/linux/linux-6.6/drivers/misc/
H A Disl29003.c107 static int isl29003_set_range(struct i2c_client *client, int range) in isl29003_set_range() argument
158 int lsb, msb, range, bitdepth; in isl29003_get_adc_value() local
/kernel/linux/linux-6.6/drivers/misc/cxl/
H A Dapi.c149 __u16 range; in cxl_find_afu_irq() local
/kernel/linux/linux-6.6/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_main.c51 int range; member
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_flower.c451 struct mlxsw_sp_port_range range = { in mlxsw_sp_flower_parse_ports_range() local
470 struct mlxsw_sp_port_range range = { in mlxsw_sp_flower_parse_ports_range() local
/kernel/linux/linux-6.6/drivers/accel/ivpu/
H A Divpu_gem.c564 const struct ivpu_addr_range *range; in ivpu_bo_alloc_internal() local
278 ivpu_bo_alloc_vpu_addr(struct ivpu_bo *bo, struct ivpu_mmu_context *ctx, const struct ivpu_addr_range *range) ivpu_bo_alloc_vpu_addr() argument
340 ivpu_bo_alloc(struct ivpu_device *vdev, struct ivpu_mmu_context *mmu_context, u64 size, u32 flags, const struct ivpu_bo_ops *ops, const struct ivpu_addr_range *range, u64 user_ptr) ivpu_bo_alloc() argument
[all...]
H A Divpu_hw.h163 static inline void ivpu_hw_init_range(struct ivpu_addr_range *range, u64 start, u64 size) in ivpu_hw_init_range() argument
169 static inline u64 ivpu_hw_range_size(const struct ivpu_addr_range *range) in ivpu_hw_range_size() argument
/kernel/linux/linux-6.6/fs/fat/
H A Dfile.c130 struct fstrim_range range; in fat_ioctl_fitrim() local
/kernel/linux/linux-6.6/fs/nilfs2/
H A Dioctl.c1055 struct fstrim_range range; in nilfs_ioctl_trim_fs() local
1097 __u64 range[ in nilfs_ioctl_set_alloc_range() local
[all...]
/kernel/linux/linux-6.6/fs/nfs/flexfilelayout/
H A Dflexfilelayoutdev.c421 ff_layout_get_ds_cred(struct nfs4_ff_layout_mirror *mirror, const struct pnfs_layout_range *range, const struct cred *mdscred) ff_layout_get_ds_cred() argument
508 do_layout_fetch_ds_ioerr(struct pnfs_layout_hdr *lo, const struct pnfs_layout_range *range, struct list_head *head, unsigned int maxnum) do_layout_fetch_ds_ioerr() argument
535 ff_layout_fetch_ds_ioerr(struct pnfs_layout_hdr *lo, const struct pnfs_layout_range *range, struct list_head *head, unsigned int maxnum) ff_layout_fetch_ds_ioerr() argument
/kernel/linux/linux-6.6/include/net/
H A Dfib_rules.h137 static inline bool fib_rule_port_range_set(const struct fib_rule_port_range *range) in fib_rule_port_range_set() argument
/kernel/linux/linux-6.6/include/drm/
H A Ddrm_gpuva_mgr.h92 u64 range; member
155 static inline void drm_gpuva_init(struct drm_gpuva *va, u64 addr, u64 range, in drm_gpuva_init() argument
377 u64 range; global() member
[all...]

Completed in 22 milliseconds

1...<<21222324252627282930>>...81