Home
last modified time | relevance | path

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

/sunrpc/
A Dsvc_udp.c477 struct udp_cache *uc; in svcudp_enablecache() local
485 if (uc == NULL) in svcudp_enablecache()
490 uc->uc_size = size; in svcudp_enablecache()
491 uc->uc_nextvictim = 0; in svcudp_enablecache()
493 if (uc->uc_entries == NULL) in svcudp_enablecache()
500 if (uc->uc_fifo == NULL) in svcudp_enablecache()
507 su->su_cache = (char *) uc; in svcudp_enablecache()
530 victim = uc->uc_fifo[uc->uc_nextvictim]; in libc_hidden_nolink_sunrpc()
578 uc->uc_fifo[uc->uc_nextvictim++] = victim; in libc_hidden_nolink_sunrpc()
579 uc->uc_nextvictim %= uc->uc_size; in libc_hidden_nolink_sunrpc()
[all …]

Completed in 5 milliseconds