Searched refs:soft (Results 51 - 75 of 100) sorted by relevance

1234

/linux-master/include/linux/
H A Dhrtimer.h31 * soft irq context
285 ktime_t soft, hard; local
286 soft = hrtimer_get_softexpires(timer);
288 delta = ktime_to_ns(ktime_sub(hard, soft));
289 hrtimer_start_range_ns(timer, soft, delta, mode);
/linux-master/sound/oss/dmasound/
H A Ddmasound_paula.c15 * [0.4] - put in default hard/soft settings
162 if (!dmasound.soft.stereo) {
196 if (!dmasound.soft.stereo) { \
249 if (!dmasound.soft.stereo) { \
364 if (dmasound.soft.speed)
365 period = amiga_colorclock/dmasound.soft.speed-1;
368 dmasound.hard = dmasound.soft;
393 return dmasound.soft.format;
411 dmasound.soft.format = format;
412 dmasound.soft
[all...]
H A Ddmasound.h93 /* description of the set-up applies to either hard or soft settings */
158 SETTINGS soft; /* software settings */ member in struct:sound_settings
/linux-master/drivers/net/arcnet/
H A Darcnet.c701 struct arc_rfc1201 *soft; local
712 soft = &pkt->soft.rfc1201;
713 proto = arc_proto_map[soft->proto];
1125 struct arc_rfc1201 *soft; local
1128 soft = &rxdata.pkt.soft.rfc1201;
1140 if (sizeof(rxdata.pkt.soft) <= length) {
1141 lp->hw.copy_from_card(dev, bufnum, ofs, soft, sizeof(rxdata.pkt.soft));
[all...]
/linux-master/net/batman-adv/
H A DMakefile29 batman-adv-y += soft-interface.o
/linux-master/arch/x86/kernel/fpu/
H A Dinit.c41 fpstate_init_soft(&current->thread.fpu.fpstate->regs.soft);
/linux-master/fs/xfs/
H A Dxfs_qm.h35 xfs_qcnt_t soft; /* default soft limit */ member in struct:xfs_quota_limits
/linux-master/kernel/time/
H A Dposix-cpu-timers.c885 rt ? "RT" : "CPU", hard ? "hard" : "soft",
902 unsigned long soft; local
916 soft = task_rlimit(tsk, RLIMIT_RTTIME);
917 if (soft != RLIM_INFINITY) {
927 /* At the soft limit, send a SIGXCPU every second */
928 if (check_rlimit(rttime, soft, SIGXCPU, true, false)) {
929 soft += USEC_PER_SEC;
930 tsk->signal->rlim[RLIMIT_RTTIME].rlim_cur = soft;
980 unsigned long soft; local
1013 soft
[all...]
H A Dhrtimer.c53 * Masks for selecting the soft and hard context timers from
599 ktime_t expires_next, soft = KTIME_MAX; local
602 * If the soft interrupt has already been activated, ignore the
603 * soft bases. They will be handled in the already raised soft
607 soft = __hrtimer_get_next_event(cpu_base, HRTIMER_ACTIVE_SOFT);
609 * Update the soft expiry time. clock_settime() might have
612 cpu_base->softirq_expires_next = soft;
618 * and program the hardware with the soft expiry time.
620 if (expires_next > soft) {
[all...]
/linux-master/drivers/mfd/
H A Dsi476x-i2c.c107 * @soft: When set, this flag forces "soft" startup, where "soft"
127 int si476x_core_start(struct si476x_core *core, bool soft) argument
132 if (!soft) {
210 * @soft: When set, function sends a POWER_DOWN command instead of
215 * 2. Send the POWER_DOWN command if the power down is soft or bring
221 int si476x_core_stop(struct si476x_core *core, bool soft) argument
226 if (soft) {
245 if (!soft) {
[all...]
/linux-master/arch/x86/kvm/
H A Dx86.h117 bool soft)
120 vcpu->arch.interrupt.soft = soft;
116 kvm_queue_interrupt(struct kvm_vcpu *vcpu, u8 vector, bool soft) argument
H A Dtrace.h342 TP_PROTO(unsigned int vector, bool soft, bool reinjected),
343 TP_ARGS(vector, soft, reinjected),
347 __field( bool, soft )
353 __entry->soft = soft;
358 __entry->soft ? "Soft/INTn" : "IRQ", __entry->vector,
/linux-master/tools/testing/selftests/mm/
H A Drun_vmtests.sh61 test soft dirty page bit semantics
405 if [ -x ./soft-dirty ]
407 CATEGORY="soft_dirty" run_test ./soft-dirty
H A DMakefile76 TEST_GEN_FILES += soft-dirty
/linux-master/fs/xfs/scrub/
H A Dquota_repair.c276 uint64_t soft = be64_to_cpu(softlimit); local
281 if (!soft || count <= soft || *timer != 0)
/linux-master/arch/powerpc/math-emu/
H A Dudivmodti4.c4 #include <math-emu/soft-fp.h>
/linux-master/drivers/pinctrl/mediatek/
H A Dpinctrl-mtk-common.h175 unsigned int soft; member in struct:mtk_eint_offsets
/linux-master/tools/testing/selftests/rcutorture/bin/
H A Dkvm-again.sh71 echo " --link hard|soft|copy"
124 checkarg --link "hard|soft|copy" "$#" "$2" 'hard\|soft\|copy' '^--'
132 soft)
/linux-master/tools/testing/selftests/bpf/progs/
H A Dtimer.c349 static void test_pinned_timer(bool soft) argument
357 if (soft) {
/linux-master/drivers/media/radio/
H A Dradio-si476x.c600 bool soft; local
609 soft = true;
610 err = si476x_core_stop(radio->core, soft);
616 soft = false;
617 err = si476x_core_stop(radio->core, soft);
626 err = si476x_core_start(radio->core, soft);
/linux-master/arch/x86/include/asm/fpu/
H A Dtypes.h353 struct swregs_state soft; member in union:fpregs_state
/linux-master/arch/arm64/kernel/vdso32/
H A DMakefile49 VDSO_CAFLAGS += -mabi=aapcs-linux -mfloat-abi=soft
/linux-master/drivers/net/phy/
H A Dsfp.c772 "failed to read SFP soft status: %pe\n",
782 unsigned int soft)
787 if (soft & SFP_F_TX_DISABLE)
792 if (soft & SFP_F_RS0)
801 if (soft & SFP_F_RS1)
825 // Poll the soft state for hardware pins we want to ignore
847 unsigned int soft = sfp->state_soft_mask & (SFP_F_LOS | SFP_F_TX_FAULT); local
851 if (state & SFP_F_PRESENT && soft)
862 unsigned int soft; local
866 soft
781 sfp_soft_set_state(struct sfp *sfp, unsigned int state, unsigned int soft) argument
[all...]
/linux-master/net/rfkill/
H A Dcore.c270 ev->soft = !!(rfkill->state & (RFKILL_BLOCK_SW |
776 static DEVICE_ATTR_RW(soft);
1301 rfkill_update_global_state(ev.type, ev.soft);
1305 rfkill_set_block(rfkill, ev.soft);
1313 rfkill_set_block(rfkill, ev.soft);
/linux-master/arch/x86/math-emu/
H A Dfpu_entry.c644 struct swregs_state *s387 = &target->thread.fpu.fpstate->regs.soft;
695 struct swregs_state *s387 = &target->thread.fpu.fpstate->regs.soft;

Completed in 781 milliseconds

1234