FreeBSD kernel kern code
genoffset.c File Reference
#include <sys/cdefs.h>
#include <sys/param.h>
#include <sys/assym.h>
#include <sys/proc.h>
Include dependency graph for genoffset.c:

Go to the source code of this file.

Macros

#define GENOFFSET
 

Functions

 __FBSDID ("$FreeBSD$")
 
 OFFSYM (td_priority, thread, u_char)
 
 OFFSYM (td_critnest, thread, u_int)
 
 OFFSYM (td_pinned, thread, int)
 
 OFFSYM (td_owepreempt, thread, u_char)
 

Macro Definition Documentation

◆ GENOFFSET

#define GENOFFSET

Definition at line 31 of file genoffset.c.

Function Documentation

◆ __FBSDID()

__FBSDID ( "$FreeBSD$"  )

◆ OFFSYM() [1/4]

OFFSYM ( td_critnest  ,
thread  ,
u_int   
)

◆ OFFSYM() [2/4]

OFFSYM ( td_owepreempt  ,
thread  ,
u_char   
)

◆ OFFSYM() [3/4]

OFFSYM ( td_pinned  ,
thread  ,
int   
)

◆ OFFSYM() [4/4]

OFFSYM ( td_priority  ,
thread  ,
u_char   
)