Searched refs:ht (Results 1 – 6 of 6) sorted by relevance
| /tools/include/linux/ |
| A D | hashtable.h | 31 static inline void __hash_init(struct hlist_head *ht, unsigned int sz) in __hash_init() argument 36 INIT_HLIST_HEAD(&ht[i]); in __hash_init() 69 static inline bool __hash_empty(struct hlist_head *ht, unsigned int sz) in __hash_empty() argument 74 if (!hlist_empty(&ht[i])) in __hash_empty()
|
| /tools/testing/selftests/mm/ |
| A D | va_high_addr_switch.c | 184 struct testcase ht[] = { in testcases_init() local 249 hugetlb_testcases = malloc(sizeof(ht)); in testcases_init() 253 memcpy(hugetlb_testcases, ht, sizeof(ht)); in testcases_init() 256 sz_hugetlb_testcases = ARRAY_SIZE(ht); in testcases_init()
|
| /tools/testing/selftests/cpufreq/ |
| A D | main.sh | 74 while getopts ht:o:d:g: arg
|
| /tools/perf/util/ |
| A D | auxtrace.c | 2042 struct hlist_head *ht; in auxtrace_cache__new() local 2051 ht = calloc(sz, sizeof(struct hlist_head)); in auxtrace_cache__new() 2052 if (!ht) in auxtrace_cache__new() 2056 INIT_HLIST_HEAD(&ht[i]); in auxtrace_cache__new() 2058 c->hashtable = ht; in auxtrace_cache__new()
|
| /tools/testing/selftests/net/ |
| A D | rtnetlink.sh | 231 …run_cmd tc filter add dev "$dev" protocol ip parent 1: prio 5 handle ffe:2:3 u32 ht ffe:2: match i… 232 …run_cmd tc filter add dev "$dev" protocol ip parent 1: prio 5 handle ffe:2:2 u32 ht ffe:2: match i…
|
| /tools/arch/x86/kcpuid/ |
| A D | cpuid.csv | 90 0x1, 0, edx, 28, ht , Hyper-threading
|
Completed in 93 milliseconds