/openbmc/linux/arch/powerpc/mm/nohash/ |
H A D | 8xx.c | 145 unsigned long boundary = strict_boundary ? sinittext : etext8; in mmu_mapin_ram() local 172 unsigned long boundary = strict_kernel_rwx_enabled() ? sinittext : etext8; in mmu_mark_initmem_nx() local
|
H A D | e500.c | 169 unsigned long boundary; in map_mem_in_cams_addr() local
|
/openbmc/linux/arch/arm/mach-omap1/ |
H A D | sram-init.c | 26 #define ROUND_DOWN(value, boundary) ((value) & (~((boundary) - 1))) argument
|
/openbmc/linux/fs/ext2/ |
H A D | inode.c | 164 long i_block, int offsets[4], int *boundary) in ext2_block_to_path() 626 u32 *bno, bool *new, bool *boundary, in ext2_get_blocks() 787 bool new = false, boundary = false; in ext2_get_block() local 813 bool new = false, boundary = false; in ext2_iomap_begin() local
|
/openbmc/linux/net/ipv4/ |
H A D | tcp_timer.c | 181 unsigned int boundary, in tcp_model_timeout() 208 unsigned int boundary, in retransmits_timed_out()
|
/openbmc/linux/include/media/ |
H A D | v4l2-rect.h | 59 const struct v4l2_rect *boundary) in v4l2_rect_map_inside()
|
/openbmc/linux/mm/ |
H A D | dmapool_test.c | 19 size_t boundary; member
|
H A D | dmapool.c | 58 unsigned int boundary; member 225 size_t size, size_t align, size_t boundary) in dma_pool_create()
|
/openbmc/qemu/hw/net/ |
H A D | ne2000.h | 17 uint8_t boundary; member
|
/openbmc/linux/drivers/mtd/tests/ |
H A D | pagetest.c | 31 static unsigned char *boundary; variable
|
/openbmc/linux/sound/core/ |
H A D | pcm_compat.c | 80 u32 boundary; member 90 snd_pcm_uframes_t boundary; in snd_pcm_ioctl_sw_params_compat() local 424 snd_pcm_uframes_t boundary; in snd_pcm_ioctl_sync_ptr_x32() local
|
/openbmc/linux/sound/isa/gus/ |
H A D | gus_mem.c | 133 unsigned int idx, boundary; in snd_gf1_mem_find() local
|
/openbmc/linux/arch/arm/mach-omap2/ |
H A D | sram.c | 48 #define ROUND_DOWN(value, boundary) ((value) & (~((boundary) - 1))) argument
|
/openbmc/linux/drivers/gpu/drm/tests/ |
H A D | drm_mm_test.c | 305 const struct boundary { in check_reserve_boundaries() struct 306 u64 start, size; in check_reserve_boundaries() 307 const char *name; in check_reserve_boundaries()
|
/openbmc/bmcweb/include/ |
H A D | multipart_parser.hpp | 231 std::string boundary; member in MultipartParser
|
/openbmc/u-boot/drivers/mtd/onenand/ |
H A D | onenand_base.c | 231 unsigned int boundary, blk, die = 0; in flexonenand_block() local 265 int die = 0, boundary; in flexonenand_addr() local 858 int ret = 0, boundary = 0; in onenand_read_ops_nolock() local 2439 int boundary, int lock) in flexonenand_set_boundary()
|
/openbmc/linux/fs/ |
H A D | direct-io.c | 87 int boundary; /* prev block is at a boundary */ member 790 int boundary = sdio->boundary; /* dio_send_cur_page may clear it */ in submit_page_section() local
|
H A D | mpage.c | 484 int boundary = 0; in __mpage_writepage() local
|
/openbmc/u-boot/include/linux/mtd/ |
H A D | onenand.h | 74 unsigned int boundary[MAX_DIES]; member
|
/openbmc/linux/arch/s390/mm/ |
H A D | pageattr.c | 26 unsigned long boundary, size; in __storage_key_init_range() local
|
/openbmc/linux/drivers/mtd/nand/onenand/ |
H A D | onenand_base.c | 303 unsigned boundary, blk, die = 0; in flexonenand_block() local 337 int die = 0, boundary; in flexonenand_addr() local 1226 int ret = 0, boundary = 0; in onenand_read_ops_nolock() local 3564 int boundary, int lock) in flexonenand_set_boundary()
|
/openbmc/linux/block/ |
H A D | blk-settings.c | 879 unsigned long boundary = dma_get_merge_boundary(dev); in blk_queue_can_use_dma_map_merging() local
|
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ |
H A D | hw.c | 1447 static bool _rtl8821ae_init_llt_table(struct ieee80211_hw *hw, u32 boundary) in _rtl8821ae_init_llt_table() 1478 static bool _rtl8821ae_dynamic_rqpn(struct ieee80211_hw *hw, u32 boundary, in _rtl8821ae_dynamic_rqpn() 1644 u8 rqpn_npq = 0, boundary = 0xF8; in _rtl8821ae_simple_initialize_adapter() local
|
/openbmc/linux/drivers/acpi/acpica/ |
H A 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
|
/openbmc/linux/include/linux/mtd/ |
H A D | onenand.h | 86 unsigned boundary[MAX_DIES]; member
|