Home
last modified time | relevance | path

Searched refs:prealloc (Results 1 – 25 of 31) sorted by relevance

12

/linux-6.3-rc2/fs/btrfs/
A Dextent-io-tree.c160 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 Dextent_map.c300 bool prealloc = false; in unpin_extent_cache() local
316 prealloc = true; in unpin_extent_cache()
322 if (prealloc) { in unpin_extent_cache()
A Dextent_io.c1090 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 Dstackdepot.c235 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 Dioam6.sh220 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 Dsetup.c113 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 Dsch_gred.c484 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 Dmemset-archs.S21 prealloc [\reg, \off]
/linux-6.3-rc2/drivers/media/platform/renesas/vsp1/
A Dvsp1_dl.h56 unsigned int prealloc);
A Dvsp1_dl.c1091 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 Ddm-cache-target.c1398 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 Dintel_fbdev.c210 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 Dfile.c220 .prealloc = true,
225 .prealloc = true,
231 .prealloc = true,
/linux-6.3-rc2/sound/hda/
A DKconfig36 via a proc file (/proc/asound/card*/pcm*/sub*/prealloc), too.
/linux-6.3-rc2/fs/xfs/
A Dxfs_dquot.c75 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 Dhashtab.c407 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 Dmemory.c871 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 Dxfs_bmap.h217 xfs_fileoff_t off, xfs_filblks_t len, xfs_filblks_t prealloc,
/linux-6.3-rc2/drivers/usb/gadget/function/
A Du_ether.c313 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 Dntfs3.rst113 * - prealloc
/linux-6.3-rc2/fs/kernfs/
A Dfile.c709 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 Dkernfs.h311 bool prealloc; member
/linux-6.3-rc2/fs/ntfs3/
A Dfile.c399 &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 Dsuper.c388 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 Dprocfile.rst136 ``card*/pcm*/sub*/prealloc``

Completed in 126 milliseconds

12