Searched refs:soft (Results 1 - 25 of 100) sorted by last modified time

1234

/linux-master/fs/xfs/
H A Dxfs_trans_dquot.c757 softlimit = qlim->soft;
H A Dxfs_qm.h35 xfs_qcnt_t soft; /* default soft limit */ member in struct:xfs_quota_limits
H A Dxfs_qm.c568 defq->blk.soft = dqp->q_blk.softlimit;
570 defq->ino.soft = dqp->q_ino.softlimit;
572 defq->rtb.soft = dqp->q_rtb.softlimit;
H A Dxfs_dquot.c105 dq->q_blk.softlimit = defq->blk.soft;
113 dq->q_ino.softlimit = defq->ino.soft;
117 dq->q_rtb.softlimit = defq->rtb.soft;
178 * the soft limit (they are only ever set non-zero via userspace).
282 * watermarks correspond to the soft and hard limits by default. If a soft limit
/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/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/kernel/sched/
H A Drt.c2554 unsigned long soft, hard; local
2557 soft = task_rlimit(p, RLIMIT_RTTIME);
2560 if (soft != RLIM_INFINITY) {
2568 next = DIV_ROUND_UP(min(soft, hard), USEC_PER_SEC/HZ);
/linux-master/arch/arm64/kernel/vdso32/
H A DMakefile49 VDSO_CAFLAGS += -mabi=aapcs-linux -mfloat-abi=soft
/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_atari.c14 * 01/02/2001 [0.3] - put in default hard/soft settings.
159 char *table = dmasound.soft.format == AFMT_MU_LAW ? dmasound_ulaw2dma8
165 if (dmasound.soft.stereo)
188 if (dmasound.soft.stereo)
204 if (!dmasound.soft.stereo) {
239 if (!dmasound.soft.stereo) {
271 if (!dmasound.soft.stereo) {
311 if (!dmasound.soft.stereo) {
352 if (!dmasound.soft.stereo) {
389 char *table = dmasound.soft
[all...]
/linux-master/drivers/mmc/host/
H A Dsdhci.c359 static void sdhci_init(struct sdhci_host *host, int soft) argument
364 if (soft)
378 if (soft) {
/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 Dx86.c5406 vcpu->arch.interrupt.injected && !vcpu->arch.interrupt.soft;
5492 vcpu->arch.interrupt.soft = events->interrupt.soft;
11636 if (vcpu->arch.interrupt.injected && !vcpu->arch.interrupt.soft)
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/arch/x86/kvm/vmx/
H A Dvmx.c4943 trace_kvm_inj_virq(irq, vcpu->arch.interrupt.soft, reinjected);
4948 if (vcpu->arch.interrupt.soft)
4954 if (vcpu->arch.interrupt.soft) {
6012 * due to the timer expiring while it was "soft" disabled, just eat the
H A Dnested.c3846 if (vcpu->arch.interrupt.soft) {
/linux-master/arch/x86/kvm/svm/
H A Dsvm.c3617 if (vcpu->arch.interrupt.soft) {
3627 vcpu->arch.interrupt.soft, reinjected);
3986 * associated with the original soft exception/interrupt. next_rip is
3990 * the same event, i.e. if the event is a soft exception/interrupt,
3998 * injecting the soft exception/interrupt. That advancement needs to
/linux-master/arch/x86/include/uapi/asm/
H A Dkvm.h345 __u8 soft; member in struct:kvm_vcpu_events::__anon90
/linux-master/arch/x86/include/asm/
H A Dkvm_host.h852 bool soft; member in struct:kvm_vcpu_arch::kvm_queued_interrupt
/linux-master/arch/x86/include/asm/fpu/
H A Dapi.h58 * local_bh_disable() protects against both preemption and soft interrupts
62 * serializes soft interrupt related sections via a local lock, but stays
126 extern void fpstate_init_soft(struct swregs_state *soft);
128 static inline void fpstate_init_soft(struct swregs_state *soft) {} argument
/linux-master/tools/testing/selftests/bpf/progs/
H A Dtimer.c349 static void test_pinned_timer(bool soft) argument
357 if (soft) {
/linux-master/net/smc/
H A Dsmc_core.c54 static void __smc_lgr_terminate(struct smc_link_group *lgr, bool soft);
1451 static void smc_conn_kill(struct smc_connection *conn, bool soft) argument
1466 if (soft)
1492 * @soft: true if link group shutdown can take its time
1495 static void __smc_lgr_terminate(struct smc_link_group *lgr, bool soft) argument
1516 smc_conn_kill(conn, soft);
/linux-master/kernel/time/
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/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...]

Completed in 955 milliseconds

1234