Searched defs:nmemb (Results 1 - 8 of 8) sorted by relevance
/linux-4.1.27/include/drm/ |
H A D | drm_mem_util.h | 32 static __inline__ void *drm_calloc_large(size_t nmemb, size_t size) drm_calloc_large() argument 45 static __inline__ void *drm_malloc_ab(size_t nmemb, size_t size) drm_malloc_ab() argument
|
/linux-4.1.27/scripts/kconfig/ |
H A D | util.c | 140 void *xcalloc(size_t nmemb, size_t size) xcalloc() argument
|
/linux-4.1.27/drivers/gpu/drm/nouveau/ |
H A D | nouveau_gem.c | 566 u_memcpya(uint64_t user, unsigned nmemb, unsigned size) u_memcpya() argument
|
/linux-4.1.27/drivers/pcmcia/ |
H A D | m32r_cfc.c | 104 pcc_ioread_byte(int sock, unsigned long port, void *buf, size_t size, size_t nmemb, int flag) pcc_ioread_byte() argument 129 pcc_ioread_word(int sock, unsigned long port, void *buf, size_t size, size_t nmemb, int flag) pcc_ioread_word() argument 160 pcc_iowrite_byte(int sock, unsigned long port, void *buf, size_t size, size_t nmemb, int flag) pcc_iowrite_byte() argument 185 pcc_iowrite_word(int sock, unsigned long port, void *buf, size_t size, size_t nmemb, int flag) pcc_iowrite_word() argument
|
H A D | m32r_pcc.c | 84 void pcc_iorw(int sock, unsigned long port, void *buf, size_t size, size_t nmemb, int wr, int flag) pcc_iorw() argument 233 void pcc_ioread(int sock, unsigned long port, void *buf, size_t size, size_t nmemb, int flag) { pcc_ioread() argument 237 void pcc_iowrite(int sock, unsigned long port, void *buf, size_t size, size_t nmemb, int flag) { pcc_iowrite() argument
|
/linux-4.1.27/drivers/md/ |
H A D | dm-table.c | 134 void *dm_vcalloc(unsigned long nmemb, unsigned long elem_size) dm_vcalloc() argument
|
/linux-4.1.27/tools/perf/util/ |
H A D | annotate.c | 438 const int nmemb = ARRAY_SIZE(instructions); ins__find() local
|
/linux-4.1.27/tools/perf/ |
H A D | builtin-trace.c | 1132 const int nmemb = ARRAY_SIZE(syscall_fmts); syscall_fmt__find() local
|
Completed in 371 milliseconds