Searched refs:kstrto_from_user (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/lib/ |
H A D | kstrtox.c | 391 #define kstrto_from_user(f, g, type) \ macro 405 kstrto_from_user(kstrtoull_from_user, kstrtoull, unsigned long long); 406 kstrto_from_user(kstrtoll_from_user, kstrtoll, long long); 407 kstrto_from_user(kstrtoul_from_user, kstrtoul, unsigned long); 408 kstrto_from_user(kstrtol_from_user, kstrtol, long); 409 kstrto_from_user(kstrtouint_from_user, kstrtouint, unsigned int); 410 kstrto_from_user(kstrtoint_from_user, kstrtoint, int); 411 kstrto_from_user(kstrtou16_from_user, kstrtou16, u16); 412 kstrto_from_user(kstrtos16_from_user, kstrtos16, s16); 413 kstrto_from_user(kstrtou8_from_use [all...] |
/kernel/linux/linux-6.6/lib/ |
H A D | kstrtox.c | 408 #define kstrto_from_user(f, g, type) \ macro 422 kstrto_from_user(kstrtoull_from_user, kstrtoull, unsigned long long); 423 kstrto_from_user(kstrtoll_from_user, kstrtoll, long long); 424 kstrto_from_user(kstrtoul_from_user, kstrtoul, unsigned long); 425 kstrto_from_user(kstrtol_from_user, kstrtol, long); 426 kstrto_from_user(kstrtouint_from_user, kstrtouint, unsigned int); 427 kstrto_from_user(kstrtoint_from_user, kstrtoint, int); 428 kstrto_from_user(kstrtou16_from_user, kstrtou16, u16); 429 kstrto_from_user(kstrtos16_from_user, kstrtos16, s16); 430 kstrto_from_user(kstrtou8_from_use [all...] |
Completed in 2 milliseconds