/kernel/linux/linux-6.6/mm/ |
H A D | util.c | 53 char *kstrdup(const char *s, gfp_t gfp) in kstrdup() argument 80 const char *kstrdup_const(const char *s, gfp_t gfp) in kstrdup_const() argument 99 char *kstrndup(const char *s, size_t max, gfp_t gfp) in kstrndup() argument 127 kmemdup(const void *src, size_t len, gfp_t gfp) kmemdup() argument 148 kvmemdup(const void *src, size_t len, gfp_t gfp) kvmemdup() argument 168 kmemdup_nul(const char *s, size_t len, gfp_t gfp) kmemdup_nul() argument [all...] |
H A D | slab_common.c | 1221 cache_random_seq_create(struct kmem_cache *cachep, unsigned int count, gfp_t gfp) cache_random_seq_create() argument
|
H A D | slab.h | 589 memcg_alloc_slab_cgroups(struct slab *slab, struct kmem_cache *s, gfp_t gfp, bool new_slab) memcg_alloc_slab_cgroups() argument 632 account_slab(struct slab *slab, int order, struct kmem_cache *s, gfp_t gfp) account_slab() argument 835 cache_random_seq_create(struct kmem_cache *cachep, unsigned int count, gfp_t gfp) cache_random_seq_create() argument
|
H A D | rmap.c | 141 static inline struct anon_vma_chain *anon_vma_chain_alloc(gfp_t gfp) in anon_vma_chain_alloc() argument
|
H A D | zswap.c | 296 static struct zswap_entry *zswap_entry_cache_alloc(gfp_t gfp) in zswap_entry_cache_alloc() argument 717 gfp_t gfp = __GFP_NORETRY | __GFP_NOWARN | __GFP_KSWAPD_RECLAIM; in zswap_pool_create() local 1210 gfp_t gfp; in zswap_store() local
|
/kernel/linux/linux-6.6/lib/ |
H A D | scatterlist.c | 665 struct scatterlist *sgl_alloc(unsigned long long length, gfp_t gfp, in sgl_alloc() argument 611 sgl_alloc_order(unsigned long long length, unsigned int order, bool chainable, gfp_t gfp, unsigned int *nent_p) sgl_alloc_order() argument
|
H A D | test_firmware.c | 213 static int __kstrncpy(char **dst, const char *name, size_t count, gfp_t gfp) in __kstrncpy() argument
|
H A D | debugobjects.c | 129 gfp_t gfp = __GFP_HIGH | __GFP_NOWARN; in fill_pool() local
|
H A D | xarray.c | 298 bool xas_nomem(struct xa_state *xas, gfp_t gfp) in xas_nomem() argument 370 gfp_t gfp = GFP_NOWAIT | __GFP_NOWARN; xas_alloc() local 1003 xas_split_alloc(struct xa_state *xas, void *entry, unsigned int order, gfp_t gfp) xas_split_alloc() argument 1538 __xa_store(struct xarray *xa, unsigned long index, void *entry, gfp_t gfp) __xa_store() argument 1575 xa_store(struct xarray *xa, unsigned long index, void *entry, gfp_t gfp) xa_store() argument 1603 __xa_cmpxchg(struct xarray *xa, unsigned long index, void *old, void *entry, gfp_t gfp) __xa_cmpxchg() argument 1641 __xa_insert(struct xarray *xa, unsigned long index, void *entry, gfp_t gfp) __xa_insert() argument 1716 xa_store_range(struct xarray *xa, unsigned long first, unsigned long last, void *entry, gfp_t gfp) xa_store_range() argument 1813 __xa_alloc(struct xarray *xa, u32 *id, void *entry, struct xa_limit limit, gfp_t gfp) __xa_alloc() argument 1865 __xa_alloc_cyclic(struct xarray *xa, u32 *id, void *entry, struct xa_limit limit, u32 *next, gfp_t gfp) __xa_alloc_cyclic() argument [all...] |
H A D | radix-tree.c | 408 static int radix_tree_extend(struct radix_tree_root *root, gfp_t gfp, in radix_tree_extend() argument 607 gfp_t gfp = root_gfp_mask(root); in __radix_tree_create() local 1476 idr_get_free(struct radix_tree_root *root, struct radix_tree_iter *iter, gfp_t gfp, unsigned long max) idr_get_free() argument
|
H A D | test_maple_tree.c | 57 mtree_insert_index(struct maple_tree *mt, unsigned long index, gfp_t gfp) mtree_insert_index() argument
|
/kernel/linux/linux-6.6/lib/kunit/ |
H A D | test.c | 853 void *kunit_kmalloc_array(struct kunit *test, size_t n, size_t size, gfp_t gfp) in kunit_kmalloc_array() argument
|
/kernel/linux/linux-6.6/mm/kfence/ |
H A D | core.c | 390 static void *kfence_guarded_alloc(struct kmem_cache *cache, size_t size, gfp_t gfp, in kfence_guarded_alloc() argument
|
/kernel/linux/linux-6.6/net/bpf/ |
H A D | test_run.c | 253 gfp_t gfp = __GFP_ZERO | GFP_ATOMIC; in xdp_recv_frames() local
|
/kernel/linux/linux-6.6/net/ceph/ |
H A D | mon_client.c | 610 alloc_generic_request(struct ceph_mon_client *monc, gfp_t gfp) in alloc_generic_request() argument
|
/kernel/linux/linux-6.6/net/core/ |
H A D | net_namespace.c | 233 int peernet2id_alloc(struct net *net, struct net *peer, gfp_t gfp) in peernet2id_alloc() argument 1073 rtnl_net_notifyid(struct net *net, int cmd, int id, u32 portid, struct nlmsghdr *nlh, gfp_t gfp) rtnl_net_notifyid() argument
|
/kernel/linux/linux-6.6/net/mac80211/ |
H A D | tdls.c | 1542 ieee80211_tdls_oper_request(struct ieee80211_vif *vif, const u8 *peer, enum nl80211_tdls_operation oper, u16 reason_code, gfp_t gfp) ieee80211_tdls_oper_request() argument
|
/kernel/linux/linux-6.6/net/mctp/ |
H A D | route.c | 133 mctp_key_alloc(struct mctp_sock *msk, mctp_eid_t local, mctp_eid_t peer, u8 tag, gfp_t gfp) mctp_key_alloc() argument
|
/kernel/linux/linux-6.6/net/sctp/ |
H A D | outqueue.c | 281 void sctp_outq_tail(struct sctp_outq *q, struct sctp_chunk *chunk, gfp_t gfp) in sctp_outq_tail() argument 759 void sctp_outq_uncork(struct sctp_outq *q, gfp_t gfp) in sctp_outq_uncork() argument 598 __sctp_outq_flush_rtx(struct sctp_outq *q, struct sctp_packet *pkt, int rtx_timeout, int *start_timer, gfp_t gfp) __sctp_outq_flush_rtx() argument 767 sctp_packet_singleton(struct sctp_transport *transport, struct sctp_chunk *chunk, gfp_t gfp) sctp_packet_singleton() argument 796 gfp_t gfp; global() member 1192 sctp_outq_flush(struct sctp_outq *q, int rtx_timeout, gfp_t gfp) sctp_outq_flush() argument [all...] |
/kernel/linux/linux-6.6/net/sunrpc/ |
H A D | sched.c | 1058 gfp_t gfp = rpc_task_gfp_mask(); in rpc_malloc() local
|
/kernel/linux/linux-6.6/net/tipc/ |
H A D | msg.c | 68 struct sk_buff *tipc_buf_acquire(u32 size, gfp_t gfp) in tipc_buf_acquire() argument
|
/kernel/linux/linux-5.10/drivers/block/ |
H A D | loop.c | 1201 gfp_t gfp = lo->old_gfp_mask; in __loop_clr_fd() local
|
/kernel/linux/linux-5.10/drivers/crypto/cavium/nitrox/ |
H A D | nitrox_req.h | 70 gfp_t gfp; member 513 gfp_t gfp; member 551 static inline void *alloc_req_buf(int nents, int extralen, gfp_t gfp) in alloc_req_buf() argument
|
/kernel/linux/linux-5.10/drivers/dma/sh/ |
H A D | rcar-dmac.c | 499 static int rcar_dmac_desc_alloc(struct rcar_dmac_chan *chan, gfp_t gfp) in rcar_dmac_desc_alloc() argument 630 static int rcar_dmac_xfer_chunk_alloc(struct rcar_dmac_chan *chan, gfp_t gfp) in rcar_dmac_xfer_chunk_alloc() argument
|
/kernel/linux/linux-5.10/arch/arm/mm/ |
H A D | dma-mapping.c | 44 gfp_t gfp; member 336 gfp_t gfp = GFP_KERNEL | GFP_DMA; in atomic_pool_init() local 274 __dma_alloc_buffer(struct device *dev, size_t size, gfp_t gfp, int coherent_flag) __dma_alloc_buffer() argument 457 __alloc_remap_buffer(struct device *dev, size_t size, gfp_t gfp, pgprot_t prot, struct page **ret_page, const void *caller, bool want_vaddr) __alloc_remap_buffer() argument 520 __alloc_from_contiguous(struct device *dev, size_t size, pgprot_t prot, struct page **ret_page, const void *caller, bool want_vaddr, int coherent_flag, gfp_t gfp) __alloc_from_contiguous() argument 575 __alloc_simple_buffer(struct device *dev, size_t size, gfp_t gfp, struct page **ret_page) __alloc_simple_buffer() argument 662 __dma_alloc(struct device *dev, size_t size, dma_addr_t *handle, gfp_t gfp, pgprot_t prot, bool is_coherent, unsigned long attrs, const void *caller) __dma_alloc() argument 743 arm_dma_alloc(struct device *dev, size_t size, dma_addr_t *handle, gfp_t gfp, unsigned long attrs) arm_dma_alloc() argument 752 arm_coherent_dma_alloc(struct device *dev, size_t size, dma_addr_t *handle, gfp_t gfp, unsigned long attrs) arm_coherent_dma_alloc() argument 1197 __iommu_alloc_buffer(struct device *dev, size_t size, gfp_t gfp, unsigned long attrs, int coherent_flag) __iommu_alloc_buffer() argument 1387 __iommu_alloc_simple(struct device *dev, size_t size, gfp_t gfp, dma_addr_t *handle, int coherent_flag, unsigned long attrs) __iommu_alloc_simple() argument 1422 __arm_iommu_alloc_attrs(struct device *dev, size_t size, dma_addr_t *handle, gfp_t gfp, unsigned long attrs, int coherent_flag) __arm_iommu_alloc_attrs() argument 1471 arm_iommu_alloc_attrs(struct device *dev, size_t size, dma_addr_t *handle, gfp_t gfp, unsigned long attrs) arm_iommu_alloc_attrs() argument 1477 arm_coherent_iommu_alloc_attrs(struct device *dev, size_t size, dma_addr_t *handle, gfp_t gfp, unsigned long attrs) arm_coherent_iommu_alloc_attrs() argument 2314 arch_dma_alloc(struct device *dev, size_t size, dma_addr_t *dma_handle, gfp_t gfp, unsigned long attrs) arch_dma_alloc() argument [all...] |