Query: kobject_init
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
KOBJECT_INIT(9) Driver Basics KOBJECT_INIT(9)NAMEkobject_init - initialize a kobject structureSYNOPSISvoid kobject_init(struct kobject * kobj, struct kobj_type * ktype);ARGUMENTSkobj pointer to the kobject to initialize ktype pointer to the ktype for this kobject.DESCRIPTIONThis function will properly initialize a kobject such that it can then be passed to the kobject_add call. After this function is called, the kobject MUST be cleaned up by a call to kobject_put, not by a call to kfree directly to ensure that all of the memory is cleaned up properly.COPYRIGHTKernel Hackers Manual 3.10 June 2014 KOBJECT_INIT(9)
Related Man Pages |
---|
usb_fill_int_urb(9) - suse |
blk_make_request(9) - centos |
device_create(9) - centos |
struct_drm_fb_helper_funcs(9) - centos |
usb_fill_int_urb(9) - centos |
Similar Topics in the Unix Linux Community |
---|
Set hard block limit for user using quota |
DB2 convert digits to binary format |
Tar Command |
CentOS7 restoring file capabilities |
Docker learning Phase-I |