devres_alloc(9) suse man page | unix.com

Man Page: devres_alloc

Operating Environment: suse

Section: 9

DEVRES_ALLOC(9) 						   Driver Basics						   DEVRES_ALLOC(9)

NAME
devres_alloc - Allocate device resource data
SYNOPSIS
void * devres_alloc(dr_release_t release, size_t size, gfp_t gfp);
ARGUMENTS
release Release function devres will be associated with size Allocation size gfp Allocation flags
DESCRIPTION
Allocate devres of size bytes. The allocated area is zeroed, then associated with release. The returned pointer can be passed to other devres_*() functions.
RETURNS
Pointer to allocated devres on success, NULL on failure.
COPYRIGHT
Kernel Hackers Manual 2.6. July 2010 DEVRES_ALLOC(9)
Related Man Pages
wimax_msg_alloc(9) - suse
kmalloc_array(9) - centos
explain_calloc_or_die(3) - debian
explain_malloc_or_die(3) - debian
explain_realloc_or_die(3) - debian
Similar Topics in the Unix Linux Community
How to restrict user to a specific directory in solaris 10
Change directory error
SOCKS proxy & PAM configuration exposure
A (ksh) Library For and From UNIX.com
The Future of the PM (Private Message) System at UNIX.com