Searched refs:entryp (Results 1 - 9 of 9) sorted by relevance

/darwin-on-arm/xnu/bsd/kern/
H A Dkern_aio.c172 static void aio_proc_move_done_locked(proc_t procp, aio_workq_entry *entryp);
173 static void aio_proc_remove_done_locked(proc_t procp, aio_workq_entry *entryp);
178 static boolean_t should_cancel(aio_workq_entry *entryp, user_addr_t aiocbp, int fd);
180 static void aio_entry_lock(aio_workq_entry *entryp);
181 static void aio_entry_lock_spin(aio_workq_entry *entryp);
182 static aio_workq_t aio_entry_workq(aio_workq_entry *entryp);
183 static lck_mtx_t* aio_entry_mutex(__unused aio_workq_entry *entryp);
184 static void aio_workq_remove_entry_locked(aio_workq_t queue, aio_workq_entry *entryp);
185 static void aio_workq_add_entry_locked(aio_workq_t queue, aio_workq_entry *entryp);
186 static void aio_entry_ref_locked(aio_workq_entry *entryp);
270 aio_entry_lock(__unused aio_workq_entry *entryp) argument
276 aio_entry_lock_spin(__unused aio_workq_entry *entryp) argument
282 aio_entry_unlock(__unused aio_workq_entry *entryp) argument
289 aio_entry_workq(__unused aio_workq_entry *entryp) argument
295 aio_entry_mutex(__unused aio_workq_entry *entryp) argument
314 aio_workq_remove_entry_locked(aio_workq_t queue, aio_workq_entry *entryp) argument
332 aio_workq_add_entry_locked(aio_workq_t queue, aio_workq_entry *entryp) argument
356 aio_proc_move_done_locked(proc_t procp, aio_workq_entry *entryp) argument
367 aio_proc_remove_done_locked(proc_t procp, aio_workq_entry *entryp) argument
388 aio_entry_ref_locked(aio_workq_entry *entryp) argument
401 aio_entry_unref_locked(aio_workq_entry *entryp) argument
412 aio_entry_ref(aio_workq_entry *entryp) argument
419 aio_entry_unref(aio_workq_entry *entryp) argument
435 aio_entry_update_for_cancel(aio_workq_entry *entryp, boolean_t cancelled, int wait_for_completion, boolean_t disable_notification) argument
457 aio_entry_try_workq_remove(aio_workq_entry *entryp) argument
634 aio_workq_entry *entryp; local
763 aio_workq_entry *entryp; local
871 aio_workq_entry *entryp; local
953 should_cancel(aio_workq_entry *entryp, user_addr_t aiocbp, int fd) argument
986 aio_workq_entry *entryp; local
1110 aio_workq_entry *entryp; local
1376 aio_enqueue_work( proc_t procp, aio_workq_entry *entryp, int proc_locked) argument
1531 aio_workq_entry *entryp; local
1659 aio_workq_entry *entryp; local
1759 aio_workq_entry *entryp = NULL; local
1854 aio_workq_entry *entryp; local
1919 aio_workq_entry *entryp; local
2009 aio_workq_entry *entryp; local
2052 aio_free_request(aio_workq_entry *entryp) argument
2437 aio_workq_entry *entryp; local
2515 aio_workq_entry *entryp; local
[all...]
/darwin-on-arm/xnu/osfmk/ipc/
H A Dipc_entry.h146 ipc_entry_t *entryp);
152 ipc_entry_t *entryp);
158 ipc_entry_t *entryp);
H A Dipc_hash.h83 ipc_entry_t *entryp);
110 ipc_entry_t *entryp);
H A Dipc_hash.c111 ipc_entry_t *entryp)
113 return ipc_hash_table_lookup(space->is_table, space->is_table_size, obj, namep, entryp);
206 ipc_entry_t *entryp)
227 *entryp = entry;
107 ipc_hash_lookup( ipc_space_t space, ipc_object_t obj, mach_port_name_t *namep, ipc_entry_t *entryp) argument
201 ipc_hash_table_lookup( ipc_entry_t table, ipc_entry_num_t size, ipc_object_t obj, mach_port_name_t *namep, ipc_entry_t *entryp) argument
H A Dipc_entry.c134 ipc_entry_t *entryp)
179 *entryp = free_entry;
201 ipc_entry_t *entryp)
213 kr = ipc_entry_get(space, namep, entryp);
243 ipc_entry_t *entryp)
285 *entryp = entry;
318 *entryp = entry;
131 ipc_entry_get( ipc_space_t space, mach_port_name_t *namep, ipc_entry_t *entryp) argument
198 ipc_entry_alloc( ipc_space_t space, mach_port_name_t *namep, ipc_entry_t *entryp) argument
240 ipc_entry_alloc_name( ipc_space_t space, mach_port_name_t name, ipc_entry_t *entryp) argument
H A Dipc_right.h81 ipc_entry_t *entryp);
96 ipc_entry_t *entryp);
H A Dipc_right.c107 ipc_entry_t *entryp)
125 *entryp = entry;
192 ipc_entry_t *entryp)
223 *entryp = entry;
227 if (ipc_hash_lookup(space, (ipc_object_t) port, namep, entryp)) {
228 assert((entry = *entryp) != IE_NULL);
104 ipc_right_lookup_write( ipc_space_t space, mach_port_name_t name, ipc_entry_t *entryp) argument
188 ipc_right_reverse( ipc_space_t space, ipc_object_t object, mach_port_name_t *namep, ipc_entry_t *entryp) argument
/darwin-on-arm/xnu/osfmk/i386/
H A Dpmap.h206 pmap_store_pte(pt_entry_t *entryp, pt_entry_t value) argument
212 * Compare-exchange-8bytes at address entryp (loaded in %edi)
223 : "D" (entryp),
232 *entryp = value;
H A Dpmap_internal.h928 pmap_cmpx_pte(pt_entry_t *entryp, pt_entry_t old, pt_entry_t new) argument
936 * Compare-exchange-8bytes at address entryp (loaded in %edi)
945 : "D" (entryp),
955 * Compare-exchange-quad at address entryp
966 "r" (entryp)

Completed in 46 milliseconds