centos man page for get_request

Query: get_request

OS: centos

Section: 9

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

GET_REQUEST(9)							   Block Devices						    GET_REQUEST(9)

NAME
get_request - get a free request
SYNOPSIS
struct request * get_request(struct request_queue * q, int rw_flags, struct bio * bio, gfp_t gfp_mask);
ARGUMENTS
q request_queue to allocate request from rw_flags RW and SYNC flags bio bio to allocate request for (can be NULL) gfp_mask allocation mask
DESCRIPTION
Get a free request from q. If __GFP_WAIT is set in gfp_mask, this function keeps retrying under memory pressure and fails iff q is dead. Must be callled with q->queue_lock held and, Returns NULL on failure, with q->queue_lock held. Returns !NULL on success, with q->queue_lock *not held*.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 GET_REQUEST(9)
Related Man Pages
blk_make_request(9) - centos
g_clone_bio(9) - debian
blk_init_queue(9) - suse
journal_try_to_free_buffers(9) - suse
probe::ioblock_trace.request(3stap) - centos
Similar Topics in the Unix Linux Community
Apache log with long strings of Xs in GET request
How to send non get request from linux server
Formatting wget request within script
C++ http GET request using sockets
A script needs to be created to collect all HTTP GET requests containing a particular string