centos man page for devres_alloc

Query: devres_alloc

OS: centos

Section: 9

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

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 3.10 June 2014 DEVRES_ALLOC(9)
Related Man Pages
blk_make_request(9) - centos
wimax_msg_alloc(9) - centos
explain_malloc_or_die(3) - debian
free_huge_pages(3) - centos
get_huge_pages(3) - centos
Similar Topics in the Unix Linux Community
Best performance UNIX just for HOST Virtualization?
How to increment version inside a file?
CentOS7 restoring file capabilities
Shopt -s histappend
Please Welcome Dave Munro to the Moderator Team!