Searched refs:cond (Results 226 - 250 of 267) sorted by relevance

1234567891011

/linux-master/mm/
H A Dinternal.h42 #define WARN_ON_ONCE_GFP(cond, gfp) ({ \
44 int __ret_warn_once = !!(cond); \
H A Dpercpu.c2622 #define PCPU_SETUP_BUG_ON(cond) do { \
2623 if (unlikely(cond)) { \
2624 pr_emerg("failed to initialize, %s\n", #cond); \
/linux-master/drivers/net/phy/mscc/
H A Dmscc_ptp.c112 bool cond = (addr == MSCC_PHY_PTP_LTC_CTRL || local
139 if (!cond || upper)
154 if (cond && upper)
/linux-master/fs/jfs/
H A Djfs_logmgr.c116 #define LCACHE_SLEEP_COND(wq, cond, flags) \
118 if (cond) \
120 __SLEEP_COND(wq, cond, LCACHE_LOCK(flags), LCACHE_UNLOCK(flags)); \
/linux-master/drivers/net/ethernet/hisilicon/hns/
H A Dhnae.h583 #define assert(cond)
/linux-master/arch/arm64/include/asm/
H A Dinsn.h457 /* b, bl, cb*, tb*, ret*, b.cond, br*, blr* */
559 enum aarch64_insn_condition cond);
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
H A Dphy.c545 u8 cond; local
554 cond = (u8)((v1 & (BIT(29) | BIT(28))) >> 28);
555 if (cond == COND_ENDIF) { /*end*/
558 } else if (cond == COND_ELSE) { /*else*/
/linux-master/drivers/md/
H A Ddm-zoned-metadata.c1399 if (blkz->cond == BLK_ZONE_COND_OFFLINE)
1401 else if (blkz->cond == BLK_ZONE_COND_READONLY)
1566 if (blkz->cond == BLK_ZONE_COND_OFFLINE)
1568 else if (blkz->cond == BLK_ZONE_COND_READONLY)
/linux-master/drivers/tty/serial/
H A Damba-pl011.c1589 static void pl011_maybe_set_bit(bool cond, unsigned int *ptr, unsigned int mask) argument
1591 if (cond)
1610 static void pl011_assign_bit(bool cond, unsigned int *ptr, unsigned int mask) argument
1612 if (cond)
/linux-master/drivers/net/wwan/t7xx/
H A Dt7xx_dpmaif.c31 #define ioread32_poll_timeout_atomic(addr, val, cond, delay_us, timeout_us) \
32 readx_poll_timeout_atomic(ioread32, addr, val, cond, delay_us, timeout_us)
/linux-master/drivers/phy/rockchip/
H A Dphy-rockchip-inno-hdmi.c550 #define inno_poll(inno, reg, val, cond, sleep_us, timeout_us) \
551 regmap_read_poll_timeout((inno)->regmap, (reg) * 4, val, cond, \
/linux-master/security/apparmor/
H A Dpolicy_unpack.c655 aa_unpack_u32(e, &perm->cond, NULL) &&
1187 if (perm->cond & (perm->allow | perm->deny))
/linux-master/drivers/net/wireless/realtek/rtw89/
H A Dcore.c4015 int rtw89_wait_for_cond(struct rtw89_wait_info *wait, unsigned int cond) argument
4021 cur = atomic_cmpxchg(&wait->cond, RTW89_WAIT_COND_IDLE, cond);
4027 atomic_set(&wait->cond, RTW89_WAIT_COND_IDLE);
4037 void rtw89_complete_cond(struct rtw89_wait_info *wait, unsigned int cond, argument
4042 cur = atomic_cmpxchg(&wait->cond, cond, RTW89_WAIT_COND_IDLE);
4043 if (cur != cond)
/linux-master/drivers/s390/cio/
H A Dcss.c763 void css_schedule_eval_cond(enum css_eval_cond cond, unsigned long delay) argument
776 switch (cond) {
/linux-master/samples/bpf/
H A Dxdp_sample_user.c38 #define __sample_print(fmt, cond, ...) \
40 if (cond) \
/linux-master/drivers/net/can/spi/
H A Dmcp251x.c410 #define mcp251x_read_stat_poll_timeout(addr, val, cond, delay_us, timeout_us) \
411 readx_poll_timeout(mcp251x_read_stat, addr, val, cond, \
/linux-master/tools/perf/bench/
H A Dnuma.c140 struct cond startup_cond;
144 struct cond start_work_cond;
/linux-master/arch/riscv/net/
H A Dbpf_jit.h139 /* Return -1 or inverted cond. */
140 static inline int invert_bpf_cond(u8 cond) argument
142 switch (cond) {
/linux-master/drivers/media/i2c/
H A Dthp7312.c355 #define thp7312_read_poll_timeout(dev, addr, val, cond, sleep_us, timeout_us) \
358 __ret = read_poll_timeout(cci_read, __err, __err || (cond), sleep_us, \
/linux-master/scripts/mod/
H A Dfile2alias.c89 #define ADD(str, sep, cond, field) \
92 if (cond) \
/linux-master/lib/
H A Doverflow_kunit.c20 #define SKIP(cond, reason) do { \
21 if (cond) { \
/linux-master/arch/mips/include/uapi/asm/
H A Dinst.h897 struct mm_fp4_format { /* FPU c.cond format (microMIPS) */
903 __BITFIELD_FIELD(unsigned int cond : 4,
/linux-master/drivers/sbus/char/
H A Doradax.c124 u32 cond:1; /* Conditional */ member in struct:dax_header
/linux-master/sound/core/
H A Dpcm_native.c407 if (r->cond && !(r->cond & params->flags))
2476 unsigned int cond, u32 *subformats)
2478 return snd_pcm_hw_rule_add(runtime, cond, -1,
2475 snd_pcm_hw_constraint_subformats(struct snd_pcm_runtime *runtime, unsigned int cond, u32 *subformats) argument
/linux-master/fs/f2fs/
H A Dsegment.c5001 f2fs_notice(sbi, "Open zones: valid block[0x%x,0x%x] cond[%s]",
5003 f2fs_zone_status[zone->cond]);
5007 if ((!valid_block_cnt && zone->cond == BLK_ZONE_COND_EMPTY) ||
5008 (valid_block_cnt && zone->cond == BLK_ZONE_COND_FULL))
5013 "pointer. Reset the write pointer: cond[%s]",
5014 f2fs_zone_status[zone->cond]);
5031 "pointer: valid block[0x%x,0x%x] cond[%s]",
5032 zone_segno, valid_block_cnt, f2fs_zone_status[zone->cond]);

Completed in 501 milliseconds

1234567891011