Home
last modified time | relevance | path

Searched defs:f (Results 1 – 25 of 1870) sorted by relevance

12345678910>>...75

/openbmc/qemu/include/migration/
H A Dqemu-file-types.h42 static inline unsigned int qemu_get_ubyte(QEMUFile *f) in qemu_get_ubyte()
73 static inline void qemu_get_be64s(QEMUFile *f, uint64_t *pv) in qemu_get_be64s()
78 static inline void qemu_get_be32s(QEMUFile *f, uint32_t *pv) in qemu_get_be32s()
88 static inline void qemu_get_8s(QEMUFile *f, uint8_t *pv) in qemu_get_8s()
94 static inline void qemu_put_sbe16(QEMUFile *f, int v) in qemu_put_sbe16()
99 static inline void qemu_put_sbe32(QEMUFile *f, int v) in qemu_put_sbe32()
104 static inline void qemu_put_sbe64(QEMUFile *f, int64_t v) in qemu_put_sbe64()
109 static inline int qemu_get_sbe16(QEMUFile *f) in qemu_get_sbe16()
114 static inline int qemu_get_sbe32(QEMUFile *f) in qemu_get_sbe32()
119 static inline int64_t qemu_get_sbe64(QEMUFile *f) in qemu_get_sbe64()
[all …]
/openbmc/qemu/migration/
H A Dqemu-file.c63 int qemu_file_shutdown(QEMUFile *f) in qemu_file_shutdown() argument
102 QEMUFile *f; in qemu_file_new_impl() local
205 int qemu_file_get_error(QEMUFile *f) in qemu_file_get_error()
265 int qemu_fflush(QEMUFile *f) in qemu_fflush()
355 int qemu_fclose(QEMUFile *f) in qemu_fclose()
450 void qemu_put_byte(QEMUFile *f, int v) in qemu_put_byte()
460 void qemu_file_skip(QEMUFile *f, int size) in qemu_file_skip()
612 uint64_t qemu_file_transferred(QEMUFile *f) in qemu_file_transferred()
646 unsigned int qemu_get_be16(QEMUFile *f) in qemu_get_be16()
654 unsigned int qemu_get_be32(QEMUFile *f) in qemu_get_be32()
[all …]
H A Dvmstate-types.c24 static int get_bool(QEMUFile *f, void *pv, size_t size, in get_bool()
32 static int put_bool(QEMUFile *f, void *pv, size_t size, in put_bool()
48 static int get_int8(QEMUFile *f, void *pv, size_t size, in get_int8()
56 static int put_int8(QEMUFile *f, void *pv, size_t size, in put_int8()
72 static int get_int16(QEMUFile *f, void *pv, size_t size, in get_int16()
80 static int put_int16(QEMUFile *f, void *pv, size_t size, in put_int16()
96 static int get_int32(QEMUFile *f, void *pv, size_t size, in get_int32()
104 static int put_int32(QEMUFile *f, void *pv, size_t size, in put_int32()
173 static int get_int64(QEMUFile *f, void *pv, size_t size, in get_int64()
671 QEMUFile *f; member
[all …]
/openbmc/qemu/target/hexagon/
H A Dgen_helper_funcs.py29 def gen_decl_ea(f): argument
45 def gen_helper_arg(f, regtype, regid, regno): argument
51 def gen_helper_arg_new(f, regtype, regid, regno): argument
57 def gen_helper_arg_pair(f, regtype, regid, regno): argument
63 def gen_helper_arg_ext(f, regtype, regid, regno): argument
75 def gen_helper_arg_opn(f, regtype, regid, i, tag): argument
95 def gen_helper_arg_imm(f, immlett): argument
107 def gen_helper_dest_decl_ext(f, regtype, regid): argument
141 def gen_helper_src_var_ext(f, regtype, regid): argument
160 def gen_helper_return(f, regtype, regid, regno): argument
[all …]
H A Dgen_tcg_funcs.py29 def gen_decl_ea_tcg(f, tag): argument
59 def genptr_decl(f, tag, regtype, regid, regno): argument
226 def genptr_decl_opn(f, tag, regtype, regid, i): argument
240 def genptr_decl_imm(f, immlett): argument
248 def genptr_src_read(f, tag, regtype, regid): argument
334 def genptr_src_read_new(f, regtype, regid): argument
378 def gen_helper_decl_imm(f, immlett): argument
385 def gen_helper_call_imm(f, immlett): argument
394 def genptr_dst_write(f, tag, regtype, regid): argument
495 def gen_tcg_func(f, tag, regs, imms): argument
[all …]
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/
H A Diwl-debug.h43 #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
193 #define IWL_DEBUG_DROP_LIMIT(p, f, a...) \ argument
197 #define IWL_DEBUG_RATE_LIMIT(p, f, a...) \ argument
199 #define IWL_DEBUG_ASSOC(p, f, a...) \ argument
[all …]
/openbmc/linux/drivers/net/ethernet/ibm/emac/
H A Ddebug.h32 # define DBG(d,f,x...) EMAC_DBG(d, emac, 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
49 # define DBG2(f,x...) ((void)0) argument
50 # define MAL_DBG2(d,f,x...) ((void)0) argument
51 # define ZMII_DBG2(d,f,x...) ((void)0) argument
[all …]
/openbmc/linux/include/linux/
H A Dindirect_call_wrapper.h17 #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
46 #define INDIRECT_CALLABLE_DECLARE(f) argument
48 #define EXPORT_INDIRECT_CALLABLE(f) argument
[all …]
/openbmc/linux/include/linux/ceph/
H A Dceph_frag.h27 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()
/openbmc/linux/arch/powerpc/kernel/
H A Ddt_cpu_ftrs.c171 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()
461 static int __init feat_enable_tm(struct dt_cpu_feature *f) in feat_enable_tm()
471 static int __init feat_enable_fp(struct dt_cpu_feature *f) in feat_enable_fp()
492 static int __init feat_enable_vsx(struct dt_cpu_feature *f) in feat_enable_vsx()
511 static int __init feat_enable_ebb(struct dt_cpu_feature *f) in feat_enable_ebb()
882 struct dt_cpu_feature *f; in process_cpufeatures_node() local
[all …]
/openbmc/linux/drivers/dma-buf/
H A Dst-dma-fence.c85 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
163 struct dma_fence *f; in test_add_callback() local
190 struct dma_fence *f; in test_late_add_callback() local
221 struct dma_fence *f; in test_rm_callback() local
253 struct dma_fence *f; in test_late_rm_callback() local
284 struct dma_fence *f; in test_status() local
312 struct dma_fence *f; in test_error() local
343 struct dma_fence *f; in test_wait() local
[all …]
/openbmc/u-boot/examples/standalone/
H A Dstubs.c18 #define EXPORT_FUNC(f, a, x, ...) \ argument
31 #define EXPORT_FUNC(f, a, x, ...) \ argument
46 #define EXPORT_FUNC(f, a, x, ...) \ argument
59 #define EXPORT_FUNC(f, a, x, ...) \ argument
76 #define EXPORT_FUNC(f, a, x, ...) \ argument
92 #define EXPORT_FUNC(f, a, x, ...) \ argument
105 #define EXPORT_FUNC(f, a, x, ...) \ argument
121 #define EXPORT_FUNC(f, a, x, ...) \ argument
167 #define EXPORT_FUNC(f, a, x, ...) \ argument
180 #define EXPORT_FUNC(f, a, x, ...) \ argument
[all …]
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Ddebug.h54 #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
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
65 #define brcms_dbg_dma(core, f, a...) brcms_dbg(core, BRCM_DL_DMA, f, ##a) argument
[all …]
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_tc_u32_parse.h45 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 …]
/openbmc/linux/sound/core/seq/
H A Dseq_fifo.c20 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()
/openbmc/linux/include/linux/mtd/
H A Dsh_flctl.h18 #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
26 #define FLBSYTMR(f) (f->reg + 0x1C) argument
27 #define FLBSYCNT(f) (f->reg + 0x20) argument
28 #define FLDTFIFO(f) (f->reg + 0x24) argument
[all …]
/openbmc/linux/drivers/gpu/host1x/
H A Dfence.c18 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()
/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_sw_fence_work.c9 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()
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dlinked_list_fail.c237 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 …]
/openbmc/phosphor-logging/lib/include/phosphor-logging/lg2/
H A Dconversion.hpp92 static auto log_convert(const char* h, log_flag<Fs...> f, V v) in log_convert()
109 static auto log_convert(const char* h, log_flag<Fs...> f, V v) in log_convert()
125 static auto log_convert(const char* h, log_flag<Fs...> f, V v) in log_convert()
145 static auto log_convert(const char* h, log_flag<Fs...> f, V v) in log_convert()
165 static auto log_convert(const char* h, log_flag<Fs...> f, V v) in log_convert()
226 static auto log_convert(const char* h, log_flag<Fs...> f, V v) in log_convert()
250 static auto log_convert(const char* h, log_flag<Fs...> f, V&& v) in log_convert()
270 static auto log_convert(const char* h, log_flag<Fs...> f, V&& v) in log_convert()
289 static auto log_convert(const char* h, log_flag<Fs...> f, V&& v) in log_convert()
308 static auto log_convert(const char* h, log_flag<Fs...> f, V&& v) in log_convert()
[all …]
/openbmc/qemu/tests/unit/
H A Dtest-opts-visitor.c36 setup_fixture(OptsVisitorFixture *f, gconstpointer test_data) in setup_fixture()
54 teardown_fixture(OptsVisitorFixture *f, gconstpointer test_data) in teardown_fixture()
63 void (*test_func)(OptsVisitorFixture *f, gconstpointer test_data), in add_test()
73 expect_ok(OptsVisitorFixture *f, gconstpointer test_data) in expect_ok()
81 expect_fail(OptsVisitorFixture *f, gconstpointer test_data) in expect_fail()
96 test_value(OptsVisitorFixture *f, gconstpointer test_data) in test_value()
135 expect_i64_min(OptsVisitorFixture *f, gconstpointer test_data) in expect_i64_min()
145 expect_i64_max(OptsVisitorFixture *f, gconstpointer test_data) in expect_i64_max()
155 expect_zero(OptsVisitorFixture *f, gconstpointer test_data) in expect_zero()
165 expect_u64_max(OptsVisitorFixture *f, gconstpointer test_data) in expect_u64_max()
/openbmc/linux/drivers/w1/
H A Dw1_family.c24 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()
/openbmc/linux/drivers/char/mwave/
H A Dmwavedd.h74 #define PRINTK_1(f,s) \ argument
79 #define PRINTK_2(f,s,v1) \ argument
84 #define PRINTK_3(f,s,v1,v2) \ argument
115 #define PRINTK_1(f,s) argument
116 #define PRINTK_2(f,s,v1) argument
117 #define PRINTK_3(f,s,v1,v2) argument
118 #define PRINTK_4(f,s,v1,v2,v3) argument
119 #define PRINTK_5(f,s,v1,v2,v3,v4) argument
120 #define PRINTK_6(f,s,v1,v2,v3,v4,v5) argument
121 #define PRINTK_7(f,s,v1,v2,v3,v4,v5,v6) argument
[all …]
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_amdkfd_fence.c85 struct amdgpu_amdkfd_fence *to_amdgpu_amdkfd_fence(struct dma_fence *f) in to_amdgpu_amdkfd_fence()
99 static const char *amdkfd_fence_get_driver_name(struct dma_fence *f) in amdkfd_fence_get_driver_name()
104 static const char *amdkfd_fence_get_timeline_name(struct dma_fence *f) in amdkfd_fence_get_timeline_name()
119 static bool amdkfd_fence_enable_signaling(struct dma_fence *f) in amdkfd_fence_enable_signaling()
147 static void amdkfd_fence_release(struct dma_fence *f) in amdkfd_fence_release()
171 bool amdkfd_fence_check_mm(struct dma_fence *f, struct mm_struct *mm) in amdkfd_fence_check_mm()
/openbmc/linux/drivers/net/ethernet/pensando/ionic/
H A Dionic_rx_filter.c27 struct ionic_rx_filter *f; in ionic_rx_filter_replay() local
109 struct ionic_rx_filter *f; in ionic_rx_filters_deinit() local
129 struct ionic_rx_filter *f = NULL; in ionic_rx_filter_save() local
187 struct ionic_rx_filter *f; in ionic_rx_filter_by_vlan() local
207 struct ionic_rx_filter *f; in ionic_rx_filter_by_addr() local
226 struct ionic_rx_filter *f; in ionic_rx_filter_rxsteer() local
259 struct ionic_rx_filter *f; in ionic_lif_list_addr() local
310 struct ionic_rx_filter *f; in ionic_lif_filter_add() local
477 struct ionic_rx_filter *f; in ionic_lif_filter_del() local
555 struct ionic_rx_filter f; member
[all …]

12345678910>>...75