Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/block/aoe/
Daoe.h197 struct ktstate { struct
231 int aoe_ktstart(struct ktstate *k);
232 void aoe_ktstop(struct ktstate *k);
Daoenet.c37 static struct ktstate kts;
Daoecmd.c51 static struct ktstate *kts;
1229 struct ktstate *k; in kthread()
1256 aoe_ktstop(struct ktstate *k) in aoe_ktstop()
1263 aoe_ktstart(struct ktstate *k) in aoe_ktstart()
1701 kts = kcalloc(ncpus, sizeof(struct ktstate), GFP_KERNEL); in aoecmd_init()