Home
last modified time | relevance | path

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

/drivers/staging/lustre/lnet/lnet/
Dnidstrings.c691 nf->nf_min_max(nidlist, &min_addr, &max_addr); in cfs_nidrange_find_min_max()
976 .nf_min_max = cfs_num_min_max },
986 .nf_min_max = cfs_ip_min_max },
996 .nf_min_max = cfs_ip_min_max },
1006 .nf_min_max = cfs_num_min_max },
1016 .nf_min_max = cfs_ip_min_max },
/drivers/staging/lustre/include/linux/lnet/
Dnidstr.h115 void (*nf_min_max)(struct list_head *nidlist, __u32 *min_nid, member