Searched defs:rsocket (Results 1 – 2 of 2) sorted by relevance
296 struct rsocket { struct297 int type;298 int index;299 fastlock_t slock;300 fastlock_t rlock;301 fastlock_t cq_lock;302 fastlock_t cq_wait_lock;303 fastlock_t map_lock; /* acquire slock first if needed */305 union {354 int opts;[all …]
518 static void set_rsocket_options(int rsocket) in set_rsocket_options()