Searched refs:port_control (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dport_subr.c55 port_control_t port_control; /* Event port framework main structure */ variable
262 pkevp = kmem_cache_alloc(port_control.pc_cache, KM_NOSLEEP);
276 kmem_cache_free(port_control.pc_cache, pkevp);
323 pkevp = kmem_cache_alloc(port_control.pc_cache, KM_NOSLEEP);
330 kmem_cache_free(port_control.pc_cache, pkevp);
358 kmem_cache_alloc(port_control.pc_cache, KM_SLEEP);
365 kmem_cache_free(port_control.pc_cache, pkevp);
499 kmem_cache_free(port_control.pc_cache, pkevp);
/illumos-gate/usr/src/uts/common/fs/portfs/
H A Dport_vnops.c350 mutex_enter(&port_control.pc_mutex);
351 port_control.pc_nents--;
354 mutex_exit(&port_control.pc_mutex);
H A Dport.c505 mutex_init(&port_control.pc_mutex, NULL, MUTEX_DEFAULT, NULL);
506 port_control.pc_nents = 0; /* number of active ports */
509 port_control.pc_cache = kmem_cache_create("port_cache",
739 mutex_enter(&port_control.pc_mutex);
746 port_control.pc_nents + 1, RCA_SAFE) & RCT_DENY) {
750 mutex_exit(&port_control.pc_mutex);
769 mutex_exit(&port_control.pc_mutex);
776 port_control.pc_nents++;
779 mutex_exit(&port_control.pc_mutex);
/illumos-gate/usr/src/uts/common/sys/
H A Dport_impl.h155 typedef struct port_control { struct
180 extern port_control_t port_control;
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h283 uint8_t port_control; member in struct:__anon7762
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c5816 lfa.payload[4] = els.port_control;

Completed in 937 milliseconds