Home
last modified time | relevance | path

Searched defs:cond (Results 101 – 125 of 201) sorted by relevance

123456789

/linux/fs/bcachefs/
H A Ddarray.h91 #define darray_find_p(_d, _i, cond) \ argument
/linux/include/linux/
H A Dkernel.h144 #define might_sleep_if(cond) do { if (cond) might_sleep(); } while (0) argument
H A Dnetfilter.h301 bool cond) in NF_HOOK_COND()
412 bool cond) in NF_HOOK_COND()
/linux/tools/perf/util/
H A Dtop.h58 struct cond cond; member
/linux/sound/isa/wavefront/
H A Dwavefront_synth.c117 #define DPRINT(cond, ...) \ argument
122 #define DPRINT(cond, args...) argument
/linux/arch/loongarch/net/
H A Dbpf_jit.c434 static bool is_signed_bpf_cond(u8 cond) in is_signed_bpf_cond()
511 const u8 cond = BPF_OP(code); in build_insn() local
/linux/security/tomoyo/
H A Dgc.c279 struct tomoyo_condition *cond = container_of(element, typeof(*cond), in tomoyo_del_condition() local
H A Dcondition.c766 const struct tomoyo_condition *cond) in tomoyo_condition()
/linux/security/apparmor/include/
H A Dperms.h74 u32 cond; /* set only when ~allow and ~deny */ member
/linux/net/wireless/
H A Dcore.h556 #define CFG80211_DEV_WARN_ON(cond) WARN_ON(cond) argument
563 #define CFG80211_DEV_WARN_ON(cond) ({bool __r = (cond); __r; }) argument
/linux/arch/parisc/net/
H A Dbpf_jit.h105 #define hppa_or_cond(reg1, reg2, cond, f, target) \ argument
109 #define hppa_and_cond(reg1, reg2, cond, f, target) \ argument
276 static inline int invert_bpf_cond(u8 cond) in invert_bpf_cond()
H A Dbpf_jit_comp64.c457 static bool is_signed_bpf_cond(u8 cond) in is_signed_bpf_cond()
/linux/drivers/net/fddi/skfp/
H A Dsmt.c279 int cond ; in smt_event() local
808 int cond ; in update_dac() local
/linux/drivers/md/bcache/
H A Dalloc.c280 #define allocator_wait(ca, cond) \ argument
H A Dbcache.h871 #define btree_bug_on(cond, b, ...) \ argument
877 #define cache_bug_on(cond, c, ...) \ argument
883 #define cache_set_err_on(cond, c, ...) \ argument
/linux/drivers/usb/gadget/function/
H A Du_serial.c682 int cond; in gs_close_flush_done() local
1246 int cond; in gs_closed() local
/linux/drivers/macintosh/
H A Dvia-cuda.c362 #define WAIT_FOR(cond, what) \ argument
/linux/drivers/fpga/
H A Dzynq-fpga.c149 #define zynq_fpga_poll_timeout(priv, addr, val, cond, sleep_us, timeout_us) \ argument
/linux/drivers/gpu/drm/amd/amdgpu/
H A Djpeg_v2_0.c872 u32 i, reg, res, cond, type; in jpeg_v2_dec_ring_parse_cs() local
/linux/include/sound/
H A Dhdaudio.h624 #define snd_hdac_stream_readb_poll(dev, reg, val, cond, delay_us, timeout_us) \ argument
627 #define snd_hdac_stream_readw_poll(dev, reg, val, cond, delay_us, timeout_us) \ argument
630 #define snd_hdac_stream_readl_poll(dev, reg, val, cond, delay_us, timeout_us) \ argument
/linux/drivers/net/wireless/realtek/rtw89/
H A Dmac.c5178 unsigned int cond; in rtw89_mac_c2h_done_ack() local
5249 unsigned int cond; in rtw89_mac_c2h_pkt_ofld_rsp() local
5313 unsigned int cond; in rtw89_mac_c2h_mcc_req_ack() local
5353 unsigned int cond; in rtw89_mac_c2h_mcc_tsf_rpt() local
5381 unsigned int cond; in rtw89_mac_c2h_mcc_status_rpt() local
5506 unsigned int cond; in rtw89_mac_c2h_mlo_link_cfg_stat() local
5528 unsigned int cond; in rtw89_mac_c2h_mrc_status_rpt() local
5715 unsigned int cond; in rtw89_mac_c2h_scanofld_rsp_atomic() local
/linux/drivers/nfc/
H A Dnfcsim.c62 u8 cond; member
/linux/net/dccp/
H A Ddccp.h
/linux/drivers/net/wireless/intel/iwlwifi/dvm/
H A Drxon.c838 #define CHK(cond) \ in iwl_full_rxon_required() argument
/linux/drivers/net/wireless/realtek/rtw88/
H A Dphy.c22 struct rtw_phy_cond cond; member
1087 struct rtw_phy_cond cond = {}; in rtw_phy_setup_phy_cond() local
1130 static bool check_positive(struct rtw_dev *rtwdev, struct rtw_phy_cond cond, in check_positive()

123456789