Searched defs:globaldata (Results 1 – 5 of 5) sorted by relevance
129 struct globaldata { struct130 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 …]
13 struct globaldata { struct19 struct globaldata gd; argument
45 .globl globaldata symbol46 .set globaldata,0 define
44 .globl globaldata symbol45 .set globaldata,0 define
242 uint8_t *globaldata; member3175 uint8_t *globaldata; in parse_filter() local3303 create_filter(struct rar_program_code *prog, const uint8_t *globaldata, uint32_t globaldatalen, uin… in create_filter()