/Linux-v6.1/tools/lib/ |
D | bitmap.c | 10 unsigned int k, w = 0, lim = bits/BITS_PER_LONG; in __bitmap_weight() local 64 unsigned int lim = bits/BITS_PER_LONG; in __bitmap_and() local 78 unsigned int k, lim = bits/BITS_PER_LONG; in __bitmap_equal() local 93 unsigned int k, lim = bits/BITS_PER_LONG; in __bitmap_intersects() local
|
/Linux-v6.1/drivers/media/i2c/ |
D | ccs-pll.c | 152 const struct ccs_pll_limits *lim, in check_fr_bounds() 192 const struct ccs_pll_limits *lim, in check_bk_bounds() 251 ccs_pll_find_vt_sys_div(struct device *dev, const struct ccs_pll_limits *lim, in ccs_pll_find_vt_sys_div() 291 const struct ccs_pll_limits *lim, in __ccs_pll_calculate_vt_tree() 377 const struct ccs_pll_limits *lim, in ccs_pll_calculate_vt_tree() 439 ccs_pll_calculate_vt(struct device *dev, const struct ccs_pll_limits *lim, in ccs_pll_calculate_vt() 587 ccs_pll_calculate_op(struct device *dev, const struct ccs_pll_limits *lim, in ccs_pll_calculate_op() 701 int ccs_pll_calculate(struct device *dev, const struct ccs_pll_limits *lim, in ccs_pll_calculate()
|
/Linux-v6.1/block/ |
D | blk-merge.c | 103 static unsigned int bio_allowed_max_sectors(struct queue_limits *lim) in bio_allowed_max_sectors() 108 static struct bio *bio_split_discard(struct bio *bio, struct queue_limits *lim, in bio_split_discard() 149 struct queue_limits *lim, unsigned *nsegs, struct bio_set *bs) in bio_split_write_zeroes() 168 struct queue_limits *lim) in get_max_io_size() 187 static inline unsigned get_max_segment_size(struct queue_limits *lim, in get_max_segment_size() 222 static bool bvec_split_segs(struct queue_limits *lim, const struct bio_vec *bv, in bvec_split_segs() 270 static struct bio *bio_split_rw(struct bio *bio, struct queue_limits *lim, in bio_split_rw() 334 struct bio *__bio_split_to_limits(struct bio *bio, struct queue_limits *lim, in __bio_split_to_limits() 380 struct queue_limits *lim = &bdev_get_queue(bio->bi_bdev)->limits; in bio_split_to_limits() local
|
D | blk-settings.c | 34 void blk_set_default_limits(struct queue_limits *lim) in blk_set_default_limits() 71 void blk_set_stacking_limits(struct queue_limits *lim) in blk_set_stacking_limits() 484 static int queue_limit_alignment_offset(struct queue_limits *lim, in queue_limit_alignment_offset() 494 static unsigned int queue_limit_discard_alignment(struct queue_limits *lim, in queue_limit_discard_alignment()
|
D | blk.h | 107 static inline bool __bvec_gap_to_prev(struct queue_limits *lim, in __bvec_gap_to_prev() 118 static inline bool bvec_gap_to_prev(struct queue_limits *lim, in bvec_gap_to_prev() 300 struct queue_limits *lim) in bio_may_exceed_limits()
|
/Linux-v6.1/lib/ |
D | bitmap.c | 51 unsigned int k, lim = bits/BITS_PER_LONG; in __bitmap_equal() local 69 unsigned int k, lim = bits / BITS_PER_LONG; in __bitmap_or_equal() local 86 unsigned int k, lim = BITS_TO_LONGS(bits); in __bitmap_complement() local 106 unsigned k, lim = BITS_TO_LONGS(nbits); in __bitmap_shift_right() local 152 unsigned int lim = BITS_TO_LONGS(nbits); in __bitmap_shift_left() local 244 unsigned int lim = bits/BITS_PER_LONG; in __bitmap_and() local 282 unsigned int lim = bits/BITS_PER_LONG; in __bitmap_andnot() local 309 unsigned int k, lim = bits/BITS_PER_LONG; in __bitmap_intersects() local 324 unsigned int k, lim = bits/BITS_PER_LONG; in __bitmap_subset() local
|
/Linux-v6.1/drivers/scsi/ |
D | sun3x_esp.c | 87 int lim; in sun3x_esp_dma_drain() local 109 int lim; in sun3x_esp_dma_invalidate() local
|
D | sun_esp.c | 224 int can_do_sbus64, lim; in sbus_esp_reset_dma() local 323 int lim; in sbus_esp_dma_drain() local 365 int lim; in sbus_esp_dma_invalidate() local
|
D | am53c974.c | 142 int lim = 1000; in pci_esp_dma_drain() local
|
/Linux-v6.1/include/linux/ |
D | bcm47xx_nvram.h | 23 static inline int bcm47xx_nvram_init_from_mem(u32 base, u32 lim) in bcm47xx_nvram_init_from_mem()
|
/Linux-v6.1/tools/include/nolibc/ |
D | stdlib.h | 225 unsigned long lim; in utoa_r() local 361 unsigned long long lim; in u64toa_r() local
|
/Linux-v6.1/drivers/regulator/ |
D | qcom-labibb-regulator.c | 310 static int qcom_labibb_set_ocp(struct regulator_dev *rdev, int lim, in qcom_labibb_set_ocp() 565 struct labibb_current_limits *lim = &vreg->uA_limits; in qcom_labibb_set_current_limit() local 599 struct labibb_current_limits *lim = &vreg->uA_limits; in qcom_labibb_get_current_limit() local
|
D | bd9576-regulator.c | 217 struct regmap *regmap, int reg, int mask, int lim) in bd9576_set_limit() 465 static int bd9576_set_tw(struct regulator_dev *rdev, int lim, int severity, in bd9576_set_tw()
|
D | rt5759-regulator.c | 147 static int rt5759_set_otp(struct regulator_dev *rdev, int lim, int severity, in rt5759_set_otp()
|
D | stpmic1_regulator.c | 495 static int stpmic1_set_icc(struct regulator_dev *rdev, int lim, int severity, in stpmic1_set_icc()
|
/Linux-v6.1/tools/testing/selftests/vm/ |
D | compaction_test.c | 163 struct rlimit lim; in main() local
|
/Linux-v6.1/arch/um/os-Linux/ |
D | main.c | 28 struct rlimit lim; in set_stklim() local
|
D | start_up.c | 303 struct rlimit lim; in check_coredump_limit() local
|
/Linux-v6.1/drivers/pps/generators/ |
D | pps_gen_parport.c | 60 long lim, delta; in hrtimer_event() local
|
/Linux-v6.1/drivers/firmware/broadcom/ |
D | bcm47xx_nvram.c | 120 int bcm47xx_nvram_init_from_mem(u32 base, u32 lim) in bcm47xx_nvram_init_from_mem()
|
/Linux-v6.1/drivers/dma/dw-edma/ |
D | dw-edma-v0-debugfs.c | 47 } lim[2][EDMA_V0_MAX_NR_CH]; variable
|
/Linux-v6.1/tools/perf/tests/ |
D | dso-data.c | 324 long nr_end, nr = open_files_cnt(), lim = new_limit(3); in test__dso_data_reopen() local
|
/Linux-v6.1/drivers/block/aoe/ |
D | aoedev.c | 246 size_t lim; in user_req() local
|
/Linux-v6.1/drivers/media/usb/pvrusb2/ |
D | pvrusb2-ctrl.c | 22 int lim; in pvr2_ctrl_range_check() local
|
/Linux-v6.1/drivers/firmware/efi/libstub/ |
D | efi-stub-helper.c | 97 size_t pos = 0, lim = ARRAY_SIZE(buf); in efi_puts() local
|