Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/block/aoe/
Daoe.h189 struct ktstate { struct
224 int aoe_ktstart(struct ktstate *k);
225 void aoe_ktstop(struct ktstate *k);
Daoenet.c37 static struct ktstate kts;
Daoecmd.c51 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()
1703 kts = kcalloc(ncpus, sizeof(struct ktstate), GFP_KERNEL); in aoecmd_init()