Home
last modified time | relevance | path

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

/linux-4.4.14/net/batman-adv/
Dgateway_common.c48 u64 ldown, lup; in batadv_parse_gw_bandwidth() local
116 ret = kstrtou64(slash_ptr + 1, 10, &lup); in batadv_parse_gw_bandwidth()
127 if (U64_MAX / 10 < lup) { in batadv_parse_gw_bandwidth()
134 lup *= 10; in batadv_parse_gw_bandwidth()
138 lup = div_u64(lup, 100); in batadv_parse_gw_bandwidth()
142 if (U32_MAX < lup) { in batadv_parse_gw_bandwidth()
149 *up = lup; in batadv_parse_gw_bandwidth()
/linux-4.4.14/drivers/misc/mic/scif/
Dscif_rma.c443 struct scif_rma_lookup *lup = &window->dma_addr_lookup; in scif_destroy_remote_lookup() local
448 if (lup->lookup && lup->lookup[j]) in scif_destroy_remote_lookup()
449 scif_unmap_single(lup->lookup[j], in scif_destroy_remote_lookup()
457 if (lup->lookup) in scif_destroy_remote_lookup()
458 scif_free_coherent(lup->lookup, lup->offset, in scif_destroy_remote_lookup()
460 sizeof(*lup->lookup)); in scif_destroy_remote_lookup()