Home
last modified time | relevance | path

Searched defs:globaldata (Results 1 – 5 of 5) sorted by relevance

/dflybsd-src/sys/sys/
H A Dglobaldata.h129 struct globaldata { struct
130 struct privatespace *gd_prvspace; /* self-reference */
131 struct thread *gd_curthread;
132 struct thread *gd_freetd; /* cache one free td */
133 __uint32_t gd_reqflags; /* (see note above) */
134 long gd_flags;
135 lwkt_queue gd_tdallq; /* all threads */
136 lwkt_queue gd_tdrunq; /* runnable threads */
137 __uint32_t gd_cpuid;
138 cpumask_t gd_cpumask; /* CPUMASK_ASSBIT(cpuid) */
[all …]
/dflybsd-src/test/sysperf/
H A Dmutex4.c13 struct globaldata { struct
19 struct globaldata gd; argument
/dflybsd-src/sys/platform/pc64/x86_64/
H A Dglobal.s45 .globl globaldata symbol
46 .set globaldata,0 define
/dflybsd-src/sys/platform/vkernel64/x86_64/
H A Dglobal.s44 .globl globaldata symbol
45 .set globaldata,0 define
/dflybsd-src/contrib/libarchive/libarchive/
H A Darchive_read_support_format_rar.c242 uint8_t *globaldata; member
3175 uint8_t *globaldata; in parse_filter() local
3303 create_filter(struct rar_program_code *prog, const uint8_t *globaldata, uint32_t globaldatalen, uin… in create_filter()