| /linux-6.15/include/linux/ |
| H A D | rhashtable.h | 693 struct rhltable *hlt, const void *key, in rhltable_lookup() argument 858 struct rhltable *hlt, const void *key, struct rhlist_head *list, in rhltable_insert_key() argument 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 1259 static inline void rhltable_walk_enter(struct rhltable *hlt, in rhltable_walk_enter() argument 1262 rhashtable_walk_enter(&hlt->ht, iter); in rhltable_walk_enter() 1278 rhashtable_free_and_destroy(&hlt->ht, free_fn, arg); in rhltable_free_and_destroy() 1281 static inline void rhltable_destroy(struct rhltable *hlt) in rhltable_destroy() argument [all …]
|
| H A D | rhashtable-types.h | 138 int rhltable_init_noprof(struct rhltable *hlt,
|
| /linux-6.15/arch/x86/kernel/ |
| H A D | sev_verify_cbit.S | 82 2: hlt
|
| H A D | head_64.S | 309 hlt
|
| /linux-6.15/arch/x86/boot/compressed/ |
| H A D | mem_encrypt.S | 175 hlt 295 hlt
|
| H A D | head_64.S | 483 hlt
|
| /linux-6.15/arch/x86/realmode/rm/ |
| H A D | wakeup_asm.S | 142 hlt
|
| H A D | trampoline_64.S | 99 hlt
|
| /linux-6.15/include/uapi/linux/ |
| H A D | fd.h | 134 unsigned long hlt; /* Head load/settle time, msec */ member
|
| /linux-6.15/tools/testing/selftests/kvm/x86/ |
| H A D | svm_nested_soft_inject_test.c | 55 hlt(); in l2_guest_code_int()
|
| /linux-6.15/drivers/block/ |
| H A D | floppy.c | 1287 unsigned long hlt; in fdc_specify() local 1336 hlt = DIV_ROUND_UP(drive_params[drive].hlt * scale_dtr / 2, in fdc_specify() 1338 if (hlt < 0x01) in fdc_specify() 1339 hlt = 0x01; in fdc_specify() 1340 else if (hlt > 0x7f) in fdc_specify() 1341 hlt = hlt_max_code; in fdc_specify() 1351 spec2 = (hlt << 1) | (use_virtual_dma & 1); in fdc_specify() 3591 compat_ulong_t hlt; member 3724 drive_params[drive].hlt = v.hlt; in compat_setdrvprm() 3755 v.hlt = drive_params[drive].hlt; in compat_getdrvprm()
|
| /linux-6.15/lib/ |
| H A D | rhashtable.c | 1100 int rhltable_init_noprof(struct rhltable *hlt, const struct rhashtable_params *params) in rhltable_init_noprof() argument 1104 err = rhashtable_init_noprof(&hlt->ht, params); in rhltable_init_noprof() 1105 hlt->ht.rhlist = true; in rhltable_init_noprof()
|
| /linux-6.15/arch/x86/boot/ |
| H A D | header.S | 602 hlt
|
| /linux-6.15/arch/x86/entry/ |
| H A D | entry_32.S | 1107 hlt
|
| /linux-6.15/drivers/net/ethernet/marvell/octeontx2/af/ |
| H A D | rvu_npc_fs.c | 484 #define NPC_SCAN_HDR(name, hlid, hlt, hstart, hlen) \ in npc_scan_ldata() argument 488 if (lid == (hlid) && lt == (hlt)) { \ in npc_scan_ldata()
|
| /linux-6.15/tools/testing/selftests/kvm/include/x86/ |
| H A D | processor.h | 859 #define hlt() \ macro
|
| /linux-6.15/arch/x86/kvm/ |
| H A D | emulate.c | 4363 DI(ImplicitOps | Priv, hlt), D(ImplicitOps),
|
| /linux-6.15/Documentation/admin-guide/ |
| H A D | kernel-parameters.txt | 1840 hlt [BUGS=ARM,SH]
|