Searched refs:cond (Results 201 - 225 of 274) sorted by relevance

1234567891011

/linux-master/sound/isa/wavefront/
H A Dwavefront_synth.c117 #define DPRINT(cond, ...) \
118 if ((dev->debug & (cond)) == (cond)) { \
122 #define DPRINT(cond, args...)
/linux-master/drivers/gpu/drm/
H A Ddrm_gpuvm.c786 cond_spin_lock(spinlock_t *lock, bool cond) argument
788 if (cond)
793 cond_spin_unlock(spinlock_t *lock, bool cond) argument
795 if (cond)
H A Ddrm_mipi_dbi.c722 static int mipi_dbi_poweron_reset_conditional(struct mipi_dbi_dev *dbidev, bool cond) argument
746 if (cond && mipi_dbi_display_is_on(dbi))
/linux-master/tools/perf/bench/
H A Dfutex-wake-parallel.c54 static struct cond thread_parent, thread_worker;
H A Depoll-wait.c116 static struct cond thread_parent, thread_worker;
H A Depoll-ctl.c65 static struct cond thread_parent, thread_worker;
/linux-master/drivers/i2c/busses/
H A Di2c-designware-core.h332 u32 i2c_dw_scl_hcnt(u32 ic_clk, u32 tSYMBOL, u32 tf, int cond, int offset);
/linux-master/drivers/net/ethernet/ni/
H A Dnixge.c236 #define nixge_ctrl_poll_timeout(priv, addr, val, cond, sleep_us, timeout_us) \
237 readl_poll_timeout((priv)->ctrl_regs + (addr), (val), (cond), \
240 #define nixge_dma_poll_timeout(priv, addr, val, cond, sleep_us, timeout_us) \
241 readl_poll_timeout((priv)->dma_regs + (addr), (val), (cond), \
/linux-master/include/linux/
H A Dphy.h1280 #define phy_read_poll_timeout(phydev, regnum, val, cond, sleep_us, \
1285 __val < 0 || (cond), \
1368 * @cond: Break condition (usually involving @val)
1378 #define phy_read_mmd_poll_timeout(phydev, devaddr, regnum, val, cond, \
1383 __val < 0 || (cond), \
H A Dfscache.h180 bool using_pgpriv2, bool cond);
/linux-master/tools/testing/selftests/kvm/include/x86_64/
H A Dprocessor.h1073 #define TEST_ASSERT_MSR(cond, fmt, msr, str, args...) \
1076 TEST_ASSERT(cond, fmt, str, args); \
1077 } else if (!(cond)) { \
1081 TEST_ASSERT(cond, fmt, buf, args); \
/linux-master/mm/kfence/
H A Dkfence_test.c35 #define KFENCE_TEST_REQUIRES(test, cond) do { \
36 if (!(cond)) \
37 kunit_skip((test), "Test requires: " #cond); \
/linux-master/net/netfilter/
H A Dnf_conntrack_h323_asn1.c24 #define IFTHEN(cond, act) if(cond){act;}
32 #define IFTHEN(cond, act)
/linux-master/scripts/
H A Dcheckpatch.pl4207 my ($stat, $cond, $line_nr_next, $remain_next, $off_next,
4212 ($stat, $cond, $line_nr_next, $remain_next, $off_next) =
4215 $cond =~ s/\n./\n /g;
4358 ($stat, $cond, $line_nr_next, $remain_next, $off_next) =
4361 my ($s, $c) = ($stat, $cond);
5659 ($stat, $cond, $line_nr_next, $remain_next, $off_next) =
5680 defined($stat) && defined($cond) &&
5682 my ($s, $c) = ($stat, $cond);
6133 my ($cond, $block) = @{$chunk};
6136 my ($whitespace) = ($cond
[all...]
/linux-master/drivers/net/fddi/skfp/
H A Dpcmplc.c1072 int cond ; local
1129 cond = (mib->fddiPORTLer_Estimate <= mib->fddiPORTLer_Alarm) ?
1132 smt_ler_alarm_check(smc,phy,cond) ;
1134 if (cond != mib->fddiPORTLerFlag) {
1136 (int) (INDEX_PORT+ phy->np) ,cond) ;
/linux-master/tools/perf/
H A Dbuiltin-top.c903 cond_signal(&top->qe.cond);
1110 cond_wait(&top->qe.cond, &top->qe.mutex);
1226 cond_init(&top->qe.cond);
1234 cond_destroy(&top->qe.cond);
1365 cond_signal(&top->qe.cond);
/linux-master/drivers/infiniband/hw/mlx5/
H A Dqp.c2845 bool cond, struct mlx5_ib_qp *qp)
2850 if (cond) {
2876 bool cond; local
2914 cond = MLX5_CAP_ETH(mdev, tunnel_stateless_vxlan) ||
2918 cond, qp);
2935 cond = qp->flags_en & ~(MLX5_QP_FLAG_TUNNEL_OFFLOADS |
2938 if (attr->rwq_ind_tbl && cond) {
2940 cond);
2951 bool cond, struct mlx5_ib_qp *qp)
2956 if (cond) {
2844 process_vendor_flag(struct mlx5_ib_dev *dev, int *flags, int flag, bool cond, struct mlx5_ib_qp *qp) argument
2950 process_create_flag(struct mlx5_ib_dev *dev, int *flags, int flag, bool cond, struct mlx5_ib_qp *qp) argument
2979 bool cond; local
[all...]
/linux-master/drivers/net/wireless/intel/iwlwifi/dvm/
H A Drxon.c838 #define CHK(cond) \
839 if ((cond)) { \
840 IWL_DEBUG_INFO(priv, "need full RXON - " #cond "\n"); \
/linux-master/kernel/kcsan/
H A Dkcsan_test.c35 #define KCSAN_TEST_REQUIRES(test, cond) do { \
36 if (!(cond)) \
37 kunit_skip((test), "Test requires: " #cond); \
/linux-master/tools/testing/selftests/net/
H A Dbpf_offload.py78 def skip(cond, msg):
79 if not cond:
85 def fail(cond, msg):
86 if not cond:
H A Dpsock_tpacket.c52 # define bug_on(cond) assert(!(cond))
/linux-master/security/tomoyo/
H A Dfile.c616 r->ee->transition = r->matched_acl && r->matched_acl->cond ?
617 r->matched_acl->cond->transit : NULL;
/linux-master/drivers/staging/media/atomisp/pci/camera/pipe/src/
H A Dpipe_binarydesc.c182 bool cond = (out_w * num / den + delta > in_w) && local
187 if (cond) {
/linux-master/drivers/net/wireguard/selftest/
H A Dallowedips.c484 #define test_boolean(cond) do { \
485 bool _s = (cond); \
/linux-master/sound/pci/asihpi/
H A Dhpi_internal.h80 #define compile_time_assert(cond, msg) \
81 typedef char ASSERT_##msg[(cond) ? 1 : -1]

Completed in 287 milliseconds

1234567891011