Searched refs:condition (Results 151 - 164 of 164) sorted by relevance

1234567

/linux-master/net/netrom/
H A Daf_netrom.c1019 nr_make->condition = 0x00;
/linux-master/arch/sparc/kernel/
H A Dentry.S158 /* Restore condition codes */
702 /* The getcc software trap. The user wants the condition codes from
714 /* The setcc software trap. The user has condition codes in %g1
1013 /* System call success, clear Carry condition code. */
1023 /* System call failure, set Carry condition code.
1220 mov 1, %g1 ! signal EFAULT condition
/linux-master/drivers/net/wireless/marvell/mwifiex/
H A Dmain.h737 u8 *condition; member in struct:cmd_ctrl_node
H A Dscan.c2750 cmd_node->condition = &adapter->scan_wait_q_woken;
H A Dcfg80211.c3697 if (crule->condition == NL80211_COALESCE_CONDITION_MATCH)
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dsdio.c1727 static int brcmf_sdio_dcmd_resp_wait(struct brcmf_sdio *bus, uint *condition, argument
1737 while (!(*condition) && (!signal_pending(current) && timeout))
/linux-master/arch/m68k/ifpsp060/src/
H A Dpfpsp.S357 set FPSR_CC, USER_FPSR+0 # FPSR condition codes
380 set EXC_CC, LV+8 # saved condition codes
1239 clr.b SPCOND_FLG(%a6) # clear special condition flag
3840 # point for that condition.
6104 # last operation done was an "and" of the bits shifted off so the condition
6964 # d0.b = condition code bits #
6971 # resulting condition codes are returned in d0 in case the caller #
7899 # add the extra condition that only if the k-factor was zero, too, should
10182 # just use the actual fcmp instruction to produce the correct condition #
H A Dfpsp.S358 set FPSR_CC, USER_FPSR+0 # FPSR condition codes
381 set EXC_CC, LV+8 # saved condition codes
1240 clr.b SPCOND_FLG(%a6) # clear special condition flag
3852 # point for that condition.
10149 # - set FPSR exception status operr bit, condition code #
13751 # just use the actual fcmp instruction to produce the correct condition #
16267 # to see whether the condition (specified by the stacked FPSR) is true #
16896 # to see whether the condition (specified by the stacked FPSR) is true #
16904 # condition. #
16959 # floating point condition code
[all...]
H A Dfplsp.S338 set FPSR_CC, USER_FPSR+0 # FPSR condition codes
361 set EXC_CC, LV+8 # saved condition codes
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dbtf.c35 #define CHECK(condition, format...) _CHECK(condition, "check", duration, format)
/linux-master/drivers/usb/core/
H A Dhub.c1258 * check for a new connection or over current condition.
1680 dev_dbg(hub_dev, "%sover-current condition exists\n",
5753 dev_err(&port_dev->dev, "over-current condition\n");
5934 dev_err(hub_dev, "over-current condition\n");
6305 else if (cintf->condition ==
6328 else if (cintf->condition ==
/linux-master/arch/x86/kvm/
H A Demulate.c1065 static __always_inline u8 test_cc(unsigned int condition, unsigned long flags) argument
1068 void (*fop)(void) = (void *)em_setcc + FASTOP_SIZE * (condition & 0xf);
3334 /* #UD condition is already handled. */
5062 /* The second termination condition only applies for REPE
5065 * corresponding termination condition according to:
5223 /* All REP prefixes have the same first termination condition */
/linux-master/include/net/
H A Dcfg80211.h3549 * @condition: condition for packet coalescence.
3556 enum nl80211_coalesce_condition condition; member in struct:cfg80211_coalesce_rules
/linux-master/net/wireless/
H A Dnl80211.c13804 rule->condition))
13906 new_rule->condition =

Completed in 1000 milliseconds

1234567