Home
last modified time | relevance | path

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

/external/syzkaller/vendor/google.golang.org/grpc/internal/channelz/
Dtypes.go205 if v, ok := e.(*normalSocket); ok {
321 type normalSocket struct { struct
329 func (ns *normalSocket) addChild(id int64, e entry) { argument
333 func (ns *normalSocket) deleteChild(id int64) { argument
337 func (ns *normalSocket) triggerDelete() { argument
342 func (ns *normalSocket) deleteSelfIfReady() { argument
394 case *normalSocket:
Dfuncs.go83 normalSockets: make(map[int64]*normalSocket),
218 ns := &normalSocket{refName: ref, s: s, id: id, pid: pid}
241 normalSockets map[int64]*normalSocket
279 func (c *channelMap) addNormalSocket(id int64, ns *normalSocket, pid int64, ref string) {
469 sks := make([]*normalSocket, 0, min(l, EntryPerPage))