Flashnux

GNU/Linux man pages

Livre :
Expressions régulières,
Syntaxe et mise en oeuvre :

ISBN : 978-2-7460-9712-4
EAN : 9782746097124
(Editions ENI)

GNU/Linux

CentOS 5.5

vm.kmalloc_node(3stap)


VM.KMALLOC_NODE

VM.KMALLOC_NODE

NAME
SYNOPSIS
VALUES

NAME

vm.kmalloc_node − Fires when kmalloc_node is requested.

SYNOPSIS

vm.kmalloc_node

VALUES

ptr

Pointer to the kmemory allocated

caller_function

Name of the caller function.

call_site

Address of the function caling this kmemory function.

gfp_flag_name

Type of kmemory to allocate(in string format)

bytes_req

Requested Bytes

bytes_alloc

Allocated Bytes

gfp_flags

type of kmemory to allocate



vm.kmalloc_node(3stap)