Searched refs:kts (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/drivers/block/aoe/ |
D | aoenet.c | 37 static struct ktstate kts; variable 205 kts.lock = &txlock; in aoenet_init() 206 kts.fn = tx; in aoenet_init() 207 kts.waitq = &txwq; in aoenet_init() 208 kts.id = 0; in aoenet_init() 209 snprintf(kts.name, sizeof(kts.name), "aoe_tx%d", kts.id); in aoenet_init() 210 if (aoe_ktstart(&kts)) in aoenet_init() 219 aoe_ktstop(&kts); in aoenet_exit()
|
D | aoecmd.c | 51 static struct ktstate *kts; variable 1275 if (!kts[actual_id].active) { in ktio() 1278 if (!kts[actual_id].active in ktio() 1279 && aoe_ktstart(&kts[actual_id]) == 0) in ktio() 1280 kts[actual_id].active = 1; in ktio() 1348 if (!kts[id].active) { in ktcomplete() 1709 if (kts[i].active) in aoe_flush_iocq() 1764 kts = kcalloc(ncpus, sizeof(struct ktstate), GFP_KERNEL); in aoecmd_init() 1765 if (!kts) { in aoecmd_init() 1782 snprintf(kts[i].name, sizeof(kts[i].name), "aoe_ktio%d", i); in aoecmd_init() [all …]
|
/linux-4.1.27/arch/alpha/kernel/ |
D | osf_sys.c | 1016 struct timespec kts; in SYSCALL_DEFINE2() local 1020 if (get_tv32((struct timeval *)&kts, tv)) in SYSCALL_DEFINE2() 1022 kts.tv_nsec *= 1000; in SYSCALL_DEFINE2() 1029 return do_sys_settimeofday(tv ? &kts : NULL, tz ? &ktz : NULL); in SYSCALL_DEFINE2()
|
/linux-4.1.27/kernel/ |
D | compat.c | 193 int compat_convert_timespec(struct timespec __user **kts, in compat_convert_timespec() argument 200 *kts = (struct timespec __user *)cts; in compat_convert_timespec() 212 *kts = uts; in compat_convert_timespec()
|
/linux-4.1.27/net/ |
D | socket.c | 2579 struct timespec kts; in do_siocgstampns() local 2583 err = sock_do_ioctl(net, sock, cmd, (unsigned long)&kts); in do_siocgstampns() 2586 err = compat_put_timespec(&kts, up); in do_siocgstampns()
|