/kernel/linux/linux-5.10/fs/afs/ |
H A D | fs_probe.c | 22 struct afs_server *server, bool fast) in afs_schedule_fs_probe() 30 atj += fast ? afs_fs_probe_fast_poll_interval : afs_fs_probe_slow_poll_interval; in afs_schedule_fs_probe() 359 struct afs_server *fast, *slow, *server; in afs_fs_probe_dispatcher() local 379 fast = slow = server = NULL; in afs_fs_probe_dispatcher() 384 fast = list_first_entry(&net->fs_probe_fast, struct afs_server, probe_link); in afs_fs_probe_dispatcher() 385 poll_at = fast->probed_at + afs_fs_probe_fast_poll_interval; in afs_fs_probe_dispatcher() 389 fast = NULL; in afs_fs_probe_dispatcher() 404 server = fast ?: slow; in afs_fs_probe_dispatcher() 409 afs_dispatch_fs_probe(net, server, server == fast); in afs_fs_probe_dispatcher() 21 afs_schedule_fs_probe(struct afs_net *net, struct afs_server *server, bool fast) afs_schedule_fs_probe() argument
|
/kernel/linux/linux-6.6/fs/afs/ |
H A D | fs_probe.c | 23 struct afs_server *server, bool fast) in afs_schedule_fs_probe() 31 atj += fast ? afs_fs_probe_fast_poll_interval : afs_fs_probe_slow_poll_interval; in afs_schedule_fs_probe() 365 struct afs_server *fast, *slow, *server; in afs_fs_probe_dispatcher() local 385 fast = slow = server = NULL; in afs_fs_probe_dispatcher() 390 fast = list_first_entry(&net->fs_probe_fast, struct afs_server, probe_link); in afs_fs_probe_dispatcher() 391 poll_at = fast->probed_at + afs_fs_probe_fast_poll_interval; in afs_fs_probe_dispatcher() 395 fast = NULL; in afs_fs_probe_dispatcher() 410 server = fast ?: slow; in afs_fs_probe_dispatcher() 415 afs_dispatch_fs_probe(net, server, server == fast); in afs_fs_probe_dispatcher() 22 afs_schedule_fs_probe(struct afs_net *net, struct afs_server *server, bool fast) afs_schedule_fs_probe() argument
|
/kernel/linux/linux-5.10/drivers/ata/ |
H A D | pata_hpt37x.c | 414 u8 fast; in hpt370_set_mode() local 420 pci_read_config_byte(pdev, addr2, &fast); in hpt370_set_mode() 421 fast &= ~0x02; in hpt370_set_mode() 422 fast |= 0x01; in hpt370_set_mode() 423 pci_write_config_byte(pdev, addr2, fast); in hpt370_set_mode() 508 u8 fast; in hpt372_set_mode() local 514 pci_read_config_byte(pdev, addr2, &fast); in hpt372_set_mode() 515 fast &= ~0x07; in hpt372_set_mode() 516 pci_write_config_byte(pdev, addr2, fast); in hpt372_set_mode()
|
/kernel/linux/linux-6.6/mm/ |
H A D | gup_test.c | 229 bool fast; in pin_longterm_test_start() local 254 fast = !!(args.flags & PIN_LONGTERM_TEST_FLAG_USE_FAST); in pin_longterm_test_start() 256 if (!fast && mmap_read_lock_killable(current->mm)) { in pin_longterm_test_start() 268 if (fast) in pin_longterm_test_start() 283 if (!fast) in pin_longterm_test_start()
|
/kernel/linux/linux-5.10/drivers/pcmcia/ |
H A D | sa11xx_base.h | 96 #define MECR_FAST_SET(mecr, sock, fast) \ 97 MECR_SET((mecr), (sock), MECR_FAST_SHIFT, MECR_FAST_MODE_MASK, (fast))
|
/kernel/linux/linux-6.6/drivers/pcmcia/ |
H A D | sa11xx_base.h | 96 #define MECR_FAST_SET(mecr, sock, fast) \ 97 MECR_SET((mecr), (sock), MECR_FAST_SHIFT, MECR_FAST_MODE_MASK, (fast))
|
/kernel/linux/linux-5.10/arch/xtensa/kernel/ |
H A D | traps.c | 85 int fast; member 405 * - fast user first dispatch table for user exceptions 406 * - fast kernel first dispatch table for kernel exceptions 407 * - default C-handler C-handler called by the default fast handler. 427 int fast = dispatch_init_table[i].fast; in trap_init() local 431 if (fast == 0) in trap_init() 433 if ((fast & USER) != 0) in trap_init() 435 if ((fast & KRNL) != 0) in trap_init()
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/ |
H A D | tcp_hdr_options.c | 120 const char fast[] = "FAST!!!"; in sk_fds_connect() local 130 sk_fds->active_fd = fastopen_connect(sk_fds->srv_fd, fast, in sk_fds_connect() 131 sizeof(fast), 0); in sk_fds_connect() 160 char bytes_in[sizeof(fast)]; in sk_fds_connect() 164 if (CHECK(ret != sizeof(fast), "read fastopen syn data", in sk_fds_connect() 165 "expected=%lu actual=%d\n", sizeof(fast), ret)) { in sk_fds_connect()
|
/kernel/linux/linux-6.6/arch/xtensa/kernel/ |
H A D | traps.c | 83 int fast; member 346 * When call0 application encounters an illegal instruction fast in do_illegal_instruction() 478 * - fast user first dispatch table for user exceptions 479 * - fast kernel first dispatch table for kernel exceptions 480 * - default C-handler C-handler called by the default fast handler. 500 int fast = dispatch_init_table[i].fast; in trap_init() local 504 if (fast == 0) in trap_init() 506 if ((fast & USER) != 0) in trap_init() 508 if ((fast in trap_init() [all...] |
/kernel/linux/linux-5.10/include/linux/mtd/ |
H A D | spinand.h | 65 #define SPINAND_PAGE_READ_FROM_CACHE_OP(fast, addr, ndummy, buf, len) \ 66 SPI_MEM_OP(SPI_MEM_OP_CMD(fast ? 0x0b : 0x03, 1), \ 71 #define SPINAND_PAGE_READ_FROM_CACHE_OP_3A(fast, addr, ndummy, buf, len) \ 72 SPI_MEM_OP(SPI_MEM_OP_CMD(fast ? 0x0b : 0x03, 1), \
|
/kernel/linux/linux-6.6/include/linux/mtd/ |
H A D | spinand.h | 65 #define SPINAND_PAGE_READ_FROM_CACHE_OP(fast, addr, ndummy, buf, len) \ 66 SPI_MEM_OP(SPI_MEM_OP_CMD(fast ? 0x0b : 0x03, 1), \ 71 #define SPINAND_PAGE_READ_FROM_CACHE_OP_3A(fast, addr, ndummy, buf, len) \ 72 SPI_MEM_OP(SPI_MEM_OP_CMD(fast ? 0x0b : 0x03, 1), \
|
/kernel/linux/linux-5.10/lib/math/ |
H A D | prime_numbers.c | 181 * from the set) enabling a fast lookup of the next prime number larger than 273 bool fast = is_prime_number(x); in selftest() local 275 if (slow != fast) { in selftest() 276 pr_err("inconsistent result for is-prime(%lu): slow=%s, fast=%s!\n", in selftest() 277 x, slow ? "yes" : "no", fast ? "yes" : "no"); in selftest()
|
/kernel/linux/linux-6.6/lib/math/ |
H A D | prime_numbers.c | 181 * from the set) enabling a fast lookup of the next prime number larger than 273 bool fast = is_prime_number(x); in selftest() local 275 if (slow != fast) { in selftest() 276 pr_err("inconsistent result for is-prime(%lu): slow=%s, fast=%s!\n", in selftest() 277 x, slow ? "yes" : "no", fast ? "yes" : "no"); in selftest()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
H A D | tcp_hdr_options.c | 93 const char fast[] = "FAST!!!"; in sk_fds_connect() local 102 sk_fds->active_fd = fastopen_connect(sk_fds->srv_fd, fast, in sk_fds_connect() 103 sizeof(fast), 0); in sk_fds_connect() 129 char bytes_in[sizeof(fast)]; in sk_fds_connect() 133 if (!ASSERT_EQ(ret, sizeof(fast), "read fastopen syn data")) { in sk_fds_connect()
|
/kernel/linux/linux-6.6/arch/parisc/kernel/vdso32/ |
H A D | Makefile | 10 ccflags-y := -shared -fno-common -fbuiltin -mno-fast-indirect-calls -O2 -mno-long-calls 45 cmd_vdso32cc = $(CROSS32CC) $(c_flags) -c -fPIC -mno-fast-indirect-calls -o $@ $<
|
/kernel/linux/linux-5.10/drivers/scsi/arm/ |
H A D | acornscsi.c | 219 #define dmac_clearintr(host) writeb(0, (host)->fast + INT_REG) 316 writeb(host->card.page_reg, host->fast + PAGE_REG); in acornscsi_resetcard() 322 writeb(host->card.page_reg, host->fast + PAGE_REG); in acornscsi_resetcard() 329 if (readb(host->fast + INT_REG) & 8) in acornscsi_resetcard() 350 if (readb(host->fast + INT_REG) & 8) in acornscsi_resetcard() 370 writeb(host->card.page_reg, host->fast + PAGE_REG); in acornscsi_resetcard() 912 writeb((page & 0x3f) | host->card.page_reg, host->fast + PAGE_REG); in acornscsi_data_read() 931 writeb((page & 0x3f) | host->card.page_reg, host->fast + PAGE_REG); in acornscsi_data_read() 934 writeb(host->card.page_reg, host->fast + PAGE_REG); in acornscsi_data_read() 957 writeb((page & 0x3f) | host->card.page_reg, host->fast in acornscsi_data_write() [all...] |
/kernel/linux/linux-6.6/drivers/scsi/arm/ |
H A D | acornscsi.c | 213 #define dmac_clearintr(host) writeb(0, (host)->fast + INT_REG) 310 writeb(host->card.page_reg, host->fast + PAGE_REG); in acornscsi_resetcard() 316 writeb(host->card.page_reg, host->fast + PAGE_REG); in acornscsi_resetcard() 323 if (readb(host->fast + INT_REG) & 8) in acornscsi_resetcard() 344 if (readb(host->fast + INT_REG) & 8) in acornscsi_resetcard() 364 writeb(host->card.page_reg, host->fast + PAGE_REG); in acornscsi_resetcard() 895 writeb((page & 0x3f) | host->card.page_reg, host->fast + PAGE_REG); in acornscsi_data_read() 914 writeb((page & 0x3f) | host->card.page_reg, host->fast + PAGE_REG); in acornscsi_data_read() 917 writeb(host->card.page_reg, host->fast + PAGE_REG); in acornscsi_data_read() 940 writeb((page & 0x3f) | host->card.page_reg, host->fast in acornscsi_data_write() [all...] |
/kernel/linux/linux-5.10/arch/x86/kvm/ |
H A D | hyperv.c | 120 * updated here, and atomically queried on fast paths. in synic_set_sint() 1607 bool ex, bool fast) in kvm_hv_send_ipi() 1622 if (!fast) { in kvm_hv_send_ipi() 1713 static u16 kvm_hvcall_signal_event(struct kvm_vcpu *vcpu, bool fast, u64 param) in kvm_hvcall_signal_event() argument 1717 if (unlikely(!fast)) { in kvm_hvcall_signal_event() 1756 bool fast, rep; in kvm_hv_hypercall() local 1784 fast = !!(param & HV_HYPERCALL_FAST_BIT); in kvm_hv_hypercall() 1789 trace_kvm_hv_hypercall(code, fast, rep_cnt, rep_idx, ingpa, outgpa); in kvm_hv_hypercall() 1804 ret = kvm_hvcall_signal_event(vcpu, fast, ingpa); in kvm_hv_hypercall() 1823 if (unlikely(fast || !rep_cn in kvm_hv_hypercall() 1606 kvm_hv_send_ipi(struct kvm_vcpu *current_vcpu, u64 ingpa, u64 outgpa, bool ex, bool fast) kvm_hv_send_ipi() argument [all...] |
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/ |
H A D | dib0090.h | 78 extern void dib0090_dcc_freq(struct dvb_frontend *fe, u8 fast); 106 static inline void dib0090_dcc_freq(struct dvb_frontend *fe, u8 fast) in dib0090_dcc_freq() argument
|
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/ |
H A D | dib0090.h | 78 extern void dib0090_dcc_freq(struct dvb_frontend *fe, u8 fast); 106 static inline void dib0090_dcc_freq(struct dvb_frontend *fe, u8 fast) in dib0090_dcc_freq() argument
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | imm.c | 633 int fast, bulk, status; in imm_completion() local 669 fast = (bulk in imm_completion() 672 status = imm_out(dev, cmd->SCp.ptr, fast); in imm_completion() 674 fast = (bulk in imm_completion() 677 status = imm_in(dev, cmd->SCp.ptr, fast); in imm_completion() 680 cmd->SCp.ptr += fast; in imm_completion() 681 cmd->SCp.this_residual -= fast; in imm_completion()
|
H A D | wd33c93.c | 44 * almost as fast while being much easier to define, track, 128 * - fast:x -x = 1 to enable Fast SCSI, which is only effective with 131 * present, same as "fast:1". 326 calc_sync_xfer(unsigned int period, unsigned int offset, unsigned int fast, in calc_sync_xfer() argument 334 if (offset && fast) { in calc_sync_xfer() 335 fast = STR_FSS; in calc_sync_xfer() 338 fast = 0; in calc_sync_xfer() 343 result |= fast; in calc_sync_xfer() 351 calc_sync_msg(unsigned int period, unsigned int offset, unsigned int fast, in calc_sync_msg() argument 359 if (offset && fast) in calc_sync_msg() [all...] |
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | imm.c | 634 int fast, bulk, status; in imm_completion() local 670 fast = bulk && scsi_pointer->this_residual >= in imm_completion() 672 status = imm_out(dev, scsi_pointer->ptr, fast); in imm_completion() 674 fast = bulk && scsi_pointer->this_residual >= in imm_completion() 676 status = imm_in(dev, scsi_pointer->ptr, fast); in imm_completion() 679 scsi_pointer->ptr += fast; in imm_completion() 680 scsi_pointer->this_residual -= fast; in imm_completion()
|
H A D | wd33c93.c | 44 * almost as fast while being much easier to define, track, 128 * - fast:x -x = 1 to enable Fast SCSI, which is only effective with 131 * present, same as "fast:1". 266 calc_sync_xfer(unsigned int period, unsigned int offset, unsigned int fast, in calc_sync_xfer() argument 274 if (offset && fast) { in calc_sync_xfer() 275 fast = STR_FSS; in calc_sync_xfer() 278 fast = 0; in calc_sync_xfer() 283 result |= fast; in calc_sync_xfer() 291 calc_sync_msg(unsigned int period, unsigned int offset, unsigned int fast, in calc_sync_msg() argument 299 if (offset && fast) in calc_sync_msg() [all...] |
/kernel/linux/linux-5.10/drivers/iio/adc/ |
H A D | stm32-dfsdm-adc.c | 192 unsigned int fast, unsigned int oversamp) in stm32_dfsdm_compute_osrs() 199 struct stm32_dfsdm_filter_osr *flo = &fl->flo[fast]; in stm32_dfsdm_compute_osrs() 222 if (fast) in stm32_dfsdm_compute_osrs() 298 pr_debug("%s: fast %d, fosr %d, iosr %d, res 0x%llx/%d bits, rshift %d, lshift %d\n", in stm32_dfsdm_compute_osrs() 299 __func__, fast, flo->fosr, flo->iosr, in stm32_dfsdm_compute_osrs() 463 fl->fast = 0; in stm32_dfsdm_channels_configure() 466 * In continuous mode, use fast mode configuration, in stm32_dfsdm_channels_configure() 472 fl->fast = 1; in stm32_dfsdm_channels_configure() 505 struct stm32_dfsdm_filter_osr *flo = &fl->flo[fl->fast]; in stm32_dfsdm_filter_configure() 534 DFSDM_CR1_FAST(fl->fast)); in stm32_dfsdm_filter_configure() 191 stm32_dfsdm_compute_osrs(struct stm32_dfsdm_filter *fl, unsigned int fast, unsigned int oversamp) stm32_dfsdm_compute_osrs() argument [all...] |