Searched refs:fast (Results 1 - 25 of 84) sorted by relevance

1234

/linux-master/arch/alpha/lib/
H A Dstrlen.S39 found: blbs $2, done # make aligned case fast
/linux-master/drivers/pcmcia/
H A Dsa11xx_base.h96 #define MECR_FAST_SET(mecr, sock, fast) \
97 MECR_SET((mecr), (sock), MECR_FAST_SHIFT, MECR_FAST_MODE_MASK, (fast))
/linux-master/arch/parisc/kernel/vdso32/
H A DMakefile10 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 $@ $<
/linux-master/include/net/page_pool/
H A Dtypes.h60 struct_group_tagged(page_pool_params_fast, fast,
82 * @fast: successful fast path allocations
91 u64 fast; member in struct:page_pool_alloc_stats
/linux-master/mm/
H A Dgup_test.c229 bool fast; local
254 fast = !!(args.flags & PIN_LONGTERM_TEST_FLAG_USE_FAST);
256 if (!fast && mmap_read_lock_killable(current->mm)) {
268 if (fast)
283 if (!fast)
/linux-master/arch/xtensa/kernel/
H A Dtraps.c83 int fast; member in struct:__anon3
346 * When call0 application encounters an illegal instruction fast
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; local
504 if (fast == 0)
506 if ((fast & USER) != 0)
508 if ((fast
[all...]
/linux-master/drivers/media/dvb-frontends/
H A Ddib0090.h78 extern void dib0090_dcc_freq(struct dvb_frontend *fe, u8 fast);
106 static inline void dib0090_dcc_freq(struct dvb_frontend *fe, u8 fast) argument
/linux-master/fs/afs/
H A Dfs_probe.c59 struct afs_server *server, bool fast)
67 atj += fast ? afs_fs_probe_fast_poll_interval : afs_fs_probe_slow_poll_interval;
410 struct afs_server *fast, *slow, *server; local
430 fast = slow = server = NULL;
435 fast = list_first_entry(&net->fs_probe_fast, struct afs_server, probe_link);
436 poll_at = fast->probed_at + afs_fs_probe_fast_poll_interval;
440 fast = NULL;
455 server = fast ?: slow;
58 afs_schedule_fs_probe(struct afs_net *net, struct afs_server *server, bool fast) argument
/linux-master/include/linux/mtd/
H A Dspinand.h65 #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), \
/linux-master/lib/math/
H A Dprime_numbers.c181 * from the set) enabling a fast lookup of the next prime number larger than
273 bool fast = is_prime_number(x); local
275 if (slow != fast) {
276 pr_err("inconsistent result for is-prime(%lu): slow=%s, fast=%s!\n",
277 x, slow ? "yes" : "no", fast ? "yes" : "no");
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dtcp_hdr_options.c93 const char fast[] = "FAST!!!"; local
102 sk_fds->active_fd = fastopen_connect(sk_fds->srv_fd, fast,
103 sizeof(fast), 0);
129 char bytes_in[sizeof(fast)];
133 if (!ASSERT_EQ(ret, sizeof(fast), "read fastopen syn data")) {
/linux-master/drivers/scsi/aacraid/
H A Ddpcsup.c57 int fast; local
59 fast = index & 0x01;
83 if (fast) {
/linux-master/drivers/atm/
H A Deni.h98 struct atm_vcc *fast,*last_fast;/* queues of VCCs with pending PDUs */ member in struct:eni_dev
100 struct atm_vcc **rx_map; /* for fast lookups */
/linux-master/drivers/s390/cio/
H A Dio_sch.h150 unsigned int fast:1; /* post with "channel end" */ member in struct:ccw_device_private::__anon1396
/linux-master/tools/testing/selftests/drivers/net/bonding/
H A Dbond-break-lacpdu-tx.sh45 ad_actor_sys_prio 65535 lacp_rate fast
/linux-master/arch/x86/crypto/
H A Dcrct10dif-pcl-asm_64.S2 # Implement fast CRC-T10DIF computation with SSE and PCLMULQDQ instructions
50 # /white-papers/fast-crc-computation-generic-polynomials-pclmulqdq-paper.pdf
/linux-master/arch/arc/include/asm/
H A Darcregs.h284 unsigned int fast:1, ver:8; member in struct:bcr_fp_arcompact
286 unsigned int ver:8, fast:1;
/linux-master/tools/testing/selftests/mm/
H A Dgup_longterm.c122 * Fault in the page writable such that GUP-fast can eventually pin
133 const bool fast = type == TEST_TYPE_RO_FAST || local
157 args.flags = fast ? PIN_LONGTERM_TEST_FLAG_USE_FAST : 0;
383 "R/W longterm GUP-fast pin in MAP_SHARED file mapping",
391 "R/O longterm GUP-fast pin in MAP_SHARED file mapping",
399 "R/W longterm GUP-fast pin in MAP_PRIVATE file mapping",
407 "R/O longterm GUP-fast pin in MAP_PRIVATE file mapping",
/linux-master/drivers/scsi/
H A Dwd33c93.c44 * 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, argument
274 if (offset && fast) {
275 fast = STR_FSS;
278 fast = 0;
283 result |= fast;
291 calc_sync_msg(unsigned int period, unsigned int offset, unsigned int fast, argument
299 if (offset && fast)
[all...]
H A Dimm.c648 int fast, bulk, status; local
684 fast = bulk && scsi_pointer->this_residual >=
686 status = imm_out(dev, scsi_pointer->ptr, fast);
688 fast = bulk && scsi_pointer->this_residual >=
690 status = imm_in(dev, scsi_pointer->ptr, fast);
693 scsi_pointer->ptr += fast;
694 scsi_pointer->this_residual -= fast;
H A Dmvme147.c111 hdata->fast = 0;
/linux-master/drivers/scsi/arm/
H A Dacornscsi.c213 #define dmac_clearintr(host) writeb(0, (host)->fast + INT_REG)
310 writeb(host->card.page_reg, host->fast + PAGE_REG);
316 writeb(host->card.page_reg, host->fast + PAGE_REG);
323 if (readb(host->fast + INT_REG) & 8)
344 if (readb(host->fast + INT_REG) & 8)
364 writeb(host->card.page_reg, host->fast + PAGE_REG);
895 writeb((page & 0x3f) | host->card.page_reg, host->fast + PAGE_REG);
914 writeb((page & 0x3f) | host->card.page_reg, host->fast + PAGE_REG);
917 writeb(host->card.page_reg, host->fast + PAGE_REG);
940 writeb((page & 0x3f) | host->card.page_reg, host->fast
[all...]
/linux-master/net/core/
H A Dpage_pool.c85 stats->alloc_stats.fast += pool->alloc_stats.fast;
130 *data++ = pool_stats->alloc_stats.fast;
181 memcpy(&pool->p, &params->fast, sizeof(pool->p));
369 /* fast path */
378 alloc_stat_inc(pool, fast);
841 alloc_stat_inc(pool, fast);
865 alloc_stat_inc(pool, fast);
/linux-master/drivers/iio/adc/
H A Dstm32-dfsdm-adc.c193 unsigned int fast, unsigned int oversamp)
200 struct stm32_dfsdm_filter_osr *flo = &fl->flo[fast];
223 if (fast)
299 pr_debug("fast %d, fosr %d, iosr %d, res 0x%llx/%d bits, rshift %d, lshift %d\n",
300 fast, flo->fosr, flo->iosr,
464 fl->fast = 0;
467 * In continuous mode, use fast mode configuration,
472 fl->fast = 1;
505 struct stm32_dfsdm_filter_osr *flo = &fl->flo[fl->fast];
534 DFSDM_CR1_FAST(fl->fast));
192 stm32_dfsdm_compute_osrs(struct stm32_dfsdm_filter *fl, unsigned int fast, unsigned int oversamp) argument
[all...]
/linux-master/lib/zstd/compress/
H A Dfse_compress.c595 const FSE_CTable* ct, const unsigned fast)
609 #define FSE_FLUSHBITS(s) (fast ? BIT_flushBitsFast(s) : BIT_flushBits(s))
656 unsigned const fast = (dstSize >= FSE_BLOCKBOUND(srcSize)); local
658 if (fast)
593 FSE_compress_usingCTable_generic(void* dst, size_t dstSize, const void* src, size_t srcSize, const FSE_CTable* ct, const unsigned fast) argument

Completed in 248 milliseconds

1234