Query: ida_pre_get
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
IDA_PRE_GET(9) Basic Kernel Library Functions IDA_PRE_GET(9)NAMEida_pre_get - reserve resources for ida allocationSYNOPSISint ida_pre_get(struct ida * ida, gfp_t gfp_mask);ARGUMENTSida ida handle gfp_mask memory allocation flagDESCRIPTIONThis function should be called prior to locking and calling the following function. It preallocates enough memory to satisfy the worst possible allocation. If the system is REALLY out of memory this function returns 0, otherwise 1.COPYRIGHTKernel Hackers Manual 3.10 June 2014 IDA_PRE_GET(9)