Searched refs:fast (Results 26 - 50 of 84) sorted by relevance

1234

/linux-master/drivers/scsi/aic7xxx/
H A Daic7xxx_pci.c601 int pcheck, int fast, int large);
1006 int fast, int large)
1036 if (fast)
1069 int fast; local
1074 fast = FALSE;
1084 ahc_scbram_config(ahc, /*enable*/TRUE, pcheck, fast, large);
1102 ahc_scbram_config(ahc, enable, /*pcheck*/TRUE, fast, large);
1112 /* Now see if we can do fast timing */
1113 ahc_scbram_config(ahc, enable, pcheck, /*fast*/TRUE, large);
1118 fast
1005 ahc_scbram_config(struct ahc_softc *ahc, int enable, int pcheck, int fast, int large) argument
[all...]
/linux-master/fs/hpfs/
H A Dhpfs.h122 u8 fast: 1; /* partition was fast formatted */ member in struct:hpfs_spare_block
128 u8 fast: 1; /* partition was fast formatted */ member in struct:hpfs_spare_block
/linux-master/tools/testing/selftests/mm/
H A Dgup_longterm.c121 /* Fault in the page such that GUP-fast can pin it directly. */
140 const bool fast = type == TEST_TYPE_RO_FAST || local
164 args.flags = fast ? PIN_LONGTERM_TEST_FLAG_USE_FAST : 0;
391 "R/W longterm GUP-fast pin in MAP_SHARED file mapping",
399 "R/O longterm GUP-fast pin in MAP_SHARED file mapping",
407 "R/W longterm GUP-fast pin in MAP_PRIVATE file mapping",
415 "R/O longterm GUP-fast pin in MAP_PRIVATE file mapping",
/linux-master/drivers/scsi/
H A Dppa.c552 int fast, bulk, status; local
601 fast = bulk && scsi_pointer->this_residual >= PPA_BURST_SIZE ?
605 status = ppa_out(dev, scsi_pointer->ptr, fast);
607 status = ppa_in(dev, scsi_pointer->ptr, fast);
609 scsi_pointer->ptr += fast;
610 scsi_pointer->this_residual -= fast;
H A D53c700.c391 hostdata->fast = (NCR_700_readb(host, CTEST9_REG) == 0);
398 (hostdata->fast ? "53c700-66" : "53c700"),
465 if(hostdata->fast)
699 if(hostdata->fast) {
1446 if(hostdata->fast &&
1967 if(hostdata->fast)
1981 if(!hostdata->fast)
2002 if(!hostdata->fast)
2043 if(hostdata->fast) {
H A Dwd33c93.h245 uchar fast; /* set this flag to enable Fast SCSI */ member in struct:WD33C93_hostdata
H A Da2091.c235 hdata->wh.fast = 0;
H A Dsgiwd93.c260 hdata->wh.fast = 1;
H A Da3000.c255 hdata->wh.fast = 0;
H A D53c700.h214 __u32 fast:1; /* if we can alter the SCSI bus clock member in struct:NCR_700_Host_Parameters
/linux-master/arch/x86/kvm/
H A Dhyperv.c175 * updated here, and atomically queried on fast paths.
1866 bool fast; member in struct:kvm_hv_hcall
1873 * number of already consumed 'XMM halves' for 'fast' hypercalls.
1893 if (hc->fast) {
2037 if (!hc->fast && is_guest_mode(vcpu)) {
2045 if (hc->fast) {
2074 if (hc->fast) {
2114 if (hc->fast)
2229 if (!hc->fast) {
2247 if (!hc->fast) {
[all...]
H A Dtrace.h70 TP_PROTO(__u16 code, bool fast, __u16 var_cnt, __u16 rep_cnt,
72 TP_ARGS(code, fast, var_cnt, rep_cnt, rep_idx, ingpa, outgpa),
81 __field( bool, fast )
91 __entry->fast = fast;
95 __entry->code, __entry->fast ? "fast" : "slow",
194 * Tracepoint for fast mmio.
208 TP_printk("fast mmio at gpa 0x%llx", __entry->gpa)
/linux-master/drivers/net/wireless/ath/ath5k/
H A Dreset.c886 /* Set fast ADC */
1135 * @fast: Enable fast channel switching
1147 struct ieee80211_channel *channel, bool fast, bool skip_pcu)
1158 * Sanity check for fast flag
1162 if (fast && (ah->ah_radio != AR5K_RF2413) &&
1164 fast = false;
1197 * If driver requested fast channel change and DMA has stopped
1200 if (fast) {
1204 "fast cha
1146 ath5k_hw_reset(struct ath5k_hw *ah, enum nl80211_iftype op_mode, struct ieee80211_channel *channel, bool fast, bool skip_pcu) argument
[all...]
/linux-master/fs/bcachefs/
H A Dbtree_write_buffer.c135 bool *write_locked, size_t *fast)
172 (*fast)++;
260 size_t skipped = 0, fast = 0, slowpath = 0; local
290 * as many keys as possible in the fast path.
347 ret = wb_flush_one(trans, &iter, k, &write_locked, &fast);
406 trace_write_buffer_flush(trans, wb->flushing.keys.nr, skipped, fast, 0);
133 wb_flush_one(struct btree_trans *trans, struct btree_iter *iter, struct btree_write_buffered_key *wb, bool *write_locked, size_t *fast) argument
H A Dtrace.h1284 TP_PROTO(struct btree_trans *trans, size_t nr, size_t skipped, size_t fast, size_t size),
1285 TP_ARGS(trans, nr, skipped, fast, size),
1290 __field(size_t, fast )
1297 __entry->fast = fast;
1301 TP_printk("%zu/%zu skipped %zu fast %zu",
1302 __entry->nr, __entry->size, __entry->skipped, __entry->fast)
/linux-master/arch/alpha/kernel/
H A Dcore_wildfire.c184 wildfire_fast_qsd *fast = WILDFIRE_fast_qsd(); local
193 temp = fast->qsd_whami.csr;
195 printk(KERN_ERR "fast QSD_WHAMI at base %p is 0x%lx\n", fast, temp);
/linux-master/drivers/media/tuners/
H A Dqm1d1c0042.c100 static int qm1d1c0042_set_srch_mode(struct qm1d1c0042_state *state, bool fast) argument
102 if (fast)
103 state->regs[0x03] |= 0x01; /* set fast search mode */
/linux-master/arch/arm/kernel/
H A Dentry-common.S35 * This is the fast syscall return path. We do as little as possible here,
49 restore_user_regs fast = 1, offset = S_OFF
122 restore_user_regs fast = 0, offset = 0
H A Dentry-header.S30 * (due to slow/fast restore user regs).
293 .macro restore_user_regs, fast = 0, offset = 0
321 .if \fast
338 v7m_exception_slow_exit ret_r0 = \fast
353 .if \fast
/linux-master/lib/zstd/common/
H A Dfse_decompress.c234 const FSE_DTable* dt, const unsigned fast)
251 #define FSE_GETSYMBOL(statePtr) fast ? FSE_decodeSymbolFast(statePtr, &bitD) : FSE_decodeSymbol(statePtr, &bitD)
302 /* select fast mode (static) */
355 /* select fast mode (static) */
231 FSE_decompress_usingDTable_generic( void* dst, size_t maxDstSize, const void* cSrc, size_t cSrcSize, const FSE_DTable* dt, const unsigned fast) argument
/linux-master/drivers/scsi/arm/
H A Dacornscsi.h279 void __iomem *fast; /* fast ioc base address */ member in struct:acornscsi_hostdata
/linux-master/drivers/crypto/
H A Datmel-tdes.c454 int err, fast = 0, in, out; local
464 fast = in && out;
467 fast = 0;
471 if (fast) {
/linux-master/arch/arm/mach-omap2/
H A Dsram242x.S237 /* move into fast relock bypass */
242 orr r7, r5, #0x2 @ fast relock val
243 str r7, [r8] @ go to fast relock
H A Dsram243x.S237 /* move into fast relock bypass */
242 orr r7, r5, #0x2 @ fast relock val
243 str r7, [r8] @ go to fast relock
/linux-master/drivers/atm/
H A Deni.c332 ENI_DEV(dev)->fast = NULL; /* really stop it */
657 while ((curr = eni_dev->fast)) {
658 EVENT("poll_rx.fast\n",0,0);
660 eni_dev->fast = ENI_VCC(curr)->next;
703 if (eni_dev->fast)
705 else eni_dev->fast = vcc;
912 eni_dev->fast = eni_dev->last_fast = NULL;

Completed in 341 milliseconds

1234