Searched refs:kn_ext (Results 1 – 5 of 5) sorted by relevance
431 } else if (kn->kn_ext[3] == 0) { in filt_machport_stash_port()433 kn->kn_ext[3] = (uintptr_t)port; in filt_machport_stash_port()473 if (kn->kn_ext[3] == 0 || knote_kn_hook_get_raw(kn)) { in filt_machport_turnstile_prepare_lazily()558 if (kn->kn_ext[3]) { in filt_machport_turnstile_complete()559 ipc_port_t port = (ipc_port_t)kn->kn_ext[3]; in filt_machport_turnstile_complete()561 kn->kn_ext[3] = 0; in filt_machport_turnstile_complete()774 kn->kn_ext[3] = 0; in filt_machportattach()943 kn->kn_ext[0] = kev->ext[0]; in filt_machporttouch()944 kn->kn_ext[1] = kev->ext[1]; in filt_machporttouch()1036 msg_addr = (mach_vm_address_t) kn->kn_ext[0]; in filt_machportprocess()[all …]
189 memset(&kn->kn_ext, 0, sizeof(kn->kn_ext)); in filt_memorystatusattach()833 struct knote_footprint_history *footprint_history = (struct knote_footprint_history *)kn->kn_ext; in mark_knote_send_time()870 struct knote_footprint_history *footprint_history = (struct knote_footprint_history *)kn->kn_ext; in update_knote_footprint_history()968 struct knote_footprint_history *footprint_history = (struct knote_footprint_history *)kn->kn_ext; in memorystatus_pressure_proc_telemetry_send()
1375 kn->kn_ext[0] = params->deadline; in filt_timer_set_params()1376 kn->kn_ext[1] = params->leeway; in filt_timer_set_params()1613 uint64_t now, deadline = kn->kn_ext[0]; in filt_timer_is_ready()1636 uint64_t deadline = kn->kn_ext[0]; in filt_timerarm()1637 uint64_t leeway = kn->kn_ext[1]; in filt_timerarm()1882 uint64_t first_deadline = kn->kn_ext[0]; in filt_timerprocess()1911 kn->kn_ext[0] = new_deadline; in filt_timerprocess()2340 memcpy(kn->kn_ext, kev->ext, sizeof(kev->ext)); in filt_wlremember_last_update()2399 kn->kn_ext[EV_EXTIDX_WL_VALUE] = udata; in filt_wlupdate_sync_ipc()2819 user_addr_t addr = CAST_USER_ADDR_T(kn->kn_ext[EV_EXTIDX_WL_ADDR]); in filt_wlprocess()[all …]
2563 kn->kn_ext[0] = entryp->errorval; in filt_aioprocess()2564 kn->kn_ext[1] = entryp->returnval; in filt_aioprocess()
512 #define kn_ext kn_kevent.kei_ext macro