/freebsd/sys/net/ |
H A D | if_epair.c | 125 int tasks; member 521 sc->num_queues = epair_tasks.tasks; in epair_alloc_sc() 847 epair_tasks.tasks = 0; in epair_mod_init() 869 epair_tasks.tasks++; in epair_mod_init() 882 epair_tasks.tasks = 1; in epair_mod_init() 892 for (int i = 0; i < epair_tasks.tasks; i++) { in epair_mod_cleanup()
|
/freebsd/sys/dev/hptrr/ |
H A D | hptrr_os_bsd.c | 239 if (vbus_ext->tasks==0) in os_schedule_task() 240 vbus_ext->tasks = task; in os_schedule_task() 242 OSM_TASK *t = vbus_ext->tasks; in os_schedule_task()
|
H A D | hptrr_osm_bsd.c | 386 OSM_TASK *tasks; in __hpt_do_tasks() local 388 tasks = vbus_ext->tasks; in __hpt_do_tasks() 389 vbus_ext->tasks = 0; in __hpt_do_tasks() 391 while (tasks) { in __hpt_do_tasks() 392 OSM_TASK *t = tasks; in __hpt_do_tasks() 393 tasks = t->next; in __hpt_do_tasks() 1117 if (vbus_ext->tasks) in hpt_final_init()
|
H A D | os_bsd.h | 178 OSM_TASK *tasks; member
|
/freebsd/sys/contrib/device-tree/Bindings/soc/ti/ |
H A D | wkup_m3_ipc.txt | 5 (commonly referred to as Wakeup M3 or CM3) to help with various low power tasks 10 API to allow the SoC PM code to execute specific PM tasks.
|
/freebsd/sys/contrib/device-tree/Bindings/misc/ |
H A D | qcom,fastrpc.txt | 6 to offload tasks to the DSP and free up the application processor for 7 other tasks.
|
/freebsd/sys/dev/hptnr/ |
H A D | hptnr_os_bsd.c | 253 if (vbus_ext->tasks==0) in os_schedule_task() 254 vbus_ext->tasks = task; in os_schedule_task() 256 OSM_TASK *t = vbus_ext->tasks; in os_schedule_task()
|
H A D | hptnr_osm_bsd.c | 384 OSM_TASK *tasks; in __hpt_do_tasks() local 386 tasks = vbus_ext->tasks; in __hpt_do_tasks() 387 vbus_ext->tasks = 0; in __hpt_do_tasks() 389 while (tasks) { in __hpt_do_tasks() 390 OSM_TASK *t = tasks; in __hpt_do_tasks() 391 tasks = t->next; in __hpt_do_tasks() 1474 if (vbus_ext->tasks) in hpt_final_init()
|
H A D | os_bsd.h | 177 OSM_TASK *tasks; member
|
/freebsd/contrib/ntp/libntp/lib/isc/ |
H A D | task.c | 146 LIST(isc__task_t) tasks; 166 #define FINISHED(m) ((m)->exiting && EMPTY((m)->tasks)) 308 UNLINK(manager->tasks, task, link); in task_finished() 372 APPEND(manager->tasks, task, link); in isc__task_create() 1399 INIT_LIST(manager->tasks); in isc__taskmgr_create() 1516 for (task = HEAD(manager->tasks); in isc__taskmgr_destroy() 1546 if (!ISC_LIST_EMPTY(manager->tasks)) in isc__taskmgr_destroy() 1549 INSIST(ISC_LIST_EMPTY(manager->tasks)); in isc__taskmgr_destroy() 1775 task = ISC_LIST_HEAD(mgr->tasks); in isc_taskmgr_renderxml()
|
/freebsd/sys/dev/hpt27xx/ |
H A D | hpt27xx_os_bsd.c | 266 if (vbus_ext->tasks==0) in os_schedule_task() 267 vbus_ext->tasks = task; in os_schedule_task() 269 OSM_TASK *t = vbus_ext->tasks; in os_schedule_task()
|
H A D | hpt27xx_osm_bsd.c | 382 OSM_TASK *tasks; in __hpt_do_tasks() local 384 tasks = vbus_ext->tasks; in __hpt_do_tasks() 385 vbus_ext->tasks = 0; in __hpt_do_tasks() 387 while (tasks) { in __hpt_do_tasks() 388 OSM_TASK *t = tasks; in __hpt_do_tasks() 389 tasks = t->next; in __hpt_do_tasks() 1184 if (vbus_ext->tasks) in hpt_final_init()
|
H A D | os_bsd.h | 175 OSM_TASK *tasks; member
|
/freebsd/sys/contrib/device-tree/Bindings/soc/mediatek/ |
H A D | scpsys.txt | 5 related tasks in the system. The tasks include thermal measurement, dynamic
|
/freebsd/sys/contrib/device-tree/Bindings/timer/ |
H A D | stericsson-u300-apptimer.txt | 9 adopted for EPOC/Symbian with two specific IRQs for these tasks,
|
/freebsd/sys/contrib/device-tree/Bindings/remoteproc/ |
H A D | wkup_m3_rproc.txt | 5 (commonly referred to as Wakeup M3 or CM3) to help with various low power tasks
|
H A D | ti,davinci-rproc.txt | 5 is used to offload some of the processor-intensive tasks or algorithms, for
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | SSL_CTX_config.pod | 20 complex tasks based on the contents of the configuration file: greatly
|
/freebsd/sys/contrib/device-tree/Bindings/soc/fsl/ |
H A D | rcpm.txt | 3 The RCPM performs all device-level tasks associated with device run control
|
/freebsd/stand/forth/ |
H A D | shortcuts.4th | 26 \ FICL words intended to be used as shortcuts for carrying out common tasks or
|
/freebsd/ |
H A D | README.md | 43 | tools | Utilities for regression testing and miscellaneous tasks. |
|
/freebsd/sys/contrib/device-tree/Bindings/powerpc/nintendo/ |
H A D | gamecube.txt | 48 audio related tasks.
|
/freebsd/sys/contrib/ncsw/Peripherals/FM/Port/ |
H A D | fm_port.c | 373 && ((!p_FmPort->tasks.num) in CheckInitParameters() 374 || (p_FmPort->tasks.num > MAX_NUM_OF_TASKS))) in CheckInitParameters() 378 && (p_FmPort->tasks.extra > MAX_NUM_OF_EXTRA_TASKS)) in CheckInitParameters() 514 … optFifoSizeForB2B = minFifoSizeRequired = (uint32_t)((p_FmPort->tasks.num + 2) * BMI_FIFO_UNITS); in VerifySizeOfFifo() 723 (uint8_t)p_FmPort->tasks.num; in InitLowLevelDriver() 2026 p_CcParams->getCcParams.numOfTasks = (uint8_t)p_FmPort->tasks.num; in FmPortGetSetCcParams() 2032 (uint8_t)p_FmPort->tasks.extra; in FmPortGetSetCcParams() 2350 p_FmPort->tasks.num = DEFAULT_PORT_numOfTasks(p_FmPort->portType); in FM_PORT_Config() 2351 p_FmPort->tasks.extra = DEFAULT_PORT_extraNumOfTasks(p_FmPort->portType); in FM_PORT_Config() 2663 fmParams.numOfTasks = (uint8_t)p_FmPort->tasks.num; in FM_PORT_Init() [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/firmware/ |
H A D | nvidia,tegra186-bpmp.txt | 5 management, and reset control tasks from the CPU. The binding document
|
/freebsd/crypto/openssl/doc/man7/ |
H A D | RAND.pod | 11 unpredictability for tasks like key generation, creating salts, and many more.
|