Searched refs:lup (Results 1 – 2 of 2) sorted by relevance
48 u64 ldown, lup; in batadv_parse_gw_bandwidth() local116 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()
443 struct scif_rma_lookup *lup = &window->dma_addr_lookup; in scif_destroy_remote_lookup() local448 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()