idr_alloc man page on OpenSuSE

Man page or keyword search:  
man Server   25941 pages
apropos Keyword Search (all sections)
Output format
OpenSuSE logo
[printable version]

IDR_ALLOC(9)		Basic Kernel Library Functions		  IDR_ALLOC(9)

NAME
       idr_alloc - allocate new idr entry

SYNOPSIS
       int idr_alloc(struct idr * idr, void * ptr, int start, int end,
		     gfp_t gfp_mask);

ARGUMENTS
       idr
	   the (initialized) idr

       ptr
	   pointer to be associated with the new id

       start
	   the minimum id (inclusive)

       end
	   the maximum id (exclusive, <= 0 for max)

       gfp_mask
	   memory allocation flags

DESCRIPTION
       Allocate an id in [start, end) and associate it with ptr. If no ID is
       available in the specified range, returns -ENOSPC. On memory allocation
       failure, returns -ENOMEM.

       Note that end is treated as max when <= 0. This is to always allow
       using start + N as end as long as N is inside integer range.

       The user is responsible for exclusively synchronizing all operations
       which may modify idr. However, read-only accesses such as idr_find or
       iteration can be performed under RCU read lock provided the user
       destroys ptr in RCU-safe way after removal from idr.

COPYRIGHT
Kernel Hackers Manual 3.11	 November 2013			  IDR_ALLOC(9)
[top]

List of man pages available for OpenSuSE

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net