Home
last modified time | relevance | path

Searched refs:ldest (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/arch/m68k/lib/
Dmemmove.c37 long *ldest = dest; in memmove() local
41 *ldest++ = *lsrc++; in memmove()
43 dest = ldest; in memmove()
79 long *ldest = dest; in memmove() local
83 *--ldest = *--lsrc; in memmove()
85 dest = ldest; in memmove()
/linux-5.19.10/net/ipv4/
Dfib_semantics.c1303 struct hlist_head *ldest; in fib_info_hash_move() local
1305 ldest = fib_info_laddrhash_bucket(fi->fib_net, in fib_info_hash_move()
1307 hlist_add_head(&fi->fib_lhash, ldest); in fib_info_hash_move()