Searched refs:fd_ref (Results 1 – 2 of 2) sorted by relevance
500 KqFdRef* fd_ref = (KqFdRef*)args; in KqueueCtlAdd() local501 kqueue_assert(fd_ref != NULL); in KqueueCtlAdd()507 KqueuerObj* old_obj = fd_ref->GetNotifyObj(); in KqueueCtlAdd()513 fd_ref->SetNotifyObj(this); in KqueueCtlAdd()518 fd_ref->SetNotifyObj(old_obj); in KqueueCtlAdd()528 KqFdRef* fd_ref = (KqFdRef*)args; in KqueueCtlDel() local529 kqueue_assert(fd_ref != NULL); in KqueueCtlDel()534 KqueuerObj* old_obj = fd_ref->GetNotifyObj(); in KqueueCtlDel()540 fd_ref->SetNotifyObj(NULL); in KqueueCtlDel()545 fd_ref->SetNotifyObj(old_obj); in KqueueCtlDel()
249 KqFdRef* fd_ref = (KqFdRef*)args; in KqueueCtlAdd() local254 KqueuerObj* old_obj = fd_ref->GetNotifyObj(); in KqueueCtlAdd()274 KqFdRef* fd_ref = (KqFdRef*)args; in KqueueCtlDel() local279 KqueuerObj* old_obj = fd_ref->GetNotifyObj(); in KqueueCtlDel()