Query: __check_region
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
__CHECK_REGION(9) Hardware Interfaces __CHECK_REGION(9)NAME__check_region - check if a resource region is busy or freeSYNOPSISint __check_region(struct resource * parent, resource_size_t start, resource_size_t n);ARGUMENTSparent parent resource descriptor start resource start address n resource region sizeDESCRIPTIONReturns 0 if the region is free at the moment it is checked, returns -EBUSY if the region is busy.NOTEThis function is deprecated because its use is racy. Even if it returns 0, a subsequent call to request_region may fail because another driver etc. just allocated the region. Do NOT use it. It will be removed from the kernel.COPYRIGHTKernel Hackers Manual 3.10 June 2014 __CHECK_REGION(9)
Related Man Pages |
---|
rman_get_flags(9) - freebsd |
rman_manage_region(9) - freebsd |
rman(9) - freebsd |
rman_first_free_region(9) - freebsd |
rman_activate_resource(9) - freebsd |
Similar Topics in the Unix Linux Community |
---|
Shell Programming |
Bash script to check the files based up on UST time. |