Home
last modified time | relevance | path

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

/linux/net/sunrpc/
A Dsvcauth_unix.c554 int glen; in unix_gid_show() local
563 glen = ug->gi->ngroups; in unix_gid_show()
565 glen = 0; in unix_gid_show()
567 seq_printf(m, "%u %d:", from_kuid_munged(user_ns, ug->uid), glen); in unix_gid_show()
568 for (i = 0; i < glen; i++) in unix_gid_show()
/linux/drivers/xen/
A Dgrant-table.c1112 unsigned int glen; in gnttab_foreach_grant_in_range() local
1121 glen = min_t(unsigned int, XEN_PAGE_SIZE - goffset, len); in gnttab_foreach_grant_in_range()
1122 fn(pfn_to_gfn(xen_pfn), goffset, glen, data); in gnttab_foreach_grant_in_range()
1126 len -= glen; in gnttab_foreach_grant_in_range()
/linux/net/tipc/
A Dlink.c1866 u16 glen = 0, bc_rcvgap = 0; in tipc_link_build_proto_msg() local
1911 glen = tipc_build_gap_ack_blks(l, hdr); in tipc_link_build_proto_msg()
1912 tipc_mon_prep(l->net, data + glen, &dlen, mstate, l->bearer_id); in tipc_link_build_proto_msg()
1913 msg_set_size(hdr, INT_H_SIZE + glen + dlen); in tipc_link_build_proto_msg()
1914 skb_trim(skb, INT_H_SIZE + glen + dlen); in tipc_link_build_proto_msg()
2202 u16 dlen = msg_data_sz(hdr), glen = 0; in tipc_link_proto_rcv() local
2310 glen = tipc_get_gap_ack_blks(&ga, l, hdr, true); in tipc_link_proto_rcv()
2312 tipc_mon_rcv(l->net, data + glen, dlen - glen, l->addr, in tipc_link_proto_rcv()

Completed in 14 milliseconds