inter_module_put

Section: Kernel Hacker's Manual (9)
Updated: inter_module_put
Index Return to Main Contents
 

NAME

inter_module_put - release use of data from another module.  

SYNOPSIS

void inter_module_put (const char *im_name);  

ARGUMENTS

im_name

 an arbitrary string to identify the data, must be unique
 

DESCRIPTION


 If the im_name has not been registered, complain, otherwise decrement the use count on the owning module.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 03:57:48 GMT, June 12, 2005