/linux-6.6.21/drivers/block/ |
D | loop.c | 111 static int loop_global_lock_killable(struct loop_device *lo, bool global) in loop_global_lock_killable() 132 static void loop_global_unlock(struct loop_device *lo, bool global) in loop_global_unlock() 163 static loff_t get_loop_size(struct loop_device *lo, struct file *file) in get_loop_size() 173 static bool lo_bdev_can_use_dio(struct loop_device *lo, in lo_bdev_can_use_dio() 185 static void __loop_update_dio(struct loop_device *lo, bool dio) in __loop_update_dio() 233 static void loop_set_size(struct loop_device *lo, loff_t size) in loop_set_size() 261 static int lo_write_simple(struct loop_device *lo, struct request *rq, in lo_write_simple() 278 static int lo_read_simple(struct loop_device *lo, struct request *rq, in lo_read_simple() 307 static int lo_fallocate(struct loop_device *lo, struct request *rq, loff_t pos, in lo_fallocate() 328 static int lo_req_flush(struct loop_device *lo, struct request *rq) in lo_req_flush() [all …]
|
/linux-6.6.21/fs/nfs/ |
D | pnfs.c | 264 pnfs_get_layout_hdr(struct pnfs_layout_hdr *lo) in pnfs_get_layout_hdr() 277 pnfs_free_layout_hdr(struct pnfs_layout_hdr *lo) in pnfs_free_layout_hdr() 294 pnfs_detach_layout_hdr(struct pnfs_layout_hdr *lo) in pnfs_detach_layout_hdr() 305 pnfs_put_layout_hdr(struct pnfs_layout_hdr *lo) in pnfs_put_layout_hdr() 329 pnfs_grab_inode_layout_hdr(struct pnfs_layout_hdr *lo) in pnfs_grab_inode_layout_hdr() 347 static void pnfs_barrier_update(struct pnfs_layout_hdr *lo, u32 newseq) in pnfs_barrier_update() 354 pnfs_set_plh_return_info(struct pnfs_layout_hdr *lo, enum pnfs_iomode iomode, in pnfs_set_plh_return_info() 373 pnfs_clear_layoutreturn_info(struct pnfs_layout_hdr *lo) in pnfs_clear_layoutreturn_info() 386 static void pnfs_clear_layoutreturn_waitbit(struct pnfs_layout_hdr *lo) in pnfs_clear_layoutreturn_waitbit() 415 struct pnfs_layout_hdr *lo; in nfs4_layout_refresh_old_stateid() local [all …]
|
D | callback_proc.c | 133 struct pnfs_layout_hdr *lo; in nfs_layout_find_inode_by_stateid() local 169 struct pnfs_layout_hdr *lo; in nfs_layout_find_inode_by_fh() local 209 static u32 pnfs_check_callback_stateid(struct pnfs_layout_hdr *lo, in pnfs_check_callback_stateid() 248 struct pnfs_layout_hdr *lo; in initiate_file_draining() local
|
/linux-6.6.21/arch/csky/kernel/ |
D | perf_event.c | 92 uint32_t lo, hi, tmp; in csky_pmu_read_cc() local 116 uint32_t lo, hi, tmp; in csky_pmu_read_ic() local 140 uint32_t lo, hi, tmp; in csky_pmu_read_icac() local 164 uint32_t lo, hi, tmp; in csky_pmu_read_icmc() local 188 uint32_t lo, hi, tmp; in csky_pmu_read_dcac() local 212 uint32_t lo, hi, tmp; in csky_pmu_read_dcmc() local 236 uint32_t lo, hi, tmp; in csky_pmu_read_l2ac() local 260 uint32_t lo, hi, tmp; in csky_pmu_read_l2mc() local 284 uint32_t lo, hi, tmp; in csky_pmu_read_iutlbmc() local 308 uint32_t lo, hi, tmp; in csky_pmu_read_dutlbmc() local [all …]
|
/linux-6.6.21/arch/mips/loongson2ef/common/cs5536/ |
D | cs5536_isa.c | 51 u32 hi, lo; in divil_lbar_enable() local 70 u32 hi, lo; in divil_lbar_disable() local 86 u32 hi = 0, lo = value; in pci_isa_write_bar() local 113 u32 hi, lo; in pci_isa_read_bar() local 136 u32 hi = 0, lo = value; in pci_isa_write_reg() local 231 u32 hi, lo; in pci_isa_read_reg() local
|
D | cs5536_acc.c | 17 u32 hi = 0, lo = value; in pci_acc_write_reg() local 64 u32 hi, lo; in pci_acc_read_reg() local
|
D | cs5536_ide.c | 17 u32 hi = 0, lo = value; in pci_ide_write_reg() local 99 u32 hi, lo; in pci_ide_read_reg() local
|
D | cs5536_ohci.c | 17 u32 hi = 0, lo = value; in pci_ohci_write_reg() local 73 u32 hi, lo; in pci_ohci_read_reg() local
|
D | cs5536_ehci.c | 17 u32 hi = 0, lo = value; in pci_ehci_write_reg() local 78 u32 hi, lo; in pci_ehci_read_reg() local
|
/linux-6.6.21/include/linux/ |
D | minmax.h | 60 #define __clamp(val, lo, hi) \ argument 63 #define __clamp_once(val, lo, hi, unique_val, unique_lo, unique_hi) ({ \ argument 74 #define __careful_clamp(val, lo, hi) ({ \ argument 146 #define clamp(val, lo, hi) __careful_clamp(val, lo, hi) argument 224 #define clamp_t(type, val, lo, hi) __careful_clamp((type)(val), (type)(lo), (type)(hi)) argument 237 #define clamp_val(val, lo, hi) clamp_t(typeof(val), val, lo, hi) argument
|
/linux-6.6.21/drivers/net/dsa/b53/ |
D | b53_mmap.c | 84 u16 lo; in b53_mmap_read48() local 97 u32 lo; in b53_mmap_read48() local 118 u32 hi, lo; in b53_mmap_read64() local 188 u16 lo = (u16)value; in b53_mmap_write48() local 194 u32 lo = (u32)value; in b53_mmap_write48() local 206 u32 hi, lo; in b53_mmap_write64() local
|
/linux-6.6.21/samples/seccomp/ |
D | bpf-helper.h | 181 #define JEQ64(lo, hi, jt) \ argument 191 #define JNE64(lo, hi, jt) \ argument 201 #define JA64(lo, hi, jt) \ argument 211 #define JGE64(lo, hi, jt) \ argument 223 #define JGT64(lo, hi, jt) \ argument 235 #define JLE64(lo, hi, jt) \ argument 247 #define JLT64(lo, hi, jt) \ argument
|
/linux-6.6.21/drivers/ptp/ |
D | ptp_qoriq.c | 31 u32 lo, hi; in tmr_cnt_read() local 45 u32 lo = ns & 0xffffffff; in tmr_cnt_write() local 54 u32 lo, hi; in tmr_offset_read() local 67 u32 lo = delta_ns & 0xffffffff; in tmr_offset_write() local 79 u32 lo, hi; in set_alarm() local 112 u32 valid, lo, hi; in extts_clean_up() local
|
/linux-6.6.21/drivers/net/wireless/broadcom/b43/ |
D | lo.c | 27 static struct b43_lo_calib *b43_find_lo_calib(struct b43_txpower_lo_control *lo, in b43_find_lo_calib() 166 struct b43_txpower_lo_control *lo = gphy->lo_control; in lo_measure_txctl_values() local 263 struct b43_txpower_lo_control *lo = gphy->lo_control; in lo_read_power_vector() local 378 struct b43_txpower_lo_control *lo = gphy->lo_control; in lo_measure_setup() local 790 struct b43_txpower_lo_control *lo = dev->phy.g->lo_control; in b43_get_calib_lo_settings() local 810 struct b43_txpower_lo_control *lo = gphy->lo_control; in b43_gphy_dc_lt_init() local 924 struct b43_txpower_lo_control *lo = gphy->lo_control; in b43_lo_g_maintenance_work() local 985 struct b43_txpower_lo_control *lo = dev->phy.g->lo_control; in b43_lo_g_cleanup() local
|
/linux-6.6.21/tools/power/cpupower/debug/i386/ |
D | centrino-decode.c | 29 unsigned int *lo, unsigned int *hi) in rdmsr() 77 unsigned int lo, hi; in decode_live() local
|
/linux-6.6.21/fs/xfs/scrub/ |
D | xfarray.c | 544 xfarray_idx_t lo, in xfarray_isort() 605 xfarray_idx_t lo, in xfarray_want_pagesort() 624 xfarray_idx_t lo, in xfarray_pagesort() 694 xfarray_idx_t lo, in xfarray_qsort_pivot() 803 xfarray_idx_t lo, in xfarray_qsort_push() 939 xfarray_idx_t lo, hi; in xfarray_sort() local
|
/linux-6.6.21/arch/mips/loongson2ef/lemote-2f/ |
D | reset.c | 44 u32 hi, lo; in fl2f_reboot() local 53 u32 hi, lo, val; in fl2f_shutdown() local
|
/linux-6.6.21/drivers/cpufreq/ |
D | e_powersaver.c | 94 u32 lo, hi; in eps_get() local 111 u32 lo, hi; in eps_set_state() local 175 u32 lo, hi; in eps_cpu_init() local
|
D | powernow-k8.c | 89 u32 lo, hi __always_unused; in pending_bit_stuck() local 101 u32 lo, hi; in query_current_values_with_pending_wait() local 133 u32 lo, hi; in fidvid_msr_init() local 148 u32 lo; in write_new_fid() local 192 u32 lo; in write_new_vid() local
|
/linux-6.6.21/drivers/net/ethernet/xscale/ |
D | ptp_ixp46x.c | 44 u32 lo, hi; in ixp_systime_read() local 58 u32 hi, lo; in ixp_systime_write() local 77 u32 ack = 0, lo, hi, val; in isr() local
|
/linux-6.6.21/drivers/gpu/drm/nouveau/nvkm/subdev/timer/ |
D | nv04.c | 33 u32 lo = lower_32_bits(time); in nv04_timer_time() local 46 u32 hi, lo; in nv04_timer_read() local
|
/linux-6.6.21/drivers/infiniband/hw/mthca/ |
D | mthca_doorbell.h | 59 static inline void mthca_write64(u32 hi, u32 lo, void __iomem *dest, in mthca_write64() 88 static inline void mthca_write64(u32 hi, u32 lo, void __iomem *dest, in mthca_write64()
|
/linux-6.6.21/drivers/md/ |
D | md-cluster.c | 32 __le64 lo; member 259 sector_t lo, sector_t hi) in add_resync_info() 293 sector_t lo, hi; in recover_bitmaps() local 444 int slot, sector_t lo, sector_t hi) in process_suspend_info() 807 sector_t lo, hi; in gather_all_resync_info() local 1329 static void resync_info_get(struct mddev *mddev, sector_t *lo, sector_t *hi) in resync_info_get() 1339 static int resync_info_update(struct mddev *mddev, sector_t lo, sector_t hi) in resync_info_update() 1387 sector_t lo, sector_t hi) in area_resyncing() 1540 sector_t lo, hi; in gather_bitmaps() local
|
/linux-6.6.21/block/ |
D | badblocks.c | 57 int lo; in badblocks_check() local 166 int lo, hi; in badblocks_set() local 333 int lo, hi; in badblocks_clear() local
|
/linux-6.6.21/drivers/net/dsa/ |
D | mt7530-mdio.c | 22 u16 page, r, lo, hi; in mt7530_regmap_write() local 47 u16 page, r, lo, hi; in mt7530_regmap_read() local
|