| /linux/fs/btrfs/ |
| A D | extent-io-tree.c | 185 if (!prealloc) in alloc_extent_state_atomic() 714 prealloc = alloc_extent_state_atomic(prealloc); in __clear_extent_bit() 736 prealloc = alloc_extent_state_atomic(prealloc); in __clear_extent_bit() 1101 prealloc = alloc_extent_state_atomic(prealloc); in __set_extent_bit() 1175 prealloc = alloc_extent_state_atomic(prealloc); in __set_extent_bit() 1215 prealloc = alloc_extent_state_atomic(prealloc); in __set_extent_bit() 1251 prealloc = alloc_extent_state_atomic(prealloc); in __set_extent_bit() 1352 prealloc = alloc_extent_state_atomic(prealloc); in convert_extent_bit() 1403 prealloc = alloc_extent_state_atomic(prealloc); in convert_extent_bit() 1443 prealloc = alloc_extent_state_atomic(prealloc); in convert_extent_bit() [all …]
|
| A D | ulist.c | 53 ulist->prealloc = NULL; in ulist_init() 72 kfree(ulist->prealloc); in ulist_release() 73 ulist->prealloc = NULL; in ulist_release() 113 if (!ulist->prealloc) in ulist_prealloc() 114 ulist->prealloc = kzalloc(sizeof(*ulist->prealloc), gfp_mask); in ulist_prealloc() 219 if (ulist->prealloc) { in ulist_add_merge() 220 node = ulist->prealloc; in ulist_add_merge() 221 ulist->prealloc = NULL; in ulist_add_merge()
|
| A D | qgroup.c | 199 ASSERT(prealloc); in add_qgroup_rb() 210 kfree(prealloc); in add_qgroup_rb() 215 qgroup = prealloc; in add_qgroup_rb() 280 kfree(prealloc); in __add_relation_rb() 463 prealloc = kzalloc(sizeof(*prealloc), GFP_KERNEL); in btrfs_read_qgroup_config() 1160 prealloc = kzalloc(sizeof(*prealloc), GFP_NOFS); in btrfs_quota_enable() 1219 prealloc = kzalloc(sizeof(*prealloc), GFP_NOFS); in btrfs_quota_enable() 1220 if (!prealloc) { in btrfs_quota_enable() 1717 prealloc = kzalloc(sizeof(*prealloc), GFP_NOFS); in btrfs_create_qgroup() 3345 prealloc = kzalloc(sizeof(*prealloc), GFP_NOFS); in btrfs_qgroup_inherit() [all …]
|
| A D | ulist.h | 44 struct ulist_node *prealloc; member
|
| A D | extent_io.c | 828 struct btrfs_subpage *prealloc) in attach_extent_buffer_folio() argument 852 btrfs_free_subpage(prealloc); in attach_extent_buffer_folio() 856 if (prealloc) in attach_extent_buffer_folio() 858 folio_attach_private(folio, prealloc); in attach_extent_buffer_folio() 2851 struct btrfs_subpage *prealloc, in attach_eb_folio_to_filemap() argument 2914 ret = attach_extent_buffer_folio(eb, eb->folios[i], prealloc); in attach_eb_folio_to_filemap() 2938 struct btrfs_subpage *prealloc = NULL; in alloc_extent_buffer() local 2983 prealloc = btrfs_alloc_subpage(fs_info, BTRFS_SUBPAGE_METADATA); in alloc_extent_buffer() 2984 if (IS_ERR(prealloc)) { in alloc_extent_buffer() 2985 ret = PTR_ERR(prealloc); in alloc_extent_buffer() [all …]
|
| A D | qgroup.h | 334 struct btrfs_qgroup_list *prealloc);
|
| /linux/lib/ |
| A D | stackdepot.c | 256 if (!new_pool && *prealloc) { in depot_init_pool() 258 WRITE_ONCE(new_pool, *prealloc); in depot_init_pool() 259 *prealloc = NULL; in depot_init_pool() 302 WRITE_ONCE(new_pool, *prealloc); in depot_keep_new_pool() 303 *prealloc = NULL; in depot_keep_new_pool() 319 if (!depot_init_pool(prealloc)) in depot_pop_free_pool() 593 void *prealloc = NULL; in stack_depot_save_flags() local 630 prealloc = page_address(page); in stack_depot_save_flags() 652 if (prealloc) { in stack_depot_save_flags() 658 depot_keep_new_pool(&prealloc); in stack_depot_save_flags() [all …]
|
| /linux/tools/testing/selftests/net/ |
| A D | ioam6.sh | 219 trace prealloc type 0x800000 ns 0 size 4 dev veth0 487 trace prealloc type 0x800000 ns 0 size 4 dev veth0 507 trace prealloc type 0xc00000 ns 123 size 4 dev veth0 533 trace prealloc type ${bit2type[$i]} ns 123 size ${bit2size[$i]} \ 572 trace prealloc type 0xfff002 ns 123 size 100 dev veth0 602 trace prealloc type 0x800000 ns 0 size 4 dev veth0 622 trace prealloc type 0xc00000 ns 123 size 4 dev veth0 648 trace prealloc type ${bit2type[$i]} ns 123 size ${bit2size[$i]} \ 677 trace prealloc type 0xc00000 ns 123 size 4 dev veth0 701 trace prealloc type 0xfff002 ns 123 size 80 dev veth0 [all …]
|
| /linux/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/fs/ext4/ |
| A D | extents_status.c | 148 struct extent_status *prealloc); 151 struct extent_status *prealloc); 157 struct pending_reservation **prealloc); 788 struct extent_status *prealloc) in __es_insert_extent() argument 828 if (prealloc) in __es_insert_extent() 829 es = prealloc; in __es_insert_extent() 1384 struct extent_status *prealloc) in __es_remove_extent() argument 1961 struct pending_reservation **prealloc) in __insert_pending() argument 1987 if (likely(*prealloc == NULL)) { in __insert_pending() 1994 pr = *prealloc; in __insert_pending() [all …]
|
| /linux/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/arch/arc/lib/ |
| A D | memset-archs.S | 21 prealloc [\reg, \off]
|
| /linux/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/drivers/md/ |
| A D | dm-cache-target.c | 1397 struct dm_bio_prison_cell_v2 *prealloc; in mg_lock_writes() local 1399 prealloc = alloc_prison_cell(cache); in mg_lock_writes() 1409 prealloc, &mg->cell); in mg_lock_writes() 1411 free_prison_cell(cache, prealloc); in mg_lock_writes() 1416 if (mg->cell != prealloc) in mg_lock_writes() 1417 free_prison_cell(cache, prealloc); in mg_lock_writes() 1527 struct dm_bio_prison_cell_v2 *prealloc; in invalidate_lock() local 1529 prealloc = alloc_prison_cell(cache); in invalidate_lock() 1535 free_prison_cell(cache, prealloc); in invalidate_lock() 1540 if (mg->cell != prealloc) in invalidate_lock() [all …]
|
| /linux/drivers/gpu/drm/i915/display/ |
| A D | intel_fbdev.c | 189 bool prealloc = false; in intelfb_create() local 220 prealloc = true; in intelfb_create() 262 if (!i915_gem_object_is_shmem(obj) && !prealloc) in intelfb_create()
|
| /linux/fs/sysfs/ |
| A D | file.c | 232 .prealloc = true, 237 .prealloc = true, 243 .prealloc = true,
|
| /linux/kernel/bpf/ |
| A D | hashtab.c | 426 bool prealloc = !(attr->map_flags & BPF_F_NO_PREALLOC); in htab_map_alloc_check() local 444 if (lru && !prealloc) in htab_map_alloc_check() 484 bool prealloc = !(attr->map_flags & BPF_F_NO_PREALLOC); in htab_map_alloc() local 578 if (prealloc) { in htab_map_alloc() 1010 bool prealloc = htab_is_prealloc(htab); in alloc_htab_elem() local 1014 if (prealloc) { in alloc_htab_elem() 1051 if (prealloc) { in alloc_htab_elem() 1068 if (!prealloc) in alloc_htab_elem() 2234 bool prealloc = htab_is_prealloc(htab); in htab_map_mem_usage() local 2242 if (prealloc) { in htab_map_mem_usage()
|
| /linux/sound/hda/ |
| A D | Kconfig | 37 via a proc file (/proc/asound/card*/pcm*/sub*/prealloc), too.
|
| /linux/fs/xfs/ |
| A D | xfs_dquot.c | 99 int prealloc = 0; in xfs_qm_adjust_dqlimits() local 106 prealloc = 1; in xfs_qm_adjust_dqlimits() 110 prealloc = 1; in xfs_qm_adjust_dqlimits() 121 if (prealloc) in xfs_qm_adjust_dqlimits()
|
| /linux/mm/ |
| A D | memory.c | 921 new_folio = *prealloc; in copy_present_page() 933 *prealloc = NULL; in copy_present_page() 1041 addr, rss, prealloc, page); in copy_present_ptes() 1093 struct folio *prealloc = NULL; in copy_pte_range() local 1168 ptent, addr, max_nr, rss, &prealloc); in copy_pte_range() 1176 if (unlikely(prealloc)) { in copy_pte_range() 1183 folio_put(prealloc); in copy_pte_range() 1184 prealloc = NULL; in copy_pte_range() 1208 if (!prealloc) in copy_pte_range() 1220 if (unlikely(prealloc)) in copy_pte_range() [all …]
|
| /linux/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/fs/xfs/libxfs/ |
| A D | xfs_bmap.h | 223 xfs_fileoff_t off, xfs_filblks_t len, xfs_filblks_t prealloc,
|
| /linux/Documentation/filesystems/ |
| A D | ntfs3.rst | 102 * - prealloc
|
| /linux/fs/kernfs/ |
| A D | file.c | 669 if (ops->prealloc && ops->seq_show) in kernfs_fop_open() 671 if (ops->prealloc) { in kernfs_fop_open()
|