Searched refs:gfp (Results 1 - 15 of 15) sorted by relevance

/freebsd-10.1-release/sys/ofed/include/linux/
H A Dstring.h34 #include <linux/gfp.h>
43 kmemdup(const void *src, size_t len, gfp_t gfp) argument
47 dst = kmalloc(len, gfp);
H A Dmm.h33 #include <linux/gfp.h>
H A Dslab.h38 #include <linux/gfp.h>
H A Ddevice.h419 static inline char *kvasprintf(gfp_t gfp, const char *fmt, va_list ap) argument
434 static inline char *kasprintf(gfp_t gfp, const char *fmt, ...) argument
440 p = kvasprintf(gfp, fmt, ap);
H A Ddma-mapping.h59 dma_addr_t *dma_handle, gfp_t gfp);
/freebsd-10.1-release/libexec/mknetid/
H A Dmknetid.c103 FILE *gfp, *pfp, *hfp, *nfp; local
147 if ((gfp = fopen(groupfile, "r")) == NULL) {
164 _gr_fp = gfp;
176 fclose(gfp);
/freebsd-10.1-release/contrib/groff/src/preproc/grn/
H A Dmain.cpp475 register FILE *gfp = NULL; /* input file pointer */ local
508 gfp = macro_path.open_file(gremlinfile, &path);
509 if (!gfp)
511 PICTURE = DBRead(gfp); /* read picture file */
512 fclose(gfp);
/freebsd-10.1-release/usr.sbin/pmcannotate/
H A Dpmcannotate.c676 FILE *gfp, *bfp; local
734 gfp = fopen(tofl, "r");
735 if (gfp == NULL)
744 while (fgets(buffer, LNBUFF, gfp) != NULL) {
767 if (fclose(gfp) == EOF)
/freebsd-10.1-release/contrib/amd/amd/
H A Dconf.c348 struct _func_map *gfp; local
357 for (gfp = glob_functable; gfp->name; gfp++)
358 if (FSTREQ(gfp->name, key))
359 return (gfp->func)(val);
/freebsd-10.1-release/sys/ofed/drivers/net/mlx4/
H A Dsrq.c37 #include <linux/gfp.h>
H A Dqp.c37 #include <linux/gfp.h>
/freebsd-10.1-release/sys/dev/cxgbe/iw_cxgbe/
H A Dcm.c912 alloc_ep(int size, gfp_t gfp) argument
916 epc = kzalloc(size, gfp);
2213 int c4iw_ep_disconnect(struct c4iw_ep *ep, int abrupt, gfp_t gfp) argument
H A Diw_cxgbe.h908 int c4iw_ep_disconnect(struct c4iw_ep *ep, int abrupt, gfp_t gfp);
H A Dqp.c898 gfp_t gfp)
897 post_terminate(struct c4iw_qp *qhp, struct t4_cqe *err_cqe, gfp_t gfp) argument
/freebsd-10.1-release/sys/ofed/drivers/infiniband/hw/mlx4/
H A Dmad.c40 #include <linux/gfp.h>

Completed in 258 milliseconds