Searched refs:alloc (Results 1 - 25 of 462) sorted by last modified time

1234567891011>>

/linux-master/scripts/
H A DMakefile.build276 -Zunstable-options --extern force:alloc --extern kernel \
H A DMakefile.extrawarn61 # -Wno-alloc-size-larger-than would normally be used here, earlier versions
70 KBUILD_CFLAGS-$(call gcc-min-version, 90100) += -Wno-alloc-size-larger-than
/linux-master/rust/
H A DMakefile18 obj-$(CONFIG_RUST) += alloc.o bindings.o kernel.o
63 alloc-cfgs = \
96 rustdoc-alloc rustdoc-kernel
124 rustdoc-alloc: private rustc_target_flags = $(alloc-cfgs) \
126 rustdoc-alloc: $(src)/alloc/lib.rs rustdoc-core rustdoc-compiler_builtins FORCE
129 rustdoc-kernel: private rustc_target_flags = --extern alloc \
133 rustdoc-compiler_builtins rustdoc-alloc $(obj)/libmacros.so \
178 -L$(objtree)/$(obj) --extern alloc
[all...]
/linux-master/drivers/irqchip/
H A Dirq-gic-v3-its.c554 static void its_encode_alloc(struct its_cmd_block *cmd, bool alloc) argument
556 its_mask_encode(&cmd->raw_cmd[0], alloc, 8, 8);
792 bool alloc; local
800 alloc = !atomic_dec_return(&desc->its_vmapp_cmd.vpe->vmapp_count);
801 its_encode_alloc(cmd, alloc);
824 alloc = !atomic_fetch_inc(&desc->its_vmapp_cmd.vpe->vmapp_count);
826 its_encode_alloc(cmd, alloc);
2092 pr_debug("ITS: alloc %u:%u\n", *base, nr_lpis);
3711 .alloc = its_irq_domain_alloc,
4437 .alloc
[all...]
H A Dirq-armada-370-xp.c277 .alloc = armada_370_xp_msi_alloc,
424 .alloc = armada_370_xp_ipi_alloc,
/linux-master/
H A DMakefile1729 # We skip `rust/alloc` since we want to minimize the diff w.r.t. upstream.
1736 -o -path $(abs_srctree)/rust/alloc -prune \
1738 | grep -Fv $(abs_srctree)/rust/alloc \
/linux-master/net/mac80211/
H A Drate.c251 ref->priv = ref->ops->alloc(&local->hw);
/linux-master/include/net/
H A Dmac80211.h6903 void *(*alloc)(struct ieee80211_hw *hw); member in struct:rate_control_ops
/linux-master/include/linux/
H A Dmm.h3908 altmap->alloc -= nr_pfns;
/linux-master/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_npc.c2528 goto alloc;
2573 alloc:
2623 goto alloc;
2635 goto alloc;
2641 goto alloc;
/linux-master/fs/bcachefs/
H A Dbcachefs_format.h398 x(alloc, 12) \
1496 x(alloc, 4, 0, \
H A Dalloc_foreground.c564 alloc:
574 goto alloc;
/linux-master/drivers/android/
H A Dbinder.c1719 if (binder_alloc_copy_from_buffer(&proc->alloc, object, buffer,
1791 if (binder_alloc_copy_from_buffer(&proc->alloc, &object_offset,
1876 if (binder_alloc_copy_from_buffer(&proc->alloc,
1974 if (!binder_alloc_copy_from_buffer(&proc->alloc, &object_offset,
2102 &proc->alloc, &fd, buffer,
2372 * @alloc: binder_alloc associated with @buffer
2385 static int binder_do_deferred_txn_copies(struct binder_alloc *alloc, argument
2412 alloc, buffer,
2432 alloc, buffer,
2837 binder_alloc_free_buf(&proc->alloc, buffe
[all...]
/linux-master/drivers/gpu/drm/radeon/
H A Dradeon_atombios.c3101 struct _SET_VOLTAGE_PS_ALLOCATION alloc; member in union:set_voltage
/linux-master/fs/ceph/
H A Dcaps.c209 int alloc = 0; local
235 alloc++;
277 have + alloc);
283 BUG_ON(have + alloc != need);
289 mdsc->caps_total_count += alloc;
290 mdsc->caps_reserve_count += alloc;
298 __ceph_unreserve_caps(mdsc, have + alloc);
397 * avoid lots of free/alloc churn.
/linux-master/drivers/iommu/intel/
H A Diommu.c520 u8 devfn, int alloc)
530 if (!alloc && context_copied(iommu, bus, devfn))
545 if (!alloc)
519 iommu_context_addr(struct intel_iommu *iommu, u8 bus, u8 devfn, int alloc) argument
/linux-master/drivers/iommu/amd/
H A Diommu.c1811 ioasid_t pasid, bool alloc)
1827 if (!alloc)
3529 .alloc = irq_remapping_alloc,
1810 __get_gcr3_pte(struct gcr3_tbl_info *gcr3_info, ioasid_t pasid, bool alloc) argument
H A Dinit.c2381 .alloc = intcapxt_irqdomain_alloc,
/linux-master/kernel/
H A Dkprobes.c131 .alloc = alloc_insn_page,
182 kip->insns = c->alloc();
349 .alloc = alloc_optinsn_page,
/linux-master/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc_submission.c3707 .alloc = guc_context_alloc,
3983 .alloc = guc_virtual_context_alloc,
4075 .alloc = guc_virtual_context_alloc,
4099 .alloc = guc_virtual_context_alloc,
/linux-master/fs/xfs/
H A Dxfs_inode.c2401 if ((xic->alloc & XFS_INOBT_MASK(ioffset)) == 0) {
/linux-master/drivers/gpio/
H A Dgpiolib.c1536 ops->alloc = gpiochip_hierarchy_irq_domain_alloc;
/linux-master/security/
H A Dsecurity.c631 panic("%s: Early cred alloc failed.\n", __func__);
750 panic("%s: Early task alloc failed.\n", __func__);
2530 * @alloc: allocation flag
2535 * @alloc is used to specify if the call should return a value via the buffer
2542 void **buffer, bool alloc)
2548 alloc);
2540 security_inode_getsecurity(struct mnt_idmap *idmap, struct inode *inode, const char *name, void **buffer, bool alloc) argument
/linux-master/mm/
H A DMakefile55 page-alloc-y := page_alloc.o
56 page-alloc-$(CONFIG_SHUFFLE_PAGE_ALLOCATOR) += shuffle.o
61 obj-y += page-alloc.o
/linux-master/drivers/gpu/drm/i915/gt/
H A Dintel_execlists_submission.c2695 .alloc = execlists_context_alloc,
3772 .alloc = virtual_context_alloc,

Completed in 433 milliseconds

1234567891011>>