Home
last modified time | relevance | path

Searched refs:isns_taskq_insert_head (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/lib/libisns/
H A Disns_task.h92 void isns_taskq_insert_head(struct isns_config_s *, struct isns_task_s *);
H A Disns.c178 isns_taskq_insert_head(cfg_p, task_p); in isns_add_servercon()
H A Disns_util.c280 isns_taskq_insert_head(cfg_p, cfg_p->curtask_p); in isns_process_connection_loss()
H A Disns_thread.c109 isns_taskq_insert_head(cfg_p, task_p); in isns_get_next_task()
H A Disns_task.c459 isns_taskq_insert_head(struct isns_config_s *cfg_p, in isns_taskq_insert_head() function