Home
last modified time | relevance | path

Searched refs:hlt (Results 1 – 19 of 19) sorted by relevance

/linux/include/linux/
H A Drhashtable.h723 * @hlt: hash table
736 struct rhltable *hlt, const void *key,
740 struct rhash_head *he = __rhashtable_lookup(&hlt->ht, key, params, in rhltable_lookup_likely()
747 struct rhltable *hlt, const void *key,
751 struct rhash_head *he = __rhashtable_lookup(&hlt->ht, key, params, in __rhashtable_insert_fast()
899 * @hlt: hash list table
914 struct rhltable *hlt, const void *key, struct rhlist_head *list,
917 return PTR_ERR(__rhashtable_insert_fast(&hlt->ht, key, &list->rhead,
923 * @hlt: hash list table
937 struct rhltable *hlt, struc
728 rhltable_lookup(struct rhltable * hlt,const void * key,const struct rhashtable_params params) rhltable_lookup() argument
738 rhltable_lookup_likely(struct rhltable * hlt,const void * key,const struct rhashtable_params params) rhltable_lookup_likely() argument
904 rhltable_insert_key(struct rhltable * hlt,const void * key,struct rhlist_head * list,const struct rhashtable_params params) rhltable_insert_key() argument
927 rhltable_insert(struct rhltable * hlt,struct rhlist_head * list,const struct rhashtable_params params) rhltable_insert() argument
1187 rhltable_remove(struct rhltable * hlt,struct rhlist_head * list,const struct rhashtable_params params) rhltable_remove() argument
1305 rhltable_walk_enter(struct rhltable * hlt,struct rhashtable_iter * iter) rhltable_walk_enter() argument
1319 rhltable_free_and_destroy(struct rhltable * hlt,void (* free_fn)(void * ptr,void * arg),void * arg) rhltable_free_and_destroy() argument
1327 rhltable_destroy(struct rhltable * hlt) rhltable_destroy() argument
[all...]
H A Drhashtable-types.h138 int rhltable_init_noprof(struct rhltable *hlt,
/linux/arch/x86/kernel/
H A Dsev_verify_cbit.S82 2: hlt
H A Dhead_64.S309 hlt
H A Drelocate_kernel_64.S618 hlt
/linux/arch/x86/boot/compressed/
H A Dmem_encrypt.S175 hlt
295 hlt
H A Dhead_64.S482 hlt
/linux/arch/x86/realmode/rm/
H A Dwakeup_asm.S142 hlt
H A Dtrampoline_64.S99 hlt
/linux/drivers/block/
H A Dfloppy.c1285 unsigned long hlt; in fdc_specify() local
1334 hlt = DIV_ROUND_UP(drive_params[drive].hlt * scale_dtr / 2, in fdc_specify()
1336 if (hlt < 0x01) in fdc_specify()
1337 hlt = 0x01; in fdc_specify()
1338 else if (hlt > 0x7f) in fdc_specify()
1339 hlt = hlt_max_code; in fdc_specify()
1349 spec2 = (hlt << 1) | (use_virtual_dma & 1); in fdc_specify()
3586 compat_ulong_t hlt; member
3719 drive_params[drive].hlt = v.hlt; in compat_setdrvprm()
3750 v.hlt = drive_params[drive].hlt; in compat_getdrvprm()
/linux/include/uapi/linux/
H A Dfd.h134 unsigned long hlt; /* Head load/settle time, msec */ member
/linux/tools/testing/selftests/kvm/x86/
H A Dsvm_nested_soft_inject_test.c55 hlt(); in l2_guest_code_int()
/linux/lib/
H A Drhashtable.c1094 * @hlt: hash list table to be initialized
1101 int rhltable_init_noprof(struct rhltable *hlt, const struct rhashtable_params *params) in rhltable_init_noprof()
1105 err = rhashtable_init_noprof(&hlt->ht, params); in rhltable_init_noprof()
1106 hlt->ht.rhlist = true; in rhltable_init_noprof()
1100 rhltable_init_noprof(struct rhltable * hlt,const struct rhashtable_params * params) rhltable_init_noprof() argument
/linux/arch/x86/boot/
H A Dheader.S611 hlt
/linux/arch/x86/entry/
H A Dentry_32.S1107 hlt
/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_npc_fs.c484 #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/tools/testing/selftests/kvm/include/x86/
H A Dprocessor.h883 #define hlt() \ macro
/linux/arch/x86/kvm/
H A Demulate.c4341 DI(ImplicitOps | Priv, hlt), D(ImplicitOps),
/linux/Documentation/admin-guide/
H A Dkernel-parameters.txt2044 hlt [BUGS=ARM,SH]