Home
last modified time | relevance | path

Searched refs:pd_php (Results 1 – 6 of 6) sorted by relevance

/titanic_44/usr/src/uts/common/io/
H A Ddevpoll.c366 if (php != NULL && pdp->pd_php != NULL && in dp_pcache_poll()
367 php != pdp->pd_php) { in dp_pcache_poll()
368 pollhead_delete(pdp->pd_php, pdp); in dp_pcache_poll()
369 pdp->pd_php = php; in dp_pcache_poll()
394 if ((pdp->pd_php != NULL) && in dp_pcache_poll()
398 if (pdp->pd_php == NULL) { in dp_pcache_poll()
400 pdp->pd_php = php; in dp_pcache_poll()
653 if (pdp->pd_php == NULL) { in dpwrite()
655 pdp->pd_php = php; in dpwrite()
657 if (pdp->pd_php != php) { in dpwrite()
[all …]
/titanic_44/usr/src/uts/common/syscall/
H A Dpoll.c1192 if (pdp->pd_php != NULL) { in pcache_clean()
1193 pollhead_delete(pdp->pd_php, pdp); in pcache_clean()
1194 pdp->pd_php = NULL; in pcache_clean()
1378 if (pdp->pd_php == NULL) { in pcache_insert()
1380 pdp->pd_php = memphp; in pcache_insert()
1382 if (memphp != pdp->pd_php) { in pcache_insert()
1388 pollhead_delete(pdp->pd_php, pdp); in pcache_insert()
1390 pdp->pd_php = memphp; in pcache_insert()
1433 if (pdp->pd_php) { in pcache_delete_fd()
1440 pollhead_delete(pdp->pd_php, pdp); in pcache_delete_fd()
[all …]
/titanic_44/usr/src/uts/common/fs/portfs/
H A Dport_fd.c119 if (pdp->pd_php != NULL) { in port_fd_callback()
120 pollhead_delete(pdp->pd_php, pdp); in port_fd_callback()
121 pdp->pd_php = NULL; in port_fd_callback()
349 if (php != NULL && (pdp->pd_php != php)) { in port_associate_fd()
529 if (pdp->pd_php != NULL) in port_bind_pollhead()
530 pollhead_delete(pdp->pd_php, pdp); in port_bind_pollhead()
544 pdp->pd_php = *php; in port_bind_pollhead()
/titanic_44/usr/src/uts/common/sys/
H A Dpoll_impl.h154 pollhead_t *pd_php; /* used to undo poll registration */ member
/titanic_44/usr/src/uts/common/os/
H A Dport_subr.c626 if (pdp->pd_php != NULL) { in port_remove_fd_object()
627 pollhead_delete(pdp->pd_php, pdp); in port_remove_fd_object()
628 pdp->pd_php = NULL; in port_remove_fd_object()
/titanic_44/usr/src/uts/common/io/ksocket/
H A Dksocket.c807 pdp->pd_php = php; in ksocket_spoll()
840 if (pdp->pd_php != NULL) { in ksocket_spoll()
841 pollhead_delete(pdp->pd_php, pdp); in ksocket_spoll()
842 pdp->pd_php = NULL; in ksocket_spoll()