KLIST_NEXT

Section: (9)
Updated: 09 October 2005
Index Return to Main Contents

 

NAME

klist_next - Ante up next node in list.  

SYNOPSIS

"SYNOPSIS"

struct klist_node * klist_next (struct klist_iter * i);  

ARGUMENTS

i
Iterator structure.
 

DESCRIPTION

First grab list lock. Decrement the reference count of the previous node, if there was one. Grab the next node, increment its reference count, drop the lock, and return that next node.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 00:02:22 GMT, October 09, 2005