Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/sunrpc/
Dsvcauth_unix.c563 int glen; in unix_gid_show() local
572 glen = ug->gi->ngroups; in unix_gid_show()
574 glen = 0; in unix_gid_show()
576 seq_printf(m, "%u %d:", from_kuid_munged(user_ns, ug->uid), glen); in unix_gid_show()
577 for (i = 0; i < glen; i++) in unix_gid_show()
/kernel/linux/linux-5.10/net/tipc/
Dlink.c1826 u16 glen = 0, bc_rcvgap = 0; in tipc_link_build_proto_msg() local
1871 glen = tipc_build_gap_ack_blks(l, hdr); in tipc_link_build_proto_msg()
1872 tipc_mon_prep(l->net, data + glen, &dlen, mstate, l->bearer_id); in tipc_link_build_proto_msg()
1873 msg_set_size(hdr, INT_H_SIZE + glen + dlen); in tipc_link_build_proto_msg()
1874 skb_trim(skb, INT_H_SIZE + glen + dlen); in tipc_link_build_proto_msg()
2162 u32 dlen = msg_data_sz(hdr), glen = 0; in tipc_link_proto_rcv() local
2274 glen = tipc_get_gap_ack_blks(&ga, l, hdr, true); in tipc_link_proto_rcv()
2275 if(glen > dlen) in tipc_link_proto_rcv()
2277 tipc_mon_rcv(l->net, data + glen, dlen - glen, l->addr, in tipc_link_proto_rcv()
/kernel/linux/linux-5.10/drivers/xen/
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()