Searched refs:syncfunc (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/sys/contrib/openzfs/module/zfs/ |
| H A D | dsl_synctask.c | 44 dsl_syncfunc_t *syncfunc, dsl_sigfunc_t *sigfunc, void *arg, in dsl_sync_task_common() argument 67 dst.dst_syncfunc = syncfunc; in dsl_sync_task_common() 129 dsl_syncfunc_t *syncfunc, void *arg, in dsl_sync_task() argument 132 return (dsl_sync_task_common(pool, checkfunc, syncfunc, NULL, arg, in dsl_sync_task() 151 dsl_syncfunc_t *syncfunc, void *arg, in dsl_early_sync_task() argument 154 return (dsl_sync_task_common(pool, checkfunc, syncfunc, NULL, arg, in dsl_early_sync_task() 164 dsl_syncfunc_t *syncfunc, dsl_sigfunc_t *sigfunc, void *arg, in dsl_sync_task_sig() argument 167 return (dsl_sync_task_common(pool, checkfunc, syncfunc, sigfunc, arg, in dsl_sync_task_sig() 181 dst->dst_syncfunc = syncfunc; in dsl_sync_task_nowait_common() 195 dsl_sync_task_nowait_common(dp, syncfunc, arg, tx, B_FALSE); in dsl_sync_task_nowait() [all …]
|
| H A D | zcp_synctask.c | 83 dsl_syncfunc_t *syncfunc, void *arg, boolean_t sync, const char *err_dsname) in zcp_sync_task() argument 100 syncfunc(arg, ri->zri_tx); in zcp_sync_task()
|
| /freebsd-13.1/sys/compat/ndis/ |
| H A D | subr_ndis.c | 2544 NdisMSynchronizeWithInterrupt(intr, syncfunc, syncctx) in NdisMSynchronizeWithInterrupt() argument 2546 void *syncfunc; 2549 return (KeSynchronizeExecution(intr->ni_introbj, syncfunc, syncctx));
|
| H A D | subr_ntoskrnl.c | 1289 KeSynchronizeExecution(iobj, syncfunc, syncctx) argument 1291 void *syncfunc; 1297 MSCALL1(syncfunc, syncctx);
|