Searched refs:client_int (Results 1 – 1 of 1) sorted by relevance
253 struct client_int { struct259 ((struct client_int *)((char *)cptr - offsetof(struct client_int, client))) argument295 struct client_int *client_int; in server_state_unlock() local299 client_int = to_client_int(client); in server_state_unlock()301 pthread_rwlock_unlock(&client_int->server_state_rwlock); in server_state_unlock()317 struct client_int *client_int; in server_state_rdlock() local322 client_int = to_client_int(client); in server_state_rdlock()323 lock_rc = pthread_rwlock_rdlock(&client_int->server_state_rwlock); in server_state_rdlock()327 pthread_rwlock_unlock(&client_int->server_state_rwlock); in server_state_rdlock()343 struct client_int *client_int; in server_state_wrlock() local[all …]