FreeBSD kernel kern code
lock_owner_chain Struct Reference

Data Fields

struct sx lock
 
struct lock_owner_list list
 

Detailed Description

Definition at line 209 of file kern_lockf.c.

Field Documentation

◆ list

struct lock_owner_list lock_owner_chain::list

Definition at line 211 of file kern_lockf.c.

◆ lock

struct sx lock_owner_chain::lock

Definition at line 210 of file kern_lockf.c.

Referenced by lf_alloc_lock(), and lf_free_lock().


The documentation for this struct was generated from the following file: