Searched refs:find_gid (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/infiniband/core/
H A Dcache.c466 static int find_gid(struct ib_gid_table *table, const union ib_gid *gid, function
481 /* find_gid() is used during GID addition where it is expected
503 * Additionally find_gid() is used to find valid entry during
566 ix = find_gid(table, gid, attr, default_gid, mask, &empty);
613 ix = find_gid(table, gid, attr, default_gid, mask, NULL);
705 local_index = find_gid(table, gid, &val, false, mask, NULL);
1035 index = find_gid(table, gid, &gid_attr_val, false, mask, NULL);
/linux-master/fs/nfsd/
H A Dnfs4acl.c587 static int find_gid(struct posix_acl_state *state, kgid_t gid) function
660 i = find_gid(state, ace->who_gid);
/linux-master/drivers/net/ethernet/mellanox/mlx4/
H A Dresource_tracker.c4016 static struct res_gid *find_gid(struct mlx4_dev *dev, int slave, function
4040 if (find_gid(dev, slave, rqp, gid)) {
4064 res = find_gid(dev, slave, rqp, gid);

Completed in 180 milliseconds