Searched refs:best_order (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
H A Devents.c439 __u32 best_order = 0; ptlrpc_uuid_to_peer() local
466 (dist == best_dist && order < best_order)) { ptlrpc_uuid_to_peer()
468 best_order = order; ptlrpc_uuid_to_peer()
/linux-4.1.27/drivers/atm/
H A Deni.c238 int len,i,order,best_order,index; eni_alloc_mem() local
246 best_order = 65; /* we don't have more than 2^64 of anything ... */ eni_alloc_mem()
250 best_order = order; eni_alloc_mem()
254 else if (best_order > list[i].order && list[i].order > order) { eni_alloc_mem()
255 best_order = list[i].order; eni_alloc_mem()
258 if (best_order == 65) return NULL; eni_alloc_mem()
263 eni_put_free(eni_dev,start+*size,(1 << best_order)-*size); eni_alloc_mem()

Completed in 136 milliseconds