/linux-6.3-rc2/fs/btrfs/ |
A D | extent-io-tree.c | 160 if (!prealloc) in alloc_extent_state_atomic() 636 prealloc = alloc_extent_state_atomic(prealloc); in __clear_extent_bit() 658 prealloc = alloc_extent_state_atomic(prealloc); in __clear_extent_bit() 1014 prealloc = alloc_extent_state_atomic(prealloc); in __set_extent_bit() 1088 prealloc = alloc_extent_state_atomic(prealloc); in __set_extent_bit() 1126 prealloc = alloc_extent_state_atomic(prealloc); in __set_extent_bit() 1159 prealloc = alloc_extent_state_atomic(prealloc); in __set_extent_bit() 1260 prealloc = alloc_extent_state_atomic(prealloc); in convert_extent_bit() 1311 prealloc = alloc_extent_state_atomic(prealloc); in convert_extent_bit() 1349 prealloc = alloc_extent_state_atomic(prealloc); in convert_extent_bit() [all …]
|
A D | extent_map.c | 300 bool prealloc = false; in unpin_extent_cache() local 316 prealloc = true; in unpin_extent_cache() 322 if (prealloc) { in unpin_extent_cache()
|
A D | extent_io.c | 1090 struct btrfs_subpage *prealloc) in attach_extent_buffer_page() argument 1114 btrfs_free_subpage(prealloc); in attach_extent_buffer_page() 1118 if (prealloc) in attach_extent_buffer_page() 1120 attach_page_private(page, prealloc); in attach_extent_buffer_page() 4042 struct btrfs_subpage *prealloc = NULL; in alloc_extent_buffer() local 4061 prealloc = btrfs_alloc_subpage(fs_info, BTRFS_SUBPAGE_METADATA); in alloc_extent_buffer() 4062 if (IS_ERR(prealloc)) { in alloc_extent_buffer() 4063 ret = PTR_ERR(prealloc); in alloc_extent_buffer() 4078 btrfs_free_subpage(prealloc); in alloc_extent_buffer() 4082 ret = attach_extent_buffer_page(eb, p, prealloc); in alloc_extent_buffer()
|
/linux-6.3-rc2/lib/ |
A D | stackdepot.c | 235 stack_pools[pool_index] = *prealloc; in depot_init_pool() 236 *prealloc = NULL; in depot_init_pool() 243 stack_pools[pool_index + 1] = *prealloc; in depot_init_pool() 244 *prealloc = NULL; in depot_init_pool() 292 if (*prealloc) in depot_alloc_stack() 293 depot_init_pool(prealloc); in depot_alloc_stack() 359 void *prealloc = NULL; in __stack_depot_save() local 406 prealloc = page_address(page); in __stack_depot_save() 425 } else if (prealloc) { in __stack_depot_save() 430 depot_init_pool(&prealloc); in __stack_depot_save() [all …]
|
/linux-6.3-rc2/tools/testing/selftests/net/ |
A D | ioam6.sh | 220 trace prealloc type 0x800000 ns 0 size 4 dev veth0 494 trace prealloc type 0x800000 ns 0 size 4 dev veth0 514 trace prealloc type 0xc00000 ns 123 size 4 dev veth0 540 trace prealloc type ${bit2type[$i]} ns 123 size ${bit2size[$i]} \ 579 trace prealloc type 0xfff002 ns 123 size 100 dev veth0 609 trace prealloc type 0x800000 ns 0 size 4 dev veth0 629 trace prealloc type 0xc00000 ns 123 size 4 dev veth0 655 trace prealloc type ${bit2type[$i]} ns 123 size ${bit2size[$i]} \ 684 trace prealloc type 0xc00000 ns 123 size 4 dev veth0 708 trace prealloc type 0xfff002 ns 123 size 80 dev veth0 [all …]
|
/linux-6.3-rc2/arch/powerpc/platforms/ps3/ |
A D | setup.c | 113 static void __init prealloc(struct ps3_prealloc *p) in prealloc() function 135 #define prealloc_ps3fb_videomemory() prealloc(&ps3fb_videomemory) 158 #define prealloc_ps3flash_bounce_buffer() prealloc(&ps3flash_bounce_buffer)
|
/linux-6.3-rc2/net/sched/ |
A D | sch_gred.c | 484 struct gred_sched_data **prealloc, in gred_change_vq() argument 496 table->tab[dp] = q = *prealloc; in gred_change_vq() 497 *prealloc = NULL; in gred_change_vq() 651 struct gred_sched_data *prealloc; in gred_change() local 703 prealloc = kzalloc(sizeof(*prealloc), GFP_KERNEL); in gred_change() 706 err = gred_change_vq(sch, ctl->DP, ctl, prio, stab, max_P, &prealloc, in gred_change() 721 kfree(prealloc); in gred_change() 728 kfree(prealloc); in gred_change()
|
/linux-6.3-rc2/arch/arc/lib/ |
A D | memset-archs.S | 21 prealloc [\reg, \off]
|
/linux-6.3-rc2/drivers/media/platform/renesas/vsp1/ |
A D | vsp1_dl.h | 56 unsigned int prealloc);
|
A D | vsp1_dl.c | 1091 unsigned int prealloc) in vsp1_dlm_create() argument 1121 dlm->pool = vsp1_dl_body_pool_create(vsp1, prealloc + 1, in vsp1_dlm_create() 1126 for (i = 0; i < prealloc; ++i) { in vsp1_dlm_create() 1145 VSP1_EXTCMD_AUTOFLD, prealloc); in vsp1_dlm_create()
|
/linux-6.3-rc2/drivers/md/ |
A D | dm-cache-target.c | 1398 struct dm_bio_prison_cell_v2 *prealloc; in mg_lock_writes() local 1400 prealloc = alloc_prison_cell(cache); in mg_lock_writes() 1410 prealloc, &mg->cell); in mg_lock_writes() 1412 free_prison_cell(cache, prealloc); in mg_lock_writes() 1417 if (mg->cell != prealloc) in mg_lock_writes() 1418 free_prison_cell(cache, prealloc); in mg_lock_writes() 1528 struct dm_bio_prison_cell_v2 *prealloc; in invalidate_lock() local 1530 prealloc = alloc_prison_cell(cache); in invalidate_lock() 1536 free_prison_cell(cache, prealloc); in invalidate_lock() 1541 if (mg->cell != prealloc) in invalidate_lock() [all …]
|
/linux-6.3-rc2/drivers/gpu/drm/i915/display/ |
A D | intel_fbdev.c | 210 bool prealloc = false; in intelfb_create() local 241 prealloc = true; in intelfb_create() 302 if (!i915_gem_object_is_shmem(vma->obj) && !prealloc) in intelfb_create()
|
/linux-6.3-rc2/fs/sysfs/ |
A D | file.c | 220 .prealloc = true, 225 .prealloc = true, 231 .prealloc = true,
|
/linux-6.3-rc2/sound/hda/ |
A D | Kconfig | 36 via a proc file (/proc/asound/card*/pcm*/sub*/prealloc), too.
|
/linux-6.3-rc2/fs/xfs/ |
A D | xfs_dquot.c | 75 int prealloc = 0; in xfs_qm_adjust_dqlimits() local 82 prealloc = 1; in xfs_qm_adjust_dqlimits() 86 prealloc = 1; in xfs_qm_adjust_dqlimits() 97 if (prealloc) in xfs_qm_adjust_dqlimits()
|
/linux-6.3-rc2/kernel/bpf/ |
A D | hashtab.c | 407 bool prealloc = !(attr->map_flags & BPF_F_NO_PREALLOC); in htab_map_alloc_check() local 431 if (lru && !prealloc) in htab_map_alloc_check() 468 bool prealloc = !(attr->map_flags & BPF_F_NO_PREALLOC); in htab_map_alloc() local 554 if (prealloc) { in htab_map_alloc() 971 bool prealloc = htab_is_prealloc(htab); in alloc_htab_elem() local 975 if (prealloc) { in alloc_htab_elem() 1011 if (prealloc) { in alloc_htab_elem() 1027 if (!prealloc) in alloc_htab_elem()
|
/linux-6.3-rc2/mm/ |
A D | memory.c | 871 new_folio = *prealloc; in copy_present_page() 879 *prealloc = NULL; in copy_present_page() 903 struct folio **prealloc) in copy_present_pte() argument 991 struct folio *prealloc = NULL; in copy_pte_range() local 1047 addr, rss, &prealloc); in copy_pte_range() 1054 if (unlikely(prealloc)) { in copy_pte_range() 1061 folio_put(prealloc); in copy_pte_range() 1062 prealloc = NULL; in copy_pte_range() 1085 if (!prealloc) in copy_pte_range() 1097 if (unlikely(prealloc)) in copy_pte_range() [all …]
|
/linux-6.3-rc2/fs/xfs/libxfs/ |
A D | xfs_bmap.h | 217 xfs_fileoff_t off, xfs_filblks_t len, xfs_filblks_t prealloc,
|
/linux-6.3-rc2/drivers/usb/gadget/function/ |
A D | u_ether.c | 313 static int prealloc(struct list_head *list, struct usb_ep *ep, unsigned n) in prealloc() function 357 status = prealloc(&dev->tx_reqs, link->in_ep, n); in alloc_requests() 360 status = prealloc(&dev->rx_reqs, link->out_ep, n); in alloc_requests()
|
/linux-6.3-rc2/Documentation/filesystems/ |
A D | ntfs3.rst | 113 * - prealloc
|
/linux-6.3-rc2/fs/kernfs/ |
A D | file.c | 709 if (ops->prealloc && ops->seq_show) in kernfs_fop_open() 711 if (ops->prealloc) { in kernfs_fop_open()
|
/linux-6.3-rc2/include/linux/ |
A D | kernfs.h | 311 bool prealloc; member
|
/linux-6.3-rc2/fs/ntfs3/ |
A D | file.c | 399 &new_valid, ni->mi.sbi->options->prealloc, NULL); in ntfs_truncate() 1121 if (sbi->options->prealloc && ((file->f_mode & FMODE_WRITE) && in ntfs_file_release()
|
A D | super.c | 388 opts->prealloc = result.negated ? 0 : 1; in ntfs_fs_parse_param() 577 if (opts->prealloc) in ntfs_show_options()
|
/linux-6.3-rc2/Documentation/sound/designs/ |
A D | procfile.rst | 136 ``card*/pcm*/sub*/prealloc``
|