Searched refs:cell (Results 1 – 2 of 2) sorted by relevance
80 struct hurd_fd *cell = _hurd_dtable[fd]; in _hurd_fd_get() local81 if (cell == NULL) in _hurd_fd_get()86 __spin_lock (&cell->port.lock); in _hurd_fd_get()87 if (cell->port.port == MACH_PORT_NULL) in _hurd_fd_get()92 descriptor = cell; in _hurd_fd_get()93 __spin_unlock (&cell->port.lock); in _hurd_fd_get()
63 struct hurd_fd *cell; in _hurd_select() member180 d[i].cell = _hurd_dtable[fd]; in _hurd_select()181 if (d[i].cell != NULL) in _hurd_select()183 d[i].io_port = _hurd_port_get (&d[i].cell->port, in _hurd_select()211 _hurd_port_free (&d[i].cell->port, &d[i].ulink, in _hurd_select()263 d[i].cell = _hurd_dtable[i]; in _hurd_select()264 if (d[i].cell != NULL) in _hurd_select()265 d[i].io_port = _hurd_port_get (&d[i].cell->port, in _hurd_select()268 if (i >= _hurd_dtablesize || d[i].cell == NULL || in _hurd_select()274 _hurd_port_free (&d[i].cell->port, &d[i].ulink, in _hurd_select()[all …]
Completed in 6 milliseconds