| /Linux-v6.6/include/linux/ |
| D | rhashtable.h | 693 struct rhltable *hlt, const void *key, in rhltable_lookup() argument 696 struct rhash_head *he = __rhashtable_lookup(&hlt->ht, key, params); in rhltable_lookup() 858 struct rhltable *hlt, const void *key, struct rhlist_head *list, in rhltable_insert_key() argument 861 return PTR_ERR(__rhashtable_insert_fast(&hlt->ht, key, &list->rhead, in rhltable_insert_key() 881 struct rhltable *hlt, struct rhlist_head *list, in rhltable_insert() argument 884 const char *key = rht_obj(&hlt->ht, &list->rhead); in rhltable_insert() 888 return rhltable_insert_key(hlt, key, list, params); in rhltable_insert() 1141 struct rhltable *hlt, struct rhlist_head *list, in rhltable_remove() argument 1144 return __rhashtable_remove_fast(&hlt->ht, &list->rhead, params, true); in rhltable_remove() 1259 static inline void rhltable_walk_enter(struct rhltable *hlt, in rhltable_walk_enter() argument [all …]
|
| D | rhashtable-types.h | 132 int rhltable_init(struct rhltable *hlt,
|
| /Linux-v6.6/arch/x86/kernel/ |
| D | sev_verify_cbit.S | 82 2: hlt
|
| D | head_64.S | 291 hlt
|
| /Linux-v6.6/arch/x86/boot/compressed/ |
| D | mem_encrypt.S | 175 hlt 295 hlt
|
| D | head_64.S | 588 hlt
|
| /Linux-v6.6/arch/x86/realmode/rm/ |
| D | wakeup_asm.S | 142 hlt
|
| D | trampoline_64.S | 97 hlt
|
| /Linux-v6.6/include/uapi/linux/ |
| D | fd.h | 134 unsigned long hlt; /* Head load/settle time, msec */ member
|
| /Linux-v6.6/tools/testing/selftests/kvm/x86_64/ |
| D | svm_nested_soft_inject_test.c | 55 hlt(); in l2_guest_code_int()
|
| /Linux-v6.6/drivers/block/ |
| D | floppy.c | 1284 unsigned long hlt; in fdc_specify() local 1333 hlt = DIV_ROUND_UP(drive_params[drive].hlt * scale_dtr / 2, in fdc_specify() 1335 if (hlt < 0x01) in fdc_specify() 1336 hlt = 0x01; in fdc_specify() 1337 else if (hlt > 0x7f) in fdc_specify() 1338 hlt = hlt_max_code; in fdc_specify() 1348 spec2 = (hlt << 1) | (use_virtual_dma & 1); in fdc_specify() 3587 compat_ulong_t hlt; member 3720 drive_params[drive].hlt = v.hlt; in compat_setdrvprm() 3751 v.hlt = drive_params[drive].hlt; in compat_getdrvprm()
|
| /Linux-v6.6/lib/ |
| D | rhashtable.c | 1090 int rhltable_init(struct rhltable *hlt, const struct rhashtable_params *params) in rhltable_init() argument 1094 err = rhashtable_init(&hlt->ht, params); in rhltable_init() 1095 hlt->ht.rhlist = true; in rhltable_init()
|
| /Linux-v6.6/arch/x86/boot/ |
| D | header.S | 653 hlt
|
| /Linux-v6.6/arch/x86/entry/ |
| D | entry_32.S | 1108 hlt
|
| /Linux-v6.6/drivers/net/ethernet/marvell/octeontx2/af/ |
| D | rvu_npc_fs.c | 473 #define NPC_SCAN_HDR(name, hlid, hlt, hstart, hlen) \ in npc_scan_ldata() argument 477 if (lid == (hlid) && lt == (hlt)) { \ in npc_scan_ldata()
|
| /Linux-v6.6/tools/testing/selftests/kvm/include/x86_64/ |
| D | processor.h | 794 #define hlt() \ macro
|
| /Linux-v6.6/arch/x86/kvm/ |
| D | emulate.c | 4390 DI(ImplicitOps | Priv, hlt), D(ImplicitOps),
|
| /Linux-v6.6/Documentation/admin-guide/ |
| D | kernel-parameters.txt | 1746 hlt [BUGS=ARM,SH]
|