Home
last modified time | relevance | path

Searched refs:split_type (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_debug.c1931 enum init_split_types split_type, in qed_grc_dump_regs_hdr() argument
1935 (split_type != SPLIT_TYPE_NONE ? 1 : 0) + (reg_type_name ? 1 : 0); in qed_grc_dump_regs_hdr()
1944 s_split_type_defs[split_type].name); in qed_grc_dump_regs_hdr()
1945 if (split_type != SPLIT_TYPE_NONE) in qed_grc_dump_regs_hdr()
1975 enum init_split_types split_type, in qed_grc_dump_addr_range() argument
1987 switch (split_type) { in qed_grc_dump_addr_range()
2007 if (dev_data->use_dmae && split_type != SPLIT_TYPE_VF && in qed_grc_dump_addr_range()
2015 switch (split_type) { in qed_grc_dump_addr_range()
2058 if (split_type != dev_data->pretend.split_type || in qed_grc_dump_addr_range()
2060 switch (split_type) { in qed_grc_dump_addr_range()
[all …]
/linux/mm/
H A Dhuge_memory.c3632 * @split_type: if the split is uniform or not (buddy allocator like split) in __split_folio_to_order()
3637 * split_type is SPLIT_TYPE_UNIFORM. in __split_folio_to_order()
3641 * split_type is SPLIT_TYPE_NON_UNIFORM. in __split_folio_to_order()
3664 struct address_space *mapping, enum split_type split_type) in __split_folio_to_order()
3668 int start_order = split_type == SPLIT_TYPE_UNIFORM ? new_order : old_order - 1; in __split_folio_to_order()
3695 if (split_type == SPLIT_TYPE_UNIFORM) {
3732 * @split_type: uniform or non-uniform split in __split_unmapped_folio()
3735 * @split_type method. The truncated folio check must come first. in __split_unmapped_folio()
3743 enum split_type split_typ in __split_unmapped_folio()
3734 __split_unmapped_folio(struct folio * folio,int new_order,struct page * split_at,struct xa_state * xas,struct address_space * mapping,enum split_type split_type) __split_unmapped_folio() argument
3813 folio_check_splittable(struct folio * folio,unsigned int new_order,enum split_type split_type) folio_check_splittable() argument
3886 __folio_freeze_and_split_unmapped(struct folio * folio,unsigned int new_order,struct page * split_at,struct xa_state * xas,struct address_space * mapping,bool do_lru,struct list_head * list,enum split_type split_type,pgoff_t end,int * nr_shmem_dropped) __folio_freeze_and_split_unmapped() argument
4050 __folio_split(struct folio * folio,unsigned int new_order,struct page * split_at,struct page * lock_at,struct list_head * list,enum split_type split_type) __folio_split() argument
[all...]
/linux/include/sound/
H A Dwavefront.h271 u8 split_type:1; member