Searched refs:tasks (Results 1 – 10 of 10) sorted by relevance
/drivers/isdn/hardware/eicon/ |
D | os_4bri.c | 154 int tasks = _4bri_is_rev_2_bri_card(a->CardOrdinal) ? 1 : MQ_INSTANCE_COUNT; in diva_4bri_init_card() local 155 int factor = (tasks == 1) ? 1 : 2; in diva_4bri_init_card() 169 bar_length[2], tasks, factor)) in diva_4bri_init_card() 260 if (tasks > 1) { in diva_4bri_init_card() 301 for (i = 0; i < (tasks - 1); i++) { in diva_4bri_init_card() 314 for (i = 0; i < tasks; i++) { in diva_4bri_init_card() 316 adapter_list[i]->xdi_adapter.tasks = tasks; in diva_4bri_init_card() 321 for (i = 0; i < tasks; i++) { in diva_4bri_init_card() 346 for (i = 1; i < (tasks - 1); i++) { in diva_4bri_init_card() 357 for (i = 1; i < (tasks - 1); i++) { in diva_4bri_init_card() [all …]
|
D | s_4bri.c | 52 int factor = (IoAdapter->tasks == 1) ? 1 : 2; in qBri_cpu_trapped() 394 for (i = 0; i < IoAdapter->tasks; ++i) in qBri_ISR() 468 if (!IoAdapter->tasks) { in set_qBri_functions() 469 IoAdapter->tasks = MQ_INSTANCE_COUNT; in set_qBri_functions() 477 if (!IoAdapter->tasks) { in set_qBri2_functions() 478 IoAdapter->tasks = MQ_INSTANCE_COUNT; in set_qBri2_functions() 480 IoAdapter->MemorySize = (IoAdapter->tasks == 1) ? BRI2_MEMORY_SIZE : MQ2_MEMORY_SIZE; in set_qBri2_functions() 497 if (!IoAdapter->tasks) { in prepare_qBri2_functions() 498 IoAdapter->tasks = MQ_INSTANCE_COUNT; in prepare_qBri2_functions() 502 if (IoAdapter->tasks > 1) { in prepare_qBri2_functions()
|
D | io.h | 220 dword tasks; member
|
/drivers/oprofile/ |
D | buffer_sync.c | 59 list_add(&task->tasks, &dying_tasks); in task_free_notify() 456 list_for_each_entry_safe(task, ttask, &local_dead_tasks, tasks) { in process_task_mortuary() 457 list_del(&task->tasks); in process_task_mortuary()
|
/drivers/staging/tidspbridge/Documentation/ |
D | README | 20 uses. DSP tasks typically use message objects for passing control and status 56 DSP tasks started by the RM Server are similar to any other DSP task with two
|
/drivers/dma/ |
D | pl330.c | 516 struct tasklet_struct tasks; member 1786 tasklet_schedule(&pl330->tasks); in pl330_update() 2145 tasklet_init(&pl330->tasks, pl330_dotask, (unsigned long) pl330); in pl330_add() 2193 tasklet_kill(&pl330->tasks); in pl330_del()
|
/drivers/staging/vme/ |
D | vme_api.txt | 241 reused for repetitive tasks:
|
/drivers/scsi/aic7xxx_old/ |
D | aic7xxx.reg | 430 * perform the tasks of accessing a serial eeprom, testing termination
|
/drivers/scsi/aic7xxx/ |
D | aic7xxx.reg | 506 * perform the tasks of accessing a serial eeprom, testing termination
|
/drivers/scsi/ |
D | Kconfig | 1061 you will still be able to use the parallel port for other tasks, 1088 you will still be able to use the parallel port for other tasks,
|