Home
last modified time | relevance | path

Searched refs:ktstate (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/block/aoe/
H A Daoe.h198 struct ktstate { struct
232 int aoe_ktstart(struct ktstate *k);
233 void aoe_ktstop(struct ktstate *k);
H A Daoenet.c37 static struct ktstate kts;
H A Daoecmd.c50 static struct ktstate *kts;
1231 struct ktstate *k; in kthread()
1258 aoe_ktstop(struct ktstate *k) in aoe_ktstop()
1265 aoe_ktstart(struct ktstate *k) in aoe_ktstart()
1706 kts = kcalloc(ncpus, sizeof(struct ktstate), GFP_KERNEL); in aoecmd_init()