| /kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/ |
| D | iwl-debug.h | 38 #define CHECK_FOR_NEWLINE(f) BUILD_BUG_ON(f[sizeof(f) - 2] != '\n') argument 41 #define IWL_ERR_DEV(d, f, a...) \ argument 46 #define IWL_ERR(m, f, a...) \ argument 48 #define IWL_WARN(m, f, a...) \ argument 53 #define IWL_INFO(m, f, a...) \ argument 58 #define IWL_CRIT(m, f, a...) \ argument 169 #define IWL_DEBUG_INFO(p, f, a...) IWL_DEBUG(p, IWL_DL_INFO, f, ## a) argument 170 #define IWL_DEBUG_TDLS(p, f, a...) IWL_DEBUG(p, IWL_DL_TDLS, f, ## a) argument 171 #define IWL_DEBUG_MAC80211(p, f, a...) IWL_DEBUG(p, IWL_DL_MAC80211, f, ## a) argument 172 #define IWL_DEBUG_EXTERNAL(p, f, a...) IWL_DEBUG(p, IWL_DL_EXTERNAL, f, ## a) argument [all …]
|
| /kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/ |
| D | iwl-debug.h | 40 #define CHECK_FOR_NEWLINE(f) BUILD_BUG_ON(f[sizeof(f) - 2] != '\n') argument 43 #define __IWL_ERR_DEV(d, mode, f, a...) \ argument 48 #define IWL_ERR_DEV(d, f, a...) \ argument 50 #define IWL_ERR(m, f, a...) \ argument 52 #define IWL_ERR_LIMIT(m, f, a...) \ argument 54 #define IWL_WARN(m, f, a...) \ argument 59 #define IWL_INFO(m, f, a...) \ argument 64 #define IWL_CRIT(m, f, a...) \ argument 175 #define IWL_DEBUG_INFO(p, f, a...) IWL_DEBUG(p, IWL_DL_INFO, f, ## a) argument 176 #define IWL_DEBUG_TDLS(p, f, a...) IWL_DEBUG(p, IWL_DL_TDLS, f, ## a) argument [all …]
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/ibm/emac/ |
| D | debug.h | 32 # define DBG(d,f,x...) EMAC_DBG(d, emac, f, ##x) argument 33 # define MAL_DBG(d,f,x...) EMAC_DBG(d, mal, f, ##x) argument 34 # define ZMII_DBG(d,f,x...) EMAC_DBG(d, zmii, f, ##x) argument 35 # define RGMII_DBG(d,f,x...) EMAC_DBG(d, rgmii, f, ##x) argument 38 # define DBG(f,x...) ((void)0) argument 39 # define MAL_DBG(d,f,x...) ((void)0) argument 40 # define ZMII_DBG(d,f,x...) ((void)0) argument 41 # define RGMII_DBG(d,f,x...) ((void)0) argument 44 # define DBG2(d,f,x...) DBG(d,f, ##x) argument 45 # define MAL_DBG2(d,f,x...) MAL_DBG(d,f, ##x) argument [all …]
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/ibm/emac/ |
| D | debug.h | 32 # define DBG(d,f,x...) EMAC_DBG(d, emac, f, ##x) argument 33 # define MAL_DBG(d,f,x...) EMAC_DBG(d, mal, f, ##x) argument 34 # define ZMII_DBG(d,f,x...) EMAC_DBG(d, zmii, f, ##x) argument 35 # define RGMII_DBG(d,f,x...) EMAC_DBG(d, rgmii, f, ##x) argument 38 # define DBG(f,x...) ((void)0) argument 39 # define MAL_DBG(d,f,x...) ((void)0) argument 40 # define ZMII_DBG(d,f,x...) ((void)0) argument 41 # define RGMII_DBG(d,f,x...) ((void)0) argument 44 # define DBG2(d,f,x...) DBG(d,f, ##x) argument 45 # define MAL_DBG2(d,f,x...) MAL_DBG(d,f, ##x) argument [all …]
|
| /kernel/linux/linux-6.6/include/linux/ |
| D | indirect_call_wrapper.h | 17 #define INDIRECT_CALL_1(f, f1, ...) \ argument 21 #define INDIRECT_CALL_2(f, f2, f1, ...) \ argument 26 #define INDIRECT_CALL_3(f, f3, f2, f1, ...) \ argument 31 #define INDIRECT_CALL_4(f, f4, f3, f2, f1, ...) \ argument 37 #define INDIRECT_CALLABLE_DECLARE(f) f argument 39 #define EXPORT_INDIRECT_CALLABLE(f) EXPORT_SYMBOL(f) argument 42 #define INDIRECT_CALL_1(f, f1, ...) f(__VA_ARGS__) argument 43 #define INDIRECT_CALL_2(f, f2, f1, ...) f(__VA_ARGS__) argument 44 #define INDIRECT_CALL_3(f, f3, f2, f1, ...) f(__VA_ARGS__) argument 45 #define INDIRECT_CALL_4(f, f4, f3, f2, f1, ...) f(__VA_ARGS__) argument [all …]
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | indirect_call_wrapper.h | 17 #define INDIRECT_CALL_1(f, f1, ...) \ argument 21 #define INDIRECT_CALL_2(f, f2, f1, ...) \ argument 26 #define INDIRECT_CALL_3(f, f3, f2, f1, ...) \ argument 31 #define INDIRECT_CALL_4(f, f4, f3, f2, f1, ...) \ argument 37 #define INDIRECT_CALLABLE_DECLARE(f) f argument 41 #define INDIRECT_CALL_1(f, f1, ...) f(__VA_ARGS__) argument 42 #define INDIRECT_CALL_2(f, f2, f1, ...) f(__VA_ARGS__) argument 43 #define INDIRECT_CALL_3(f, f3, f2, f1, ...) f(__VA_ARGS__) argument 44 #define INDIRECT_CALL_4(f, f4, f3, f2, f1, ...) f(__VA_ARGS__) argument 45 #define INDIRECT_CALLABLE_DECLARE(f) argument [all …]
|
| /kernel/linux/linux-5.10/arch/powerpc/kernel/ |
| D | dt_cpu_ftrs.c | 154 static int __init feat_try_enable_unknown(struct dt_cpu_feature *f) in feat_try_enable_unknown() 191 static int __init feat_enable(struct dt_cpu_feature *f) in feat_enable() 224 static int __init feat_disable(struct dt_cpu_feature *f) in feat_disable() 229 static int __init feat_enable_hv(struct dt_cpu_feature *f) in feat_enable_hv() 249 static int __init feat_enable_le(struct dt_cpu_feature *f) in feat_enable_le() 255 static int __init feat_enable_smt(struct dt_cpu_feature *f) in feat_enable_smt() 262 static int __init feat_enable_idle_nap(struct dt_cpu_feature *f) in feat_enable_idle_nap() 276 static int __init feat_enable_align_dsisr(struct dt_cpu_feature *f) in feat_enable_align_dsisr() 283 static int __init feat_enable_idle_stop(struct dt_cpu_feature *f) in feat_enable_idle_stop() 297 static int __init feat_enable_mmu_hash(struct dt_cpu_feature *f) in feat_enable_mmu_hash() [all …]
|
| /kernel/linux/linux-5.10/include/linux/ceph/ |
| D | ceph_frag.h | 27 static inline __u32 ceph_frag_bits(__u32 f) in ceph_frag_bits() 31 static inline __u32 ceph_frag_value(__u32 f) in ceph_frag_value() 35 static inline __u32 ceph_frag_mask(__u32 f) in ceph_frag_mask() 39 static inline __u32 ceph_frag_mask_shift(__u32 f) in ceph_frag_mask_shift() 44 static inline bool ceph_frag_contains_value(__u32 f, __u32 v) in ceph_frag_contains_value() 49 static inline __u32 ceph_frag_make_child(__u32 f, int by, int i) in ceph_frag_make_child() 55 static inline bool ceph_frag_is_leftmost(__u32 f) in ceph_frag_is_leftmost() 59 static inline bool ceph_frag_is_rightmost(__u32 f) in ceph_frag_is_rightmost() 63 static inline __u32 ceph_frag_next(__u32 f) in ceph_frag_next()
|
| /kernel/linux/linux-6.6/include/linux/ceph/ |
| D | ceph_frag.h | 27 static inline __u32 ceph_frag_bits(__u32 f) in ceph_frag_bits() 31 static inline __u32 ceph_frag_value(__u32 f) in ceph_frag_value() 35 static inline __u32 ceph_frag_mask(__u32 f) in ceph_frag_mask() 39 static inline __u32 ceph_frag_mask_shift(__u32 f) in ceph_frag_mask_shift() 44 static inline bool ceph_frag_contains_value(__u32 f, __u32 v) in ceph_frag_contains_value() 49 static inline __u32 ceph_frag_make_child(__u32 f, int by, int i) in ceph_frag_make_child() 55 static inline bool ceph_frag_is_leftmost(__u32 f) in ceph_frag_is_leftmost() 59 static inline bool ceph_frag_is_rightmost(__u32 f) in ceph_frag_is_rightmost() 63 static inline __u32 ceph_frag_next(__u32 f) in ceph_frag_next()
|
| /kernel/linux/linux-6.6/arch/powerpc/kernel/ |
| D | dt_cpu_ftrs.c | 134 static int __init feat_try_enable_unknown(struct dt_cpu_feature *f) in feat_try_enable_unknown() 171 static int __init feat_enable(struct dt_cpu_feature *f) in feat_enable() 204 static int __init feat_disable(struct dt_cpu_feature *f) in feat_disable() 209 static int __init feat_enable_hv(struct dt_cpu_feature *f) in feat_enable_hv() 230 static int __init feat_enable_le(struct dt_cpu_feature *f) in feat_enable_le() 236 static int __init feat_enable_smt(struct dt_cpu_feature *f) in feat_enable_smt() 243 static int __init feat_enable_idle_nap(struct dt_cpu_feature *f) in feat_enable_idle_nap() 257 static int __init feat_enable_idle_stop(struct dt_cpu_feature *f) in feat_enable_idle_stop() 271 static int __init feat_enable_mmu_hash(struct dt_cpu_feature *f) in feat_enable_mmu_hash() 293 static int __init feat_enable_mmu_hash_v3(struct dt_cpu_feature *f) in feat_enable_mmu_hash_v3() [all …]
|
| /kernel/linux/linux-6.6/drivers/dma-buf/ |
| D | st-dma-fence.c | 22 } *to_mock_fence(struct dma_fence *f) { in to_mock_fence() 26 static const char *mock_name(struct dma_fence *f) in mock_name() 31 static void mock_fence_release(struct dma_fence *f) in mock_fence_release() 41 static void mock_wakeup(struct dma_fence *f, struct dma_fence_cb *cb) in mock_wakeup() 46 static long mock_wait(struct dma_fence *f, bool intr, long timeout) in mock_wait() 85 struct mock_fence *f; in mock_fence() local 99 struct dma_fence *f; in sanitycheck() local 115 struct dma_fence *f; in test_signaling() local 155 static void simple_callback(struct dma_fence *f, struct dma_fence_cb *cb) in simple_callback() 163 struct dma_fence *f; in test_add_callback() local [all …]
|
| /kernel/linux/linux-5.10/drivers/dma-buf/ |
| D | st-dma-fence.c | 22 } *to_mock_fence(struct dma_fence *f) { in to_mock_fence() 26 static const char *mock_name(struct dma_fence *f) in mock_name() 31 static void mock_fence_release(struct dma_fence *f) in mock_fence_release() 41 static void mock_wakeup(struct dma_fence *f, struct dma_fence_cb *cb) in mock_wakeup() 46 static long mock_wait(struct dma_fence *f, bool intr, long timeout) in mock_wait() 85 struct mock_fence *f; in mock_fence() local 99 struct dma_fence *f; in sanitycheck() local 113 struct dma_fence *f; in test_signaling() local 151 static void simple_callback(struct dma_fence *f, struct dma_fence_cb *cb) in simple_callback() 159 struct dma_fence *f; in test_add_callback() local [all …]
|
| /kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
| D | debug.h | 54 #define brcms_dbg(core, l, f, a...) __brcms_dbg(&(core)->dev, l, __func__, f, ##a) argument 55 #define brcms_info(core, f, a...) __brcms_info(&(core)->dev, f, ##a) argument 56 #define brcms_warn(core, f, a...) __brcms_warn(&(core)->dev, f, ##a) argument 57 #define brcms_err(core, f, a...) __brcms_err(&(core)->dev, f, ##a) argument 58 #define brcms_crit(core, f, a...) __brcms_crit(&(core)->dev, f, ##a) argument 60 #define brcms_dbg_info(core, f, a...) brcms_dbg(core, BRCM_DL_INFO, f, ##a) argument 61 #define brcms_dbg_mac80211(core, f, a...) brcms_dbg(core, BRCM_DL_MAC80211, f, ##a) argument 62 #define brcms_dbg_rx(core, f, a...) brcms_dbg(core, BRCM_DL_RX, f, ##a) argument 63 #define brcms_dbg_tx(core, f, a...) brcms_dbg(core, BRCM_DL_TX, f, ##a) argument 64 #define brcms_dbg_int(core, f, a...) brcms_dbg(core, BRCM_DL_INT, f, ##a) argument [all …]
|
| /kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
| D | debug.h | 54 #define brcms_dbg(core, l, f, a...) __brcms_dbg(&(core)->dev, l, __func__, f, ##a) argument 55 #define brcms_info(core, f, a...) __brcms_info(&(core)->dev, f, ##a) argument 56 #define brcms_warn(core, f, a...) __brcms_warn(&(core)->dev, f, ##a) argument 57 #define brcms_err(core, f, a...) __brcms_err(&(core)->dev, f, ##a) argument 58 #define brcms_crit(core, f, a...) __brcms_crit(&(core)->dev, f, ##a) argument 60 #define brcms_dbg_info(core, f, a...) brcms_dbg(core, BRCM_DL_INFO, f, ##a) argument 61 #define brcms_dbg_mac80211(core, f, a...) brcms_dbg(core, BRCM_DL_MAC80211, f, ##a) argument 62 #define brcms_dbg_rx(core, f, a...) brcms_dbg(core, BRCM_DL_RX, f, ##a) argument 63 #define brcms_dbg_tx(core, f, a...) brcms_dbg(core, BRCM_DL_TX, f, ##a) argument 64 #define brcms_dbg_int(core, f, a...) brcms_dbg(core, BRCM_DL_INT, f, ##a) argument [all …]
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/ |
| D | cxgb4_tc_u32_parse.h | 45 static inline int cxgb4_fill_ipv4_tos(struct ch_filter_specification *f, in cxgb4_fill_ipv4_tos() 54 static inline int cxgb4_fill_ipv4_frag(struct ch_filter_specification *f, in cxgb4_fill_ipv4_frag() 76 static inline int cxgb4_fill_ipv4_proto(struct ch_filter_specification *f, in cxgb4_fill_ipv4_proto() 85 static inline int cxgb4_fill_ipv4_src_ip(struct ch_filter_specification *f, in cxgb4_fill_ipv4_src_ip() 94 static inline int cxgb4_fill_ipv4_dst_ip(struct ch_filter_specification *f, in cxgb4_fill_ipv4_dst_ip() 113 static inline int cxgb4_fill_ipv6_tos(struct ch_filter_specification *f, in cxgb4_fill_ipv6_tos() 122 static inline int cxgb4_fill_ipv6_proto(struct ch_filter_specification *f, in cxgb4_fill_ipv6_proto() 131 static inline int cxgb4_fill_ipv6_src_ip0(struct ch_filter_specification *f, in cxgb4_fill_ipv6_src_ip0() 140 static inline int cxgb4_fill_ipv6_src_ip1(struct ch_filter_specification *f, in cxgb4_fill_ipv6_src_ip1() 149 static inline int cxgb4_fill_ipv6_src_ip2(struct ch_filter_specification *f, in cxgb4_fill_ipv6_src_ip2() [all …]
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/ |
| D | cxgb4_tc_u32_parse.h | 45 static inline int cxgb4_fill_ipv4_tos(struct ch_filter_specification *f, in cxgb4_fill_ipv4_tos() 54 static inline int cxgb4_fill_ipv4_frag(struct ch_filter_specification *f, in cxgb4_fill_ipv4_frag() 76 static inline int cxgb4_fill_ipv4_proto(struct ch_filter_specification *f, in cxgb4_fill_ipv4_proto() 85 static inline int cxgb4_fill_ipv4_src_ip(struct ch_filter_specification *f, in cxgb4_fill_ipv4_src_ip() 94 static inline int cxgb4_fill_ipv4_dst_ip(struct ch_filter_specification *f, in cxgb4_fill_ipv4_dst_ip() 113 static inline int cxgb4_fill_ipv6_tos(struct ch_filter_specification *f, in cxgb4_fill_ipv6_tos() 122 static inline int cxgb4_fill_ipv6_proto(struct ch_filter_specification *f, in cxgb4_fill_ipv6_proto() 131 static inline int cxgb4_fill_ipv6_src_ip0(struct ch_filter_specification *f, in cxgb4_fill_ipv6_src_ip0() 140 static inline int cxgb4_fill_ipv6_src_ip1(struct ch_filter_specification *f, in cxgb4_fill_ipv6_src_ip1() 149 static inline int cxgb4_fill_ipv6_src_ip2(struct ch_filter_specification *f, in cxgb4_fill_ipv6_src_ip2() [all …]
|
| /kernel/linux/linux-5.10/sound/core/seq/ |
| D | seq_fifo.c | 20 struct snd_seq_fifo *f; in snd_seq_fifo_new() local 51 struct snd_seq_fifo *f; in snd_seq_fifo_delete() local 83 void snd_seq_fifo_clear(struct snd_seq_fifo *f) in snd_seq_fifo_clear() 101 int snd_seq_fifo_event_in(struct snd_seq_fifo *f, in snd_seq_fifo_event_in() 142 static struct snd_seq_event_cell *fifo_cell_out(struct snd_seq_fifo *f) in fifo_cell_out() 161 int snd_seq_fifo_cell_out(struct snd_seq_fifo *f, in snd_seq_fifo_cell_out() 198 void snd_seq_fifo_cell_putback(struct snd_seq_fifo *f, in snd_seq_fifo_cell_putback() 216 int snd_seq_fifo_poll_wait(struct snd_seq_fifo *f, struct file *file, in snd_seq_fifo_poll_wait() 224 int snd_seq_fifo_resize(struct snd_seq_fifo *f, int poolsize) in snd_seq_fifo_resize() 268 int snd_seq_fifo_unused_cells(struct snd_seq_fifo *f) in snd_seq_fifo_unused_cells()
|
| /kernel/linux/linux-6.6/sound/core/seq/ |
| D | seq_fifo.c | 20 struct snd_seq_fifo *f; in snd_seq_fifo_new() local 51 struct snd_seq_fifo *f; in snd_seq_fifo_delete() local 83 void snd_seq_fifo_clear(struct snd_seq_fifo *f) in snd_seq_fifo_clear() 101 int snd_seq_fifo_event_in(struct snd_seq_fifo *f, in snd_seq_fifo_event_in() 142 static struct snd_seq_event_cell *fifo_cell_out(struct snd_seq_fifo *f) in fifo_cell_out() 162 int snd_seq_fifo_cell_out(struct snd_seq_fifo *f, in snd_seq_fifo_cell_out() 199 void snd_seq_fifo_cell_putback(struct snd_seq_fifo *f, in snd_seq_fifo_cell_putback() 217 int snd_seq_fifo_poll_wait(struct snd_seq_fifo *f, struct file *file, in snd_seq_fifo_poll_wait() 225 int snd_seq_fifo_resize(struct snd_seq_fifo *f, int poolsize) in snd_seq_fifo_resize() 269 int snd_seq_fifo_unused_cells(struct snd_seq_fifo *f) in snd_seq_fifo_unused_cells()
|
| /kernel/linux/linux-5.10/include/linux/mtd/ |
| D | sh_flctl.h | 18 #define FLCMNCR(f) (f->reg + 0x0) argument 19 #define FLCMDCR(f) (f->reg + 0x4) argument 20 #define FLCMCDR(f) (f->reg + 0x8) argument 21 #define FLADR(f) (f->reg + 0xC) argument 22 #define FLADR2(f) (f->reg + 0x3C) argument 23 #define FLDATAR(f) (f->reg + 0x10) argument 24 #define FLDTCNTR(f) (f->reg + 0x14) argument 25 #define FLINTDMACR(f) (f->reg + 0x18) argument 26 #define FLBSYTMR(f) (f->reg + 0x1C) argument 27 #define FLBSYCNT(f) (f->reg + 0x20) argument [all …]
|
| /kernel/linux/linux-6.6/include/linux/mtd/ |
| D | sh_flctl.h | 18 #define FLCMNCR(f) (f->reg + 0x0) argument 19 #define FLCMDCR(f) (f->reg + 0x4) argument 20 #define FLCMCDR(f) (f->reg + 0x8) argument 21 #define FLADR(f) (f->reg + 0xC) argument 22 #define FLADR2(f) (f->reg + 0x3C) argument 23 #define FLDATAR(f) (f->reg + 0x10) argument 24 #define FLDTCNTR(f) (f->reg + 0x14) argument 25 #define FLINTDMACR(f) (f->reg + 0x18) argument 26 #define FLBSYTMR(f) (f->reg + 0x1C) argument 27 #define FLBSYCNT(f) (f->reg + 0x20) argument [all …]
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/i915/ |
| D | i915_sw_fence_work.c | 9 static void fence_complete(struct dma_fence_work *f) in fence_complete() 18 struct dma_fence_work *f = container_of(work, typeof(*f), work); in fence_work() local 29 struct dma_fence_work *f = container_of(fence, typeof(*f), chain); in fence_notify() local 62 struct dma_fence_work *f = container_of(fence, typeof(*f), dma); in get_timeline_name() local 69 struct dma_fence_work *f = container_of(fence, typeof(*f), dma); in fence_release() local 83 void dma_fence_work_init(struct dma_fence_work *f, in dma_fence_work_init() 93 int dma_fence_work_chain(struct dma_fence_work *f, struct dma_fence *signal) in dma_fence_work_chain()
|
| /kernel/linux/linux-6.6/drivers/gpu/host1x/ |
| D | fence.c | 18 static const char *host1x_syncpt_fence_get_driver_name(struct dma_fence *f) in host1x_syncpt_fence_get_driver_name() 23 static const char *host1x_syncpt_fence_get_timeline_name(struct dma_fence *f) in host1x_syncpt_fence_get_timeline_name() 28 static struct host1x_syncpt_fence *to_host1x_fence(struct dma_fence *f) in to_host1x_fence() 33 static bool host1x_syncpt_fence_enable_signaling(struct dma_fence *f) in host1x_syncpt_fence_enable_signaling() 75 void host1x_fence_signal(struct host1x_syncpt_fence *f) in host1x_fence_signal() 101 struct host1x_syncpt_fence *f = in do_fence_timeout() local 147 void host1x_fence_cancel(struct dma_fence *f) in host1x_fence_cancel()
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/i915/ |
| D | i915_sw_fence_work.c | 9 static void fence_complete(struct dma_fence_work *f) in fence_complete() 18 struct dma_fence_work *f = container_of(work, typeof(*f), work); in fence_work() local 32 struct dma_fence_work *f = container_of(fence, typeof(*f), chain); in fence_notify() local 65 struct dma_fence_work *f = container_of(fence, typeof(*f), dma); in get_timeline_name() local 72 struct dma_fence_work *f = container_of(fence, typeof(*f), dma); in fence_release() local 86 void dma_fence_work_init(struct dma_fence_work *f, in dma_fence_work_init() 96 int dma_fence_work_chain(struct dma_fence_work *f, struct dma_fence *signal) in dma_fence_work_chain()
|
| /kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
| D | linked_list_fail.c | 237 void *f; in obj_drop_non_zero_off() local 262 struct foo *f; in use_after_drop() local 290 struct foo *f; in direct_read_lock() local 301 struct foo *f; in direct_write_lock() local 313 struct foo *f; in direct_read_head() local 324 struct foo *f; in direct_write_head() local 336 struct foo *f; in direct_read_node() local 347 struct foo *f; in direct_write_node() local 359 struct foo *f; in use_after_unlock() local 390 struct foo *f; in list_double_add() local [all …]
|
| /kernel/linux/linux-5.10/drivers/w1/ |
| D | w1_family.c | 24 struct w1_family *f; in w1_register_family() local 57 struct w1_family *f; in w1_unregister_family() local 89 struct w1_family *f = NULL; in w1_family_registered() local 104 static void __w1_family_put(struct w1_family *f) in __w1_family_put() 109 void w1_family_put(struct w1_family *f) in w1_family_put() 125 void __w1_family_get(struct w1_family *f) in __w1_family_get()
|