Searched refs:ho (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/core/ |
D | ramht.c | 42 u32 co, ho; in nvkm_ramht_search() local 44 co = ho = nvkm_ramht_hash(ramht, chid, handle); in nvkm_ramht_search() 53 } while (co != ho); in nvkm_ramht_search() 109 u32 co, ho; in nvkm_ramht_insert() local 114 co = ho = nvkm_ramht_hash(ramht, chid, handle); in nvkm_ramht_insert() 123 } while (co != ho); in nvkm_ramht_insert()
|
/linux-4.4.14/net/netfilter/ipvs/ |
D | ip_vs_sync.c | 284 static void ntoh_seq(struct ip_vs_seq *no, struct ip_vs_seq *ho) in ntoh_seq() argument 286 ho->init_seq = get_unaligned_be32(&no->init_seq); in ntoh_seq() 287 ho->delta = get_unaligned_be32(&no->delta); in ntoh_seq() 288 ho->previous_delta = get_unaligned_be32(&no->previous_delta); in ntoh_seq() 295 static void hton_seq(struct ip_vs_seq *ho, struct ip_vs_seq *no) in hton_seq() argument 297 put_unaligned_be32(ho->init_seq, &no->init_seq); in hton_seq() 298 put_unaligned_be32(ho->delta, &no->delta); in hton_seq() 299 put_unaligned_be32(ho->previous_delta, &no->previous_delta); in hton_seq()
|
/linux-4.4.14/arch/alpha/lib/ |
D | stxcpy.S | 156 extql t2, a1, t0 # e0 : position ho-bits of lo word
|
D | ev6-stxcpy.S | 179 extql t2, a1, t0 # U : position ho-bits of lo word
|
/linux-4.4.14/arch/x86/kernel/cpu/ |
D | perf_event.h | 489 ho:1; member
|
/linux-4.4.14/arch/m68k/ifpsp060/src/ |
D | fpsp.S | 13589 bra.w fabs_sd_normal # no; ho handle normalized op
|