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

<<11

/linux-master/arch/arm/net/
H A Dbpf_jit_32.c271 static inline void _emit(int cond, u32 inst, struct jit_ctx *ctx) argument
273 inst |= (cond << 28);
/linux-master/drivers/iio/adc/
H A Dstm32-adc.c585 #define stm32_adc_readl_poll_timeout(reg, val, cond, sleep_us, timeout_us) \
587 cond, sleep_us, timeout_us)
/linux-master/drivers/usb/atm/
H A Dueagle-atm.c547 #define uea_wait(sc, cond, timeo) \
550 (cond) || kthread_should_stop(), timeo); \
/linux-master/security/apparmor/
H A Dapparmorfs.c627 struct path_cond cond = { }; local
629 tmp = *(aa_lookup_fperms(rules->file, state, &cond));
2357 #define PERMS32STR "allow deny subtree cond kill complain prompt audit quiet hide xindex tag label"
/linux-master/drivers/dma/xilinx/
H A Dxilinx_dma.c530 #define xilinx_dma_poll_timeout(chan, reg, val, cond, delay_us, timeout_us) \
532 val, cond, delay_us, timeout_us)
/linux-master/fs/bcachefs/
H A Dbtree_io.c613 #define btree_err_on(cond, ...) ((cond) ? btree_err(__VA_ARGS__) : false)
H A Djournal_io.c293 #define journal_entry_err_on(cond, ...) \
294 ((cond) ? journal_entry_err(__VA_ARGS__) : false)
/linux-master/drivers/net/ethernet/qlogic/qed/
H A Dqed_dev.c2786 u8 cond; local
2829 cond = (rc && (roce_edpm_mode == QED_ROCE_EDPM_MODE_ENABLE)) ||
2831 if (cond || p_hwfn->dcbx_no_edpm) {
2839 if (cond)
/linux-master/drivers/md/
H A Draid10.c89 #define wait_event_barrier_cmd(conf, cond, cmd) \
90 wait_event_cmd((conf)->wait_barrier, cond, cmd_before(conf, cmd), \
93 #define wait_event_barrier(conf, cond) \
94 wait_event_barrier_cmd(conf, cond, NULL_CMD)
/linux-master/drivers/net/wireless/realtek/rtw89/
H A Dcore.h4015 atomic_t cond; member in struct:rtw89_wait_info
4025 atomic_set(&wait->cond, RTW89_WAIT_COND_IDLE);
6163 int rtw89_wait_for_cond(struct rtw89_wait_info *wait, unsigned int cond);
6164 void rtw89_complete_cond(struct rtw89_wait_info *wait, unsigned int cond,
H A Dphy.c1548 u8 cond; local
1563 cond = get_phy_cond(reg->addr);
1564 switch (cond) {
/linux-master/kernel/trace/
H A Dftrace.c54 #define FTRACE_WARN_ON(cond) \
56 int ___r = cond; \
62 #define FTRACE_WARN_ON_ONCE(cond) \
64 int ___r = cond; \
/linux-master/drivers/scsi/hisi_sas/
H A Dhisi_sas_v3_hw.c593 #define hisi_sas_read32_poll_timeout(off, val, cond, delay_us, \
597 readl_poll_timeout(regs, val, cond, delay_us, timeout_us); \
600 #define hisi_sas_read32_poll_timeout_atomic(off, val, cond, delay_us, \
604 readl_poll_timeout_atomic(regs, val, cond, delay_us, timeout_us);\
/linux-master/drivers/net/wireless/intel/iwlegacy/
H A Dcommon.c3772 #define CHK(cond) \
3773 if ((cond)) { \
3774 D_INFO("need full RXON - " #cond "\n"); \
/linux-master/drivers/ata/
H A Dlibata-scsi.c3410 u8 cond, type, non_seq, reset; local
3416 cond = (rec[1] >> 4) & 0xf;
3423 rec[1] = (cond << 4) | non_seq | reset;
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_tc.c3761 struct mlx5e_tc_act_branch_ctrl *cond,
3776 switch (cond->act_id) {
3792 *jump_count = cond->extval;
3760 alloc_branch_attr(struct mlx5e_tc_flow *flow, struct mlx5e_tc_act_branch_ctrl *cond, struct mlx5_flow_attr **cond_attr, u32 *jump_count, struct netlink_ext_ack *extack) argument
/linux-master/include/linux/
H A Dskbuff.h4302 static inline ktime_t skb_tstamp_cond(const struct sk_buff *skb, bool cond) argument
4307 if (static_branch_unlikely(&netstamp_needed_key) || cond)

Completed in 458 milliseconds

<<11