| /f-stack/freebsd/sys/ |
| H A D | _task.h | 48 struct task { struct 53 task_fn_t *ta_func; /* (c) task handler */ argument 71 gtask_fn_t *ta_func; /* (c) task handler */ argument
|
| H A D | taskqueue.h | 123 #define TASK_INIT_FLAGS(task, priority, func, context, flags) do { \ argument
|
| /f-stack/tools/compat/include/sys/ |
| H A D | _task.h | 47 struct task { struct 51 task_fn_t *ta_func; /* (c) task handler */ argument 59 gtask_fn_t *ta_func; /* (c) task handler */ argument
|
| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/ |
| H A D | spl_taskq.c | 269 taskq_free(taskq_ent_t *task) in taskq_free() 312 taskq_ent_t *task = arg; in taskq_run() local 323 taskq_ent_t *task; in taskq_dispatch_delay() local 357 taskq_ent_t *task; in taskq_dispatch() local 388 taskq_ent_t *task = arg; in taskq_run_ent() local 395 taskq_ent_t *task) in taskq_dispatch_ent()
|
| /f-stack/dpdk/examples/vhost_blk/ |
| H A D | blk.c | 44 struct vhost_blk_task *task, in vhost_bdev_blk_readwrite() 72 struct vhost_blk_task *task) in vhost_bdev_process_blk_commands()
|
| H A D | vhost_blk.c | 72 enqueue_task(struct vhost_blk_task *task) in enqueue_task() 103 enqueue_task_packed(struct vhost_blk_task *task) in enqueue_task_packed() 307 process_blk_task(struct vhost_blk_task *task) in process_blk_task() 368 blk_task_init(struct vhost_blk_task *task) in blk_task_init() 381 struct vhost_blk_task *task; in submit_inflight_vq() local 491 struct vhost_blk_task *task; in process_vq() local
|
| /f-stack/dpdk/lib/librte_eal/windows/ |
| H A D | eal_alarm.c | 81 struct alarm_task *task = arg; in alarm_task_exec() local 133 struct alarm_task task = { in rte_eal_alarm_set() local 217 struct intr_task *task = arg; in intr_thread_entry() local 225 struct intr_task task; in intr_thread_exec_sync() local
|
| /f-stack/app/nginx-1.16.1/src/core/ |
| H A D | ngx_thread_pool.c | 175 ngx_thread_task_t task; in ngx_thread_pool_destroy() local 217 ngx_thread_task_t *task; in ngx_thread_task_alloc() local 231 ngx_thread_task_post(ngx_thread_pool_t *tp, ngx_thread_task_t *task) in ngx_thread_task_post() 284 ngx_thread_task_t *task; in ngx_thread_pool_cycle() local 368 ngx_thread_task_t *task; in ngx_thread_pool_handler() local
|
| /f-stack/freebsd/kern/ |
| H A D | subr_taskqueue.c | 224 taskqueue_enqueue_locked(struct taskqueue *queue, struct task *task) in taskqueue_enqueue_locked() 281 taskqueue_enqueue(struct taskqueue *queue, struct task *task) in taskqueue_enqueue() 452 struct task *task; in taskqueue_run_locked() local 500 task_is_running(struct taskqueue *queue, struct task *task) in task_is_running() 518 taskqueue_poll_is_busy(struct taskqueue *queue, struct task *task) in taskqueue_poll_is_busy() 530 taskqueue_cancel_locked(struct taskqueue *queue, struct task *task, in taskqueue_cancel_locked() 546 taskqueue_cancel(struct taskqueue *queue, struct task *task, u_int *pendp) in taskqueue_cancel() 579 taskqueue_drain(struct taskqueue *queue, struct task *task) in taskqueue_drain()
|
| H A D | sys_socket.c | 472 struct task *task; in soaio_kproc_loop() local 567 soaio_enqueue(struct task *task) in soaio_enqueue()
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | zvol.c | 1427 zvol_task_t *task; in zvol_task_alloc() local 1448 zvol_task_free(zvol_task_t *task) in zvol_task_free() 1459 zvol_task_t *task = arg; in zvol_task_cb() local 1515 zvol_task_t *task; in zvol_set_snapdev_sync_cb() local 1601 zvol_task_t *task; in zvol_set_volmode_sync_cb() local 1665 zvol_task_t *task; in zvol_remove_minors() local 1681 zvol_task_t *task; in zvol_rename_minors() local
|
| H A D | spa.c | 8244 spa_async_request(spa_t *spa, int task)
|
| /f-stack/app/redis-5.0.5/deps/hiredis/ |
| H A D | hiredis.c | 102 static void *createStringObject(const redisReadTask *task, char *str, size_t len) { in createStringObject() 134 static void *createArrayObject(const redisReadTask *task, int elements) { in createArrayObject() 159 static void *createIntegerObject(const redisReadTask *task, long long value) { in createIntegerObject() 176 static void *createNilObject(const redisReadTask *task) { in createNilObject()
|
| /f-stack/dpdk/drivers/net/hinic/ |
| H A D | hinic_pmd_tx.c | 514 hinic_set_l4_csum_info(struct hinic_sq_task *task, in hinic_set_l4_csum_info() 555 hinic_set_tso_info(struct hinic_sq_task *task, in hinic_set_tso_info() 572 hinic_set_vlan_tx_offload(struct hinic_sq_task *task, in hinic_set_vlan_tx_offload() 583 struct hinic_sq_task *task, u32 *queue_info, in hinic_fill_tx_offload_info() 1136 struct hinic_sq_task *task; in hinic_xmit_pkts() local
|
| H A D | hinic_pmd_tx.h | 82 struct hinic_sq_task task; member
|
| /f-stack/app/nginx-1.16.1/src/os/unix/ |
| H A D | ngx_linux_sendfile_chain.c | 318 ngx_thread_task_t *task; in ngx_linux_sendfile_thread() local
|
| H A D | ngx_files.c | 98 ngx_thread_task_t *task; in ngx_thread_read() local 480 ngx_thread_task_t *task; in ngx_thread_write_chain_to_file() local
|
| /f-stack/app/nginx-1.16.1/src/http/ |
| H A D | ngx_http_copy_filter_module.c | 263 ngx_http_copy_thread_handler(ngx_thread_task_t *task, ngx_file_t *file) in ngx_http_copy_thread_handler()
|
| H A D | ngx_http_file_cache.c | 752 ngx_http_cache_thread_handler(ngx_thread_task_t *task, ngx_file_t *file) in ngx_http_cache_thread_handler()
|
| H A D | ngx_http_upstream.c | 3737 ngx_http_upstream_thread_handler(ngx_thread_task_t *task, ngx_file_t *file) in ngx_http_upstream_thread_handler()
|
| /f-stack/app/micro_thread/ |
| H A D | mt_api.cpp | 483 IMtTask* task = (IMtTask*)arg; in mt_task_process() local 505 IMtTask* task = NULL; in mt_exec_all_task() local
|
| /f-stack/freebsd/contrib/openzfs/module/os/linux/spl/ |
| H A D | spl-condvar.c | 218 struct task_struct *task; member
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | zmalloc.c | 283 task_t task = MACH_PORT_NULL; in zmalloc_get_rss() local
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/src/ |
| H A D | zone.c | 252 zone_enumerator(task_t task, void *data, unsigned type_mask, in zone_enumerator()
|
| /f-stack/freebsd/net80211/ |
| H A D | ieee80211_var.h | 845 ieee80211_runtask(struct ieee80211com *ic, struct task *task) in ieee80211_runtask() 854 ieee80211_draintask(struct ieee80211com *ic, struct task *task) in ieee80211_draintask()
|