Voxia OS v0.0.1
Hobby Project Operating System Targeting x86-64
Loading...
Searching...
No Matches
notify_dev Struct Reference

#include <notify.h>

Data Fields

uint64_t hash
 
kstring name
 
atomic_t refcount
 
struct notify_chain chain
 
struct notify_devnext
 
volatile uint64_t event_received
 

Detailed Description

Definition at line 52 of file notify.h.

Field Documentation

◆ chain

struct notify_chain notify_dev::chain

Definition at line 56 of file notify.h.

◆ event_received

volatile uint64_t notify_dev::event_received

Definition at line 58 of file notify.h.

Referenced by wait_until_receive_notify().

◆ hash

uint64_t notify_dev::hash

Definition at line 53 of file notify.h.

◆ name

kstring notify_dev::name

Definition at line 54 of file notify.h.

◆ next

struct notify_dev* notify_dev::next

Definition at line 57 of file notify.h.

◆ refcount

atomic_t notify_dev::refcount

Definition at line 55 of file notify.h.

Referenced by notify_dev_put().


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