/linux/fs/bcachefs/ |
H A D | darray.h | 91 #define darray_find_p(_d, _i, cond) \ argument
|
/linux/include/linux/ |
H A D | kernel.h | 144 #define might_sleep_if(cond) do { if (cond) might_sleep(); } while (0) argument
|
H A D | netfilter.h | 301 bool cond) in NF_HOOK_COND() 412 bool cond) in NF_HOOK_COND()
|
/linux/tools/perf/util/ |
H A D | top.h | 58 struct cond cond; member
|
/linux/sound/isa/wavefront/ |
H A D | wavefront_synth.c | 117 #define DPRINT(cond, ...) \ argument 122 #define DPRINT(cond, args...) argument
|
/linux/arch/loongarch/net/ |
H A D | bpf_jit.c | 434 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 D | gc.c | 279 struct tomoyo_condition *cond = container_of(element, typeof(*cond), in tomoyo_del_condition() local
|
H A D | condition.c | 766 const struct tomoyo_condition *cond) in tomoyo_condition()
|
/linux/security/apparmor/include/ |
H A D | perms.h | 74 u32 cond; /* set only when ~allow and ~deny */ member
|
/linux/net/wireless/ |
H A D | core.h | 556 #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 D | bpf_jit.h | 105 #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 D | bpf_jit_comp64.c | 457 static bool is_signed_bpf_cond(u8 cond) in is_signed_bpf_cond()
|
/linux/drivers/net/fddi/skfp/ |
H A D | smt.c | 279 int cond ; in smt_event() local 808 int cond ; in update_dac() local
|
/linux/drivers/md/bcache/ |
H A D | alloc.c | 280 #define allocator_wait(ca, cond) \ argument
|
H A D | bcache.h | 871 #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 D | u_serial.c | 682 int cond; in gs_close_flush_done() local 1246 int cond; in gs_closed() local
|
/linux/drivers/macintosh/ |
H A D | via-cuda.c | 362 #define WAIT_FOR(cond, what) \ argument
|
/linux/drivers/fpga/ |
H A D | zynq-fpga.c | 149 #define zynq_fpga_poll_timeout(priv, addr, val, cond, sleep_us, timeout_us) \ argument
|
/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | jpeg_v2_0.c | 872 u32 i, reg, res, cond, type; in jpeg_v2_dec_ring_parse_cs() local
|
/linux/include/sound/ |
H A D | hdaudio.h | 624 #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 D | mac.c | 5178 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 D | nfcsim.c | 62 u8 cond; member
|
/linux/net/dccp/ |
H A D | dccp.h |
|
/linux/drivers/net/wireless/intel/iwlwifi/dvm/ |
H A D | rxon.c | 838 #define CHK(cond) \ in iwl_full_rxon_required() argument
|
/linux/drivers/net/wireless/realtek/rtw88/ |
H A D | phy.c | 22 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()
|