Home
last modified time | relevance | path

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

/linux-4.1.27/net/sunrpc/
Dsvcauth_unix.c552 int glen; in unix_gid_show() local
561 glen = ug->gi->ngroups; in unix_gid_show()
563 glen = 0; in unix_gid_show()
565 seq_printf(m, "%u %d:", from_kuid_munged(user_ns, ug->uid), glen); in unix_gid_show()
566 for (i = 0; i < glen; i++) in unix_gid_show()
/linux-4.1.27/drivers/infiniband/hw/ipath/
Dipath_intr.c211 const int glen = in ipath_format_hwerrors() local
214 for (i=0; i<glen; i++) { in ipath_format_hwerrors()