Searched refs:iothr_opt (Results 1 – 2 of 2) sorted by relevance
190 iothread_create(struct iothreads_option *iothr_opt) in iothread_create() argument198 if (iothr_opt == NULL) { in iothread_create()205 end = base + iothr_opt->num; in iothread_create()226 if (iothr_opt->cpusets != NULL) { in iothread_create()257 iothread_parse_options(char *str, struct iothreads_option *iothr_opt) in iothread_parse_options() argument344 iothr_opt->num = num; in iothread_parse_options()345 iothr_opt->cpusets = cpuset_list; in iothread_parse_options()354 void iothread_free_options(struct iothreads_option *iothr_opt) in iothread_free_options() argument356 if ((iothr_opt != NULL) && (iothr_opt->cpusets != NULL)) { in iothread_free_options()357 free(iothr_opt->cpusets); in iothread_free_options()[all …]
50 struct iothread_ctx *iothread_create(struct iothreads_option *iothr_opt);51 int iothread_parse_options(char *str, struct iothreads_option *iothr_opt);52 void iothread_free_options(struct iothreads_option *iothr_opt);
Completed in 4 milliseconds