Searched refs:slow (Results 1 - 25 of 50) sorted by path

12

/linux-master/arch/arc/lib/
H A Dmemcmp.S71 ; slow track insn
86 ; slow track insn
99 ; slow track insn
/linux-master/arch/m68k/ifpsp060/src/
H A Dfpsp.S11354 # because it will be VERY slow. #
/linux-master/arch/sh/lib/
H A Dmemset-sh4.S39 cmp/gt r6,r0 ! (MT) 64 > len => slow loop
H A Dchecksum.S202 bf 3f ! Different alignments, use slow version
204 bf 3f ! If not, do it the slow way
/linux-master/drivers/atm/
H A Deni.h99 struct atm_vcc *slow,*last_slow; member in struct:eni_dev
H A Deni.c333 ENI_DEV(dev)->slow = NULL;
665 while ((curr = eni_dev->slow)) {
666 EVENT("poll_rx.slow\n",0,0);
668 eni_dev->slow = ENI_VCC(curr)->next;
709 if (eni_dev->slow)
711 else eni_dev->slow = vcc;
913 eni_dev->slow = eni_dev->last_slow = NULL;
/linux-master/arch/alpha/lib/
H A Dev6-memcpy.S39 bne $1, $misaligned # U : Nope - gotta do this the slow way
/linux-master/arch/arm/crypto/
H A Dpoly1305-armv4.pl631 @ benefits Atom, where paddq is ridiculously slow.
/linux-master/arch/m68k/fpsp040/
H A Dskeleton.S405 | then just do a dumb (and slow) memory move. In a UNIX environment
/linux-master/arch/sh/include/asm/
H A Dio.h178 #define __BUILD_IOPORT_SINGLE(pfx, bwlq, type, p, slow) \
186 slow; \
196 slow; \
/linux-master/block/
H A Dbfq-iosched.c1104 * - running in a slow PC
1105 * - with a virtual disk stacked on a slow low-end 5400rpm HDD
3545 * For a very slow device, bfqd->peak_rate can reach 0 (see
4122 * Return true if the process associated with bfqq is "slow". The slow
4157 bool slow = BFQQ_SEEKY(bfqq); /* if delta too short, use seekyness */ local
4180 return slow;
4192 * in the slower disk zones tend to be slow(er) even
4196 * unlucky processes, a process is deemed slow only if
4200 slow
4342 bool slow; local
[all...]
/linux-master/drivers/clk/at91/
H A DMakefile7 obj-y += clk-slow.o clk-main.o clk-pll.o clk-plldiv.o clk-master.o
/linux-master/drivers/dma/
H A Dbcm-sba-raid.c1339 bool slow = false; local
1350 slow = true;
1362 if (slow) {
/linux-master/drivers/gpu/drm/
H A Ddrm_modeset_lock.c292 bool interruptible, bool slow)
306 } else if (interruptible && slow) {
310 } else if (slow) {
290 modeset_lock(struct drm_modeset_lock *lock, struct drm_modeset_acquire_ctx *ctx, bool interruptible, bool slow) argument
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_cursor.c680 * PSR2 selective fetch also requires the slow path as
690 goto slow;
699 goto slow;
712 goto slow;
809 slow:
/linux-master/drivers/gpu/drm/i915/gem/
H A Di915_gem_execbuffer.c1868 * Leave the user relocations as are, this is the painfully slow path,
1925 goto slow;
1942 goto slow;
1958 slow:
/linux-master/drivers/leds/
H A Dleds-ns2.c41 * controlled through two GPIOs (command and slow): each combination of values
42 * for the command/slow GPIOs corresponds to a LED mode.
48 struct gpio_desc *slow; member in struct:ns2_led
63 slow_level = gpiod_get_value_cansleep(led->slow);
92 gpiod_set_value(led->slow, led->modval[i].slow_level);
97 gpiod_set_value_cansleep(led->slow, led->modval[i].slow_level);
188 led->slow = devm_fwnode_gpiod_get_index(dev, node, "slow", 0,
191 if (IS_ERR(led->slow))
192 return PTR_ERR(led->slow);
[all...]
/linux-master/drivers/net/ethernet/broadcom/asp2/
H A Dbcmasp.c992 static void bcmasp_core_clock_select_many(struct bcmasp_priv *priv, bool slow) argument
997 if (slow)
1004 if (slow)
1011 static void bcmasp_core_clock_select_one(struct bcmasp_priv *priv, bool slow) argument
1016 if (slow)
H A Dbcmasp.h387 void (*core_clock_select)(struct bcmasp_priv *priv, bool slow);
407 void (*core_clock_select)(struct bcmasp_priv *priv, bool slow);
/linux-master/drivers/net/ethernet/chelsio/cxgb3/
H A Dt3_hw.c1855 * T3 slow path (non-data) interrupt handler.
3144 unsigned int width, density, slow, attempts; local
3152 slow = val & F_SLOW;
3160 if (!slow) {
3182 if (!slow)
3187 val = slow ? 3 : 6;
3194 if (!slow) {
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_stats.c499 rq_stats->pp_alloc_slow = stats.alloc_stats.slow;
/linux-master/drivers/s390/cio/
H A Dcss.c506 static int css_evaluate_new_subchannel(struct subchannel_id schid, int slow) argument
511 if (!slow) {
512 /* Will be done on the slow path. */
528 static int css_evaluate_known_subchannel(struct subchannel *sch, int slow) argument
534 ret = sch->driver->sch_event(sch, slow);
547 static void css_evaluate_subchannel(struct subchannel_id schid, int slow) argument
554 ret = css_evaluate_known_subchannel(sch, slow);
557 ret = css_evaluate_new_subchannel(schid, slow);
567 * Schedule the operation identified by @todo to be performed on the slow path
632 CIO_MSG_EVENT(0, "could not allocate slow subchanne
[all...]
/linux-master/drivers/scsi/libsas/
H A Dsas_init.c42 struct sas_task_slow *slow = kmalloc(sizeof(*slow), flags); local
44 if (!task || !slow) {
47 kfree(slow);
51 task->slow_task = slow;
52 slow->task = task;
53 timer_setup(&slow->timer, NULL, 0);
54 init_completion(&slow->completion);
H A Dsas_scsi_host.c868 struct sas_task_slow *slow = from_timer(slow, t, timer); local
869 struct sas_task *task = slow->task;
1179 struct sas_task_slow *slow = task->slow_task; local
1181 if (!slow)
1183 if (!del_timer(&slow->timer))
1185 slow->timer.function(&slow->timer);
/linux-master/drivers/scsi/
H A Dst.c2512 in the buffer is correctly formatted. The long timeout is used if slow is non-zero. */
2513 static int write_mode_page(struct scsi_tape *STp, int page, int slow)
2532 timeout = slow ?
2503 write_mode_page(struct scsi_tape *STp, int page, int slow) argument

Completed in 388 milliseconds

12