Searched refs:nll (Results 1 – 3 of 3) sorted by relevance
64 int len, nll = 0; in recv_msg() local78 nll += len; in recv_msg()85 return nll; in recv_msg()117 for (; NLMSG_OK(nh, nll); nh = NLMSG_NEXT(nh, nll)) { in read_route()259 int nll; in get_route_table() local301 if (nll < 0) { in get_route_table()303 ret = nll; in get_route_table()333 for (; NLMSG_OK(nh, nll); nh = NLMSG_NEXT(nh, nll)) { in read_arp()396 int nll; in get_arp_table() local436 if (nll < 0) { in get_arp_table()[all …]
775 struct rkisp1_cif_isp_dpf_nll nll; member
1200 if (arg->nll.scale_mode == RKISP1_CIF_ISP_NLL_SCALE_LOGARITHMIC) in rkisp1_dpf_config()1227 arg->nll.coeff[i]); in rkisp1_dpf_config()
Completed in 20 milliseconds