Searched refs:gfp_t (Results 1 - 25 of 31) sorted by relevance

12

/freebsd-11.0-release/sys/compat/linuxkpi/common/include/linux/
H A Dstring.h43 kmemdup(const void *src, size_t len, gfp_t gfp)
54 kstrdup_const(const char *src, gfp_t gfp)
H A Didr.h83 int idr_pre_get(struct idr *idp, gfp_t gfp_mask);
91 int idr_alloc(struct idr *idp, void *ptr, int start, int end, gfp_t);
92 int idr_alloc_cyclic(struct idr *idp, void *ptr, int start, int end, gfp_t);
112 int ida_pre_get(struct ida *ida, gfp_t gfp_mask);
119 gfp_t gfp_mask);
H A Dradix-tree.h49 gfp_t gfp_mask;
H A Dtypes.h57 typedef unsigned gfp_t; typedef
H A Dgfp.h80 linux_get_page(gfp_t mask)
133 alloc_pages(gfp_t gfp_mask, unsigned int order)
146 static inline uintptr_t __get_free_pages(gfp_t gfp_mask, unsigned int order)
H A Ddmapool.h70 dma_pool_alloc(struct dma_pool *pool, gfp_t mem_flags, dma_addr_t *handle)
H A Ddma-mapping.h60 dma_addr_t *dma_handle, gfp_t gfp);
124 gfp_t flag)
146 gfp_t flag)
H A Dscatterlist.h169 unsigned int max_ents, gfp_t gfp_mask)
217 sg_alloc_table(struct sg_table *table, unsigned int nents, gfp_t gfp_mask)
H A Ddevice.h449 char *kvasprintf(gfp_t, const char *, va_list);
450 char *kasprintf(gfp_t, const char *, ...);
/freebsd-11.0-release/sys/ofed/drivers/infiniband/core/
H A Dsa.h56 int timeout_ms, gfp_t gfp_mask,
H A Dsa_query.c570 static int alloc_mad(struct ib_sa_query *query, gfp_t gfp_mask)
619 static int send_mad(struct ib_sa_query *query, int timeout_ms, gfp_t gfp_mask)
716 int timeout_ms, gfp_t gfp_mask,
833 int timeout_ms, gfp_t gfp_mask,
930 int timeout_ms, gfp_t gfp_mask,
1021 int timeout_ms, gfp_t gfp_mask,
H A Dmulticast.c577 union ib_gid *mgid, gfp_t gfp_mask)
629 ib_sa_comp_mask comp_mask, gfp_t gfp_mask,
/freebsd-11.0-release/sys/ofed/include/rdma/
H A Dib_sa.h303 int timeout_ms, gfp_t gfp_mask,
315 int timeout_ms, gfp_t gfp_mask,
361 ib_sa_comp_mask comp_mask, gfp_t gfp_mask,
418 int timeout_ms, gfp_t gfp_mask,
H A Dib_mad.h627 gfp_t gfp_mask);
H A Dib_verbs.h1619 gfp_t flag);
2545 gfp_t flag)
/freebsd-11.0-release/sys/ofed/drivers/net/mlx4/
H A Dicm.h72 gfp_t gfp_mask, int coherent);
H A Dicm.c98 gfp_t gfp_mask, int node)
114 int order, gfp_t gfp_mask)
128 gfp_t gfp_mask, int coherent)
/freebsd-11.0-release/sys/compat/linuxkpi/common/src/
H A Dlinux_idr.c249 idr_pre_get(struct idr *idr, gfp_t gfp_mask)
544 idr_alloc(struct idr *idr, void *ptr, int start, int end, gfp_t gfp_mask)
555 idr_alloc_cyclic(struct idr *idr, void *ptr, int start, int end, gfp_t gfp_mask)
605 ida_pre_get(struct ida *ida, gfp_t flags)
619 gfp_t flags)
H A Dlinux_compat.c1003 kvasprintf(gfp_t gfp, const char *fmt, va_list ap)
1021 kasprintf(gfp_t gfp, const char *fmt, ...)
/freebsd-11.0-release/sys/ofed/drivers/infiniband/hw/mthca/
H A Dmthca_memfree.h83 gfp_t gfp_mask, int coherent);
H A Dmthca_cmd.h252 gfp_t gfp_mask);
H A Dmthca_memfree.c106 static int mthca_alloc_icm_pages(struct scatterlist *mem, int order, gfp_t gfp_mask)
123 int order, gfp_t gfp_mask)
137 gfp_t gfp_mask, int coherent)
/freebsd-11.0-release/sys/dev/mlx5/mlx5_core/
H A Dmlx5_cmd.c80 gfp_t alloc_flags = cbk ? GFP_ATOMIC : GFP_KERNEL;
952 gfp_t flags)
981 gfp_t flags, int size)
1170 gfp_t gfp)
1212 gfp_t gfp;
/freebsd-11.0-release/sys/dev/drm2/ttm/
H A Dttm_page_alloc_dma.c117 gfp_t gfp_flags;
565 static struct dma_pool *ttm_dma_pool_init(struct device *dev, gfp_t flags,
873 gfp_t gfp_flags;
/freebsd-11.0-release/sys/dev/cxgbe/iw_cxgbe/
H A Dcm.c89 static void *alloc_ep(int size, gfp_t flags);
903 alloc_ep(int size, gfp_t gfp)
2240 int c4iw_ep_disconnect(struct c4iw_ep *ep, int abrupt, gfp_t gfp)

Completed in 153 milliseconds

12