| /linux/io_uring/ |
| H A D | sqpoll.c | 188 static void io_sq_update_worktime(struct io_sq_data *sqd, struct io_sq_time *ist) in io_sq_update_worktime() argument 190 if (!ist->started) in io_sq_update_worktime() 192 ist->started = false; in io_sq_update_worktime() 193 sqd->work_time += io_sq_cpu_usec(current) - ist->usec; in io_sq_update_worktime() 196 static void io_sq_start_worktime(struct io_sq_time *ist) in io_sq_start_worktime() argument 198 if (ist->started) in io_sq_start_worktime() 200 ist->started = true; in io_sq_start_worktime() 201 ist->usec = io_sq_cpu_usec(current); in io_sq_start_worktime() 205 bool cap_entries, struct io_sq_time *ist) in __io_sq_thread() argument 218 io_sq_start_worktime(ist); in __io_sq_thread() [all …]
|
| /linux/drivers/irqchip/ |
| H A D | irq-gic-v5-irs.c | 70 void *ist; in gicv5_irs_init_ist_linear() local 93 ist = kzalloc(l2istsz, GFP_KERNEL); in gicv5_irs_init_ist_linear() 94 if (!ist) in gicv5_irs_init_ist_linear() 98 dcache_clean_inval_poc((unsigned long)ist, in gicv5_irs_init_ist_linear() 99 (unsigned long)ist + l2istsz); in gicv5_irs_init_ist_linear() 111 gicv5_global_data.ist.l2 = false; in gicv5_irs_init_ist_linear() 113 baser = (virt_to_phys(ist) & GICV5_IRS_IST_BASER_ADDR_MASK) | in gicv5_irs_init_ist_linear() 119 kfree(ist); in gicv5_irs_init_ist_linear() 122 kmemleak_ignore(ist); in gicv5_irs_init_ist_linear() 165 gicv5_global_data.ist.l2_size = BIT(11 + (2 * l2sz) + 1); in gicv5_irs_init_ist_two_level() [all …]
|
| /linux/arch/powerpc/include/asm/ |
| H A D | ibmebus.h | 56 int ibmebus_request_irq(u32 ist, irq_handler_t handler, 59 void ibmebus_free_irq(u32 ist, void *dev_id);
|
| /linux/arch/powerpc/platforms/pseries/ |
| H A D | ibmebus.c | 235 int ibmebus_request_irq(u32 ist, irq_handler_t handler, in ibmebus_request_irq() argument 239 unsigned int irq = irq_create_mapping(NULL, ist); in ibmebus_request_irq() 248 void ibmebus_free_irq(u32 ist, void *dev_id) in ibmebus_free_irq() argument 250 unsigned int irq = irq_find_mapping(NULL, ist); in ibmebus_free_irq()
|
| /linux/drivers/gpib/include/ |
| H A D | gpib_types.h | 128 void (*parallel_poll_response)(struct gpib_board *board, int ist); 323 unsigned ist : 1; member
|
| H A D | nec7210.h | 109 struct nec7210_priv *priv, int ist);
|
| H A D | tms9914.h | 113 struct tms9914_priv *priv, int ist);
|
| /linux/drivers/gpib/tms9914/ |
| H A D | tms9914.c | 228 unsigned int dio_line, int sense, int ist) in set_ppoll_reg() argument 232 if (enable && ((sense && ist) || (!sense && !ist))) { in set_ppoll_reg() 246 set_ppoll_reg(priv, priv->ppoll_enable, priv->ppoll_line, priv->ppoll_sense, board->ist); in tms9914_parallel_poll_configure() 251 struct tms9914_priv *priv, int ist) in tms9914_parallel_poll_response() argument 253 set_ppoll_reg(priv, priv->ppoll_enable, priv->ppoll_line, priv->ppoll_sense, ist); in tms9914_parallel_poll_response()
|
| /linux/scripts/ |
| H A D | unifdef.c | 330 struct stat ist, ost; in main() local 332 fstat(fileno(input), &ist) == 0) in main() 333 overwriting = (ist.st_dev == ost.st_dev in main() 334 && ist.st_ino == ost.st_ino); in main() 352 fchmod(ofd, ist.st_mode & (S_IRWXU|S_IRWXG|S_IRWXO)); in main()
|
| /linux/tools/power/cpupower/po/ |
| H A D | de.po | 62 msgstr "Prozessorkern ist nicht im Leerlauf" 66 msgstr "Prozessorkern ist in einem Ruhezustand" 128 "nur einer von: -t, -l, -m ist erlaubt\n" 144 msgstr " *ist offline\n" 309 msgstr " kein oder ein unbekannter cpufreq-Treiber ist auf dieser CPU aktiv\n" 368 msgstr " momentane CPU-Frequenz ist " 521 "Für die mit * markierten Argumente ist das Weglassen des Arguments\n" 612 "1. Das Weglassen des Arguments -c oder --cpu ist gleichbedeutend mit der " 626 "1. Sofern kein -c oder --cpu-Parameter angegeben ist, wird '--cpu 0'\n" 654 "userspace-Regler ist nicht verfügbar,\n" [all …]
|
| /linux/drivers/gpib/hp_82335/ |
| H A D | hp82335.c | 141 static void hp82335_parallel_poll_response(struct gpib_board *board, int ist) in hp82335_parallel_poll_response() argument 145 tms9914_parallel_poll_response(board, &priv->tms9914_priv, ist); in hp82335_parallel_poll_response()
|
| /linux/drivers/gpib/cec/ |
| H A D | cec_gpib.c | 156 static void cec_parallel_poll_response(struct gpib_board *board, int ist) in cec_parallel_poll_response() argument 160 nec7210_parallel_poll_response(board, &priv->nec7210_priv, ist); in cec_parallel_poll_response()
|
| /linux/include/uapi/linux/ |
| H A D | gpib_ioctl.h | 81 unsigned ist : 1; member
|
| /linux/Documentation/scheduler/ |
| H A D | sched-eevdf.rst | 37 [1] https://citeseerx.ist.psu.edu/document?repid=rep1&type=pdf&doi=805acf7726282721504c8f00575d91eb…
|
| /linux/drivers/gpib/common/ |
| H A D | gpib_os.c | 1715 board->ist = 1; in ppc_ioctl() 1716 board->interface->parallel_poll_response(board, board->ist); in ppc_ioctl() 1718 board->ist = 0; in ppc_ioctl() 1719 board->interface->parallel_poll_response(board, board->ist); in ppc_ioctl() 1789 info.ist = board->ist; in board_info_ioctl()
|
| /linux/drivers/gpib/pc2/ |
| H A D | pc2_gpib.c | 201 static void pc2_parallel_poll_response(struct gpib_board *board, int ist) in pc2_parallel_poll_response() argument 205 nec7210_parallel_poll_response(board, &priv->nec7210_priv, ist); in pc2_parallel_poll_response()
|
| /linux/arch/x86/kernel/cpu/ |
| H A D | common.c | 2369 tss->x86_tss.ist[IST_INDEX_DF] = __this_cpu_ist_top_va(DF); in tss_setup_ist() 2370 tss->x86_tss.ist[IST_INDEX_NMI] = __this_cpu_ist_top_va(NMI); in tss_setup_ist() 2371 tss->x86_tss.ist[IST_INDEX_DB] = __this_cpu_ist_top_va(DB); in tss_setup_ist() 2372 tss->x86_tss.ist[IST_INDEX_MCE] = __this_cpu_ist_top_va(MCE); in tss_setup_ist() 2374 tss->x86_tss.ist[IST_INDEX_VC] = __this_cpu_ist_top_va(VC); in tss_setup_ist()
|
| /linux/arch/x86/xen/ |
| H A D | enlighten_pv.c | 804 static bool __ref get_trap_addr(void **addr, unsigned int ist) in get_trap_addr() argument 840 if (WARN_ON(found && ist != 0 && !ist_okay)) in get_trap_addr() 857 if (!get_trap_addr((void **)&addr, val->bits.ist)) in cvt_gate_to_trap()
|
| /linux/drivers/usb/host/ |
| H A D | xhci-ring.c | 3973 int ist = HCS_IST_VALUE(xhci->hcs_params2); in xhci_ist_microframes() local 3976 ist *= 8; in xhci_ist_microframes() 3977 return ist; in xhci_ist_microframes() 3990 int start_frame, ist, ret = 0; in xhci_get_isoc_frame_id() local 3999 ist = xhci_ist_microframes(xhci); in xhci_get_isoc_frame_id() 4015 start_frame_id = roundup(current_frame_id + ist + 1, 8); in xhci_get_isoc_frame_id() 4280 int ist; in xhci_queue_isoc_tx_prepare() local 4320 ist = xhci_ist_microframes(xhci); in xhci_queue_isoc_tx_prepare() 4321 start_frame += ist + XHCI_CFC_DELAY; in xhci_queue_isoc_tx_prepare()
|
| /linux/Documentation/translations/sp_SP/scheduler/ |
| H A D | sched-eevdf.rst | 52 [1] https://citeseerx.ist.psu.edu/document?repid=rep1&type=pdf&doi=805acf7726282721504c8f00575d91eb…
|
| /linux/drivers/gpib/hp_82341/ |
| H A D | hp_82341.c | 366 static void hp_82341_parallel_poll_response(struct gpib_board *board, int ist) in hp_82341_parallel_poll_response() argument 370 tms9914_parallel_poll_response(board, &priv->tms9914_priv, ist); in hp_82341_parallel_poll_response()
|
| /linux/drivers/gpib/agilent_82350b/ |
| H A D | agilent_82350b.c | 432 static void agilent_82350b_parallel_poll_response(struct gpib_board *board, int ist) in agilent_82350b_parallel_poll_response() argument 436 tms9914_parallel_poll_response(board, &priv->tms9914_priv, ist); in agilent_82350b_parallel_poll_response()
|
| /linux/drivers/gpib/nec7210/ |
| H A D | nec7210.c | 74 void nec7210_parallel_poll_response(struct gpib_board *board, struct nec7210_priv *priv, int ist) in nec7210_parallel_poll_response() argument 76 if (ist) in nec7210_parallel_poll_response()
|
| /linux/drivers/gpib/eastwood/ |
| H A D | fluke_gpib.c | 168 static void fluke_parallel_poll_response(struct gpib_board *board, int ist) in fluke_parallel_poll_response() argument 172 nec7210_parallel_poll_response(board, &priv->nec7210_priv, ist); in fluke_parallel_poll_response()
|
| /linux/drivers/gpib/ines/ |
| H A D | ines_gpib.c | 516 static void ines_parallel_poll_response(struct gpib_board *board, int ist) in ines_parallel_poll_response() argument 520 nec7210_parallel_poll_response(board, &priv->nec7210_priv, ist); in ines_parallel_poll_response()
|