/Linux-v4.19/arch/arm64/include/asm/ |
D | stage2_pgtable.h | 91 phys_addr_t boundary = (addr + S2_PUD_SIZE) & S2_PUD_MASK; in stage2_pud_addr_end() local 117 phys_addr_t boundary = (addr + S2_PMD_SIZE) & S2_PMD_MASK; in stage2_pmd_addr_end() local 137 phys_addr_t boundary = (addr + S2_PGDIR_SIZE) & S2_PGDIR_MASK; in stage2_pgd_addr_end() local
|
/Linux-v4.19/drivers/gpio/ |
D | gpio-104-idi-48.c | 148 unsigned boundary; in idi_48_irq_mask() local 180 unsigned boundary; in idi_48_irq_unmask() local 229 unsigned long boundary; in idi_48_irq_handler() local
|
/Linux-v4.19/arch/arm/include/asm/ |
D | stage2_pgtable.h | 41 phys_addr_t boundary = (addr + PGDIR_SIZE) & PGDIR_MASK; in stage2_pgd_addr_end() local 50 phys_addr_t boundary = (addr + PMD_SIZE) & PMD_MASK; in stage2_pmd_addr_end() local
|
/Linux-v4.19/sound/core/ |
D | pcm_compat.c | 94 u32 boundary; member 103 snd_pcm_uframes_t boundary; in recalculate_boundary() local 117 snd_pcm_uframes_t boundary; in snd_pcm_ioctl_sw_params_compat() local 489 snd_pcm_uframes_t boundary; in snd_pcm_ioctl_sync_ptr_compat() local 578 snd_pcm_uframes_t boundary; in snd_pcm_ioctl_sync_ptr_x32() local
|
/Linux-v4.19/arch/arm/plat-omap/ |
D | sram.c | 32 #define ROUND_DOWN(value,boundary) ((value) & (~((boundary)-1))) argument
|
/Linux-v4.19/include/media/ |
D | v4l2-rect.h | 59 const struct v4l2_rect *boundary) in v4l2_rect_map_inside()
|
/Linux-v4.19/mm/ |
D | dmapool.c | 51 size_t boundary; member 132 size_t size, size_t align, size_t boundary) in dma_pool_create()
|
D | pagewalk.c | 173 unsigned long boundary = (addr & huge_page_mask(h)) + huge_page_size(h); in hugetlb_entry_end() local
|
/Linux-v4.19/fs/ext2/ |
D | inode.c | 164 long i_block, int offsets[4], int *boundary) in ext2_block_to_path() 623 u32 *bno, bool *new, bool *boundary, in ext2_get_blocks() 781 bool new = false, boundary = false; in ext2_get_block() local 808 bool new = false, boundary = false; in ext2_iomap_begin() local
|
/Linux-v4.19/arch/arm/mach-omap2/ |
D | sram.c | 50 #define ROUND_DOWN(value,boundary) ((value) & (~((boundary)-1))) argument
|
/Linux-v4.19/drivers/mtd/tests/ |
D | pagetest.c | 43 static unsigned char *boundary; variable
|
/Linux-v4.19/sound/isa/gus/ |
D | gus_mem.c | 141 unsigned int idx, boundary; in snd_gf1_mem_find() local
|
/Linux-v4.19/drivers/gpu/drm/selftests/ |
D | test-drm_mm.c | 329 const struct boundary { in check_reserve_boundaries() struct 330 u64 start, size; in check_reserve_boundaries() 331 const char *name; in check_reserve_boundaries()
|
/Linux-v4.19/net/ipv4/ |
D | tcp_timer.c | 189 unsigned int boundary, in retransmits_timed_out()
|
/Linux-v4.19/arch/s390/mm/ |
D | pageattr.c | 24 unsigned long boundary, size; in __storage_key_init_range() local
|
/Linux-v4.19/fs/ |
D | mpage.c | 512 int boundary = 0; in __mpage_writepage() local
|
/Linux-v4.19/drivers/mtd/nand/onenand/ |
D | onenand_base.c | 306 unsigned boundary, blk, die = 0; in flexonenand_block() local 340 int die = 0, boundary; in flexonenand_addr() local 1234 int ret = 0, boundary = 0; in onenand_read_ops_nolock() local 3558 int boundary, int lock) in flexonenand_set_boundary()
|
/Linux-v4.19/drivers/s390/net/ |
D | ism_drv.c | 356 unsigned int boundary) in max_bytes()
|
/Linux-v4.19/drivers/acpi/acpica/ |
D | acmacros.h | 201 #define ACPI_ROUND_DOWN(value, boundary) (((acpi_size)(value)) & \ argument 204 #define ACPI_ROUND_UP(value, boundary) ((((acpi_size)(value)) + \ argument 225 #define ACPI_ROUND_UP_TO(value, boundary) (((value) + ((boundary)-1)) / (boundary)) argument
|
/Linux-v4.19/include/linux/mtd/ |
D | onenand.h | 89 unsigned boundary[MAX_DIES]; member
|
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/ |
D | mac.c | 176 bool rtl92c_init_llt_table(struct ieee80211_hw *hw, u32 boundary) in rtl92c_init_llt_table()
|
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ |
D | hw.c | 1466 static bool _rtl8821ae_init_llt_table(struct ieee80211_hw *hw, u32 boundary) in _rtl8821ae_init_llt_table() 1497 static bool _rtl8821ae_dynamic_rqpn(struct ieee80211_hw *hw, u32 boundary, in _rtl8821ae_dynamic_rqpn() 1663 u8 rqpn_npq = 0, boundary = 0xF8; in _rtl8821ae_simple_initialize_adapter() local
|
/Linux-v4.19/fs/ext4/ |
D | indirect.c | 76 ext4_lblk_t offsets[4], int *boundary) in ext4_block_to_path()
|
/Linux-v4.19/drivers/scsi/aic7xxx/ |
D | aic7xxx_osm.h | 152 bus_size_t boundary; member
|
/Linux-v4.19/block/ |
D | elevator.c | 365 sector_t boundary; in elv_dispatch_sort() local
|