Home
last modified time | relevance | path

Searched refs:f (Results 1 – 25 of 2731) sorted by relevance

12345678910>>...110

/linux-6.3-rc2/sound/core/seq/
A Dseq_fifo.c22 f = kzalloc(sizeof(*f), GFP_KERNEL); in snd_seq_fifo_new()
23 if (!f) in snd_seq_fifo_new()
28 kfree(f); in snd_seq_fifo_new()
33 kfree(f); in snd_seq_fifo_new()
44 f->cells = 0; in snd_seq_fifo_new()
46 return f; in snd_seq_fifo_new()
55 f = *fifo; in snd_seq_fifo_delete()
60 if (f->pool) in snd_seq_fifo_delete()
77 kfree(f); in snd_seq_fifo_delete()
230 if (snd_BUG_ON(!f || !f->pool)) in snd_seq_fifo_resize()
[all …]
/linux-6.3-rc2/drivers/media/test-drivers/visl/
A Dvisl-trace-vp8.h13 TP_ARGS(f),
15 TP_fast_assign(__entry->f = *f;),
39 TP_ARGS(f),
41 TP_fast_assign(__entry->f = *f;),
98 __entry->f.lf.level,
112 __entry->f.width,
113 __entry->f.height,
116 __entry->f.version,
120 __entry->f.prob_gf,
142 TP_ARGS(f)
[all …]
/linux-6.3-rc2/arch/s390/lib/
A Dtest_modules.h6 f(x ## 0); \
7 f(x ## 1); \
8 f(x ## 2); \
9 f(x ## 3); \
10 f(x ## 4); \
11 f(x ## 5); \
12 f(x ## 6); \
13 f(x ## 7); \
14 f(x ## 8); \
15 f(x ## 9)
[all …]
/linux-6.3-rc2/drivers/net/wireless/intel/iwlwifi/
A Diwl-debug.h40 #define CHECK_FOR_NEWLINE(f) BUILD_BUG_ON(f[sizeof(f) - 2] != '\n') argument
181 #define IWL_DEBUG_RX(p, f, a...) IWL_DEBUG(p, IWL_DL_RX, f, ## a) argument
182 #define IWL_DEBUG_TX(p, f, a...) IWL_DEBUG(p, IWL_DL_TX, f, ## a) argument
183 #define IWL_DEBUG_ISR(p, f, a...) IWL_DEBUG(p, IWL_DL_ISR, f, ## a) argument
184 #define IWL_DEBUG_WEP(p, f, a...) IWL_DEBUG(p, IWL_DL_WEP, f, ## a) argument
185 #define IWL_DEBUG_HC(p, f, a...) IWL_DEBUG(p, IWL_DL_HCMD, f, ## a) argument
187 #define IWL_DEBUG_TE(p, f, a...) IWL_DEBUG(p, IWL_DL_TE, f, ## a) argument
190 #define IWL_DEBUG_FW(p, f, a...) IWL_DEBUG(p, IWL_DL_FW, f, ## a) argument
203 #define IWL_DEBUG_HT(p, f, a...) IWL_DEBUG(p, IWL_DL_HT, f, ## a) argument
212 #define IWL_DEBUG_11H(p, f, a...) IWL_DEBUG(p, IWL_DL_11H, f, ## a) argument
[all …]
/linux-6.3-rc2/drivers/dma-buf/
A Dst-dma-fence.c88 if (!f) in mock_fence()
92 dma_fence_init(&f->base, &mock_ops, &f->lock, 0, 0); in mock_fence()
102 if (!f) in sanitycheck()
119 if (!f) in test_signaling()
167 if (!f) in test_add_callback()
194 if (!f) in test_late_add_callback()
225 if (!f) in test_rm_callback()
257 if (!f) in test_late_rm_callback()
288 if (!f) in test_status()
316 if (!f) in test_error()
[all …]
/linux-6.3-rc2/drivers/spi/
A Dspi-nxp-fspi.c414 reg = fspi_readl(f, f->iobase + FSPI_INTR); in nxp_fspi_irq_handler()
517 reg = fspi_readl(f, f->iobase + FSPI_MCR0); in nxp_fspi_invalid()
670 fspi_writel(f, 0, f->iobase + FSPI_FLSHA1CR0); in nxp_fspi_select_mem()
671 fspi_writel(f, 0, f->iobase + FSPI_FLSHA2CR0); in nxp_fspi_select_mem()
672 fspi_writel(f, 0, f->iobase + FSPI_FLSHB1CR0); in nxp_fspi_select_mem()
673 fspi_writel(f, 0, f->iobase + FSPI_FLSHB2CR0); in nxp_fspi_select_mem()
702 if ((!f->ahb_addr) || start < f->memmap_start || in nxp_fspi_read_ahb()
711 f->ahb_addr = ioremap_wc(f->memmap_phy + f->memmap_start, in nxp_fspi_read_ahb()
1013 reg = fspi_readl(f, f->iobase + FSPI_MCR2); in nxp_fspi_default_setup()
1153 reg = fspi_readl(f, f->iobase + FSPI_INTR); in nxp_fspi_probe()
[all …]
/linux-6.3-rc2/scripts/
A Ddocumentation-file-ref-check66 $f = "$f.rst";
69 $f = "$d$f.rst";
88 my $f = $1;
95 next if ($f =~ m/Makefile/ || $f =~ m/\.sh$/);
187 my $f="";
192 if (!$f) {
195 $f=$new_ref if (-f $new_ref);
211 if (!$f) {
217 if (!$f) {
223 if (!$f) {
[all …]
/linux-6.3-rc2/tools/testing/selftests/bpf/progs/
A Dlinked_list_fail.c266 f = bpf_obj_new(typeof(*f)); in use_after_drop()
294 f = bpf_obj_new(typeof(*f)); in direct_read_lock()
305 f = bpf_obj_new(typeof(*f)); in direct_write_lock()
317 f = bpf_obj_new(typeof(*f)); in direct_read_head()
328 f = bpf_obj_new(typeof(*f)); in direct_write_head()
340 f = bpf_obj_new(typeof(*f)); in direct_read_node()
351 f = bpf_obj_new(typeof(*f)); in direct_write_node()
363 f = bpf_obj_new(typeof(*f)); in use_after_unlock()
391 f = bpf_obj_new(typeof(*f)); in list_double_add()
449 f = bpf_obj_new(typeof(*f)); in incorrect_node_var_off()
[all …]
A Dlinked_list.c18 struct foo *f; in list_push_pop() local
20 f = bpf_obj_new(typeof(*f)); in list_push_pop()
21 if (!f) in list_push_pop()
44 f->data = 42; in list_push_pop()
61 f->data = 13; in list_push_pop()
109 f[i] = bpf_obj_new(typeof(**f)); in list_push_pop_multiple()
110 if (!f[i]) in list_push_pop_multiple()
114 f[i + 1] = bpf_obj_new(typeof(**f)); in list_push_pop_multiple()
185 f = bpf_obj_new(typeof(*f)); in list_in_list()
186 if (!f) in list_in_list()
[all …]
/linux-6.3-rc2/drivers/gpu/drm/i915/
A Di915_sw_fence_work.c11 if (f->ops->release) in fence_complete()
12 f->ops->release(f); in fence_complete()
18 struct dma_fence_work *f = container_of(work, typeof(*f), work); in fence_work() local
20 f->ops->work(f); in fence_work()
22 fence_complete(f); in fence_work()
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
86 f->ops = ops; in dma_fence_work_init()
88 dma_fence_init(&f->dma, &fence_ops, &f->lock, 0, 0); in dma_fence_work_init()
[all …]
/linux-6.3-rc2/drivers/media/pci/ivtv/
A Divtv-yuv.c224 f->tru_w, f->src_w, f->dst_w, f->src_x, f->dst_x); in ivtv_yuv_handle_horizontal()
246 if ((f->tru_x - f->pan_x > -1) && (f->tru_x - f->pan_x <= 40) && (f->dst_w >= 680)) in ivtv_yuv_handle_horizontal()
248 else if ((f->tru_x - f->pan_x < 0) && (f->tru_x - f->pan_x >= -20) && (f->dst_w >= 660)) in ivtv_yuv_handle_horizontal()
251 if (f->dst_w >= f->src_w) in ivtv_yuv_handle_horizontal()
257 if (f->dst_w < f->src_w) in ivtv_yuv_handle_horizontal()
265 if (f->dst_w >= f->src_w) { in ivtv_yuv_handle_horizontal()
280 if (f->dst_w > f->src_w) in ivtv_yuv_handle_horizontal()
390 f->tru_h, f->src_h, f->dst_h, f->src_y, f->dst_y); in ivtv_yuv_handle_vertical()
432 if (f->dst_h / 2 >= f->src_h && !f->interlaced_y) { in ivtv_yuv_handle_vertical()
704 f->dst_y -= f->pan_y; in ivtv_yuv_window_setup()
[all …]
/linux-6.3-rc2/arch/riscv/kernel/
A Dasm-offsets.c203 OFFSET(KVM_ARCH_FP_F_F0, kvm_cpu_context, fp.f.f[0]); in asm_offsets()
204 OFFSET(KVM_ARCH_FP_F_F1, kvm_cpu_context, fp.f.f[1]); in asm_offsets()
205 OFFSET(KVM_ARCH_FP_F_F2, kvm_cpu_context, fp.f.f[2]); in asm_offsets()
206 OFFSET(KVM_ARCH_FP_F_F3, kvm_cpu_context, fp.f.f[3]); in asm_offsets()
207 OFFSET(KVM_ARCH_FP_F_F4, kvm_cpu_context, fp.f.f[4]); in asm_offsets()
208 OFFSET(KVM_ARCH_FP_F_F5, kvm_cpu_context, fp.f.f[5]); in asm_offsets()
209 OFFSET(KVM_ARCH_FP_F_F6, kvm_cpu_context, fp.f.f[6]); in asm_offsets()
210 OFFSET(KVM_ARCH_FP_F_F7, kvm_cpu_context, fp.f.f[7]); in asm_offsets()
211 OFFSET(KVM_ARCH_FP_F_F8, kvm_cpu_context, fp.f.f[8]); in asm_offsets()
212 OFFSET(KVM_ARCH_FP_F_F9, kvm_cpu_context, fp.f.f[9]); in asm_offsets()
[all …]
/linux-6.3-rc2/include/linux/
A Dindirect_call_wrapper.h19 likely(f == f1) ? f1(__VA_ARGS__) : f(__VA_ARGS__); \
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
60 #define INDIRECT_CALL_INET(f, f2, f1, ...) INDIRECT_CALL_1(f, f1, __VA_ARGS__) argument
62 #define INDIRECT_CALL_INET(f, f2, f1, ...) f(__VA_ARGS__) argument
66 #define INDIRECT_CALL_INET_1(f, f1, ...) INDIRECT_CALL_1(f, f1, __VA_ARGS__) argument
[all …]
/linux-6.3-rc2/drivers/net/ethernet/chelsio/cxgb4/
A Dcxgb4_filter.c812 if (f->fs.newdmac || f->fs.newvlan) { in set_filter_wr()
815 f->fs.eport, f->fs.dmac); in set_filter_wr()
826 f->smt = cxgb4_smt_alloc_switching(f->dev, f->fs.smac); in set_filter_wr()
1003 memset(f, 0, sizeof(*f)); in clear_filter()
1015 if (f->valid || f->pending) in clear_all_filters()
1027 if (f->valid || f->pending) in clear_all_filters()
1041 if (f && (f->valid || f->pending)) in clear_all_filters()
1049 if (f && (f->valid || f->pending)) in clear_all_filters()
1407 f->fs.eport, f->fs.dmac); in cxgb4_set_hash_filter()
1418 f->smt = cxgb4_smt_alloc_switching(f->dev, f->fs.smac); in cxgb4_set_hash_filter()
[all …]
A Dcxgb4_tc_u32_parse.h64 f->val.frag = 1; in cxgb4_fill_ipv4_frag()
65 f->mask.frag = 1; in cxgb4_fill_ipv4_frag()
67 f->val.frag = 0; in cxgb4_fill_ipv4_frag()
68 f->mask.frag = 1; in cxgb4_fill_ipv4_frag()
88 memcpy(&f->val.fip[0], &val, sizeof(u32)); in cxgb4_fill_ipv4_src_ip()
89 memcpy(&f->mask.fip[0], &mask, sizeof(u32)); in cxgb4_fill_ipv4_src_ip()
97 memcpy(&f->val.lip[0], &val, sizeof(u32)); in cxgb4_fill_ipv4_dst_ip()
221 f->val.fport = ntohl(val) >> 16; in cxgb4_fill_l4_ports()
222 f->mask.fport = ntohl(mask) >> 16; in cxgb4_fill_l4_ports()
223 f->val.lport = ntohl(val) & 0x0000FFFF; in cxgb4_fill_l4_ports()
[all …]
/linux-6.3-rc2/include/linux/mtd/
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 …]
/linux-6.3-rc2/scripts/dtc/
A Dtreesource.c39 fputc('\t', f); in write_prefix()
58 fprintf(f, "\""); in write_propval_string()
63 fprintf(f, "\\a"); in write_propval_string()
66 fprintf(f, "\\b"); in write_propval_string()
69 fprintf(f, "\\t"); in write_propval_string()
72 fprintf(f, "\\n"); in write_propval_string()
99 fprintf(f, "\""); in write_propval_string()
123 fputc(' ', f); in write_propval_int()
184 fprintf(f, ";"); in write_propval()
196 fprintf(f, " ="); in write_propval()
[all …]
/linux-6.3-rc2/drivers/net/ethernet/microchip/lan966x/
A Dlan966x_tc_matchall.c6 struct tc_cls_matchall_offload *f, in lan966x_tc_matchall_add() argument
12 NL_SET_ERR_MSG_MOD(f->common.extack, in lan966x_tc_matchall_add()
17 act = &f->rule->action.entries[0]; in lan966x_tc_matchall_add()
21 f->cookie, ingress, in lan966x_tc_matchall_add()
22 f->common.extack); in lan966x_tc_matchall_add()
28 act->chain_index, f->cookie, in lan966x_tc_matchall_add()
29 f->common.extack); in lan966x_tc_matchall_add()
45 f->common.extack); in lan966x_tc_matchall_del()
49 f->common.extack); in lan966x_tc_matchall_del()
51 return lan966x_goto_port_del(port, f->cookie, f->common.extack); in lan966x_tc_matchall_del()
[all …]
/linux-6.3-rc2/net/sched/
A Dcls_route.c167 f; in route4_classify()
168 f = rcu_dereference_bh(f->next)) in route4_classify()
173 f; in route4_classify()
174 f = rcu_dereference_bh(f->next)) in route4_classify()
179 f; in route4_classify()
180 f = rcu_dereference_bh(f->next)) in route4_classify()
235 f; in route4_get()
236 f = rtnl_dereference(f->next)) in route4_get()
506 if (!f) in route4_change()
567 if (f) in route4_change()
[all …]
A Dcls_fw.c63 for (f = rcu_dereference_bh(head->ht[fw_hash(id)]); f; in fw_classify()
64 f = rcu_dereference_bh(f->next)) { in fw_classify()
100 for (; f; f = rtnl_dereference(f->next)) { in fw_get()
102 return f; in fw_get()
119 kfree(f); in __fw_delete_filter()
258 if (f) { in fw_change()
328 f->tp = tp; in fw_change()
337 *arg = f; in fw_change()
342 kfree(f); in fw_change()
361 for (f = rtnl_dereference(head->ht[h]); f; in fw_walk()
[all …]
/linux-6.3-rc2/tools/cgroup/
A Diocost_coef_gen.py100 dbg(f'Running {cmd}')
103 d = json.loads(f.read())
111 f.write(elevator)
113 f.write(nomerges)
130 testfile = f'/dev/{devname}'
142 with open(elevator_path, 'r') as f:
144 with open(nomerges_path, 'r') as f:
145 nomerges = f.read().strip()
150 f.write('none')
152 f.write('1')
[all …]
/linux-6.3-rc2/include/linux/ceph/
A Drados.h203 #define __CEPH_FORALL_OSD_OPS(f) \ argument
206 f(READ, __CEPH_OSD_OP(RD, DATA, 1), "read") \
207 f(STAT, __CEPH_OSD_OP(RD, DATA, 2), "stat") \
228 f(WRITE, __CEPH_OSD_OP(WR, DATA, 1), "write") \
231 f(ZERO, __CEPH_OSD_OP(WR, DATA, 4), "zero") \
246 f(WATCH, __CEPH_OSD_OP(WR, DATA, 15), "watch") \
294 f(PULL, __CEPH_OSD_OP1(SUB, 1), "pull") \
295 f(PUSH, __CEPH_OSD_OP1(SUB, 2), "push") \
298 f(SCRUB, __CEPH_OSD_OP1(SUB, 5), "scrub") \
314 f(CALL, __CEPH_OSD_OP(RD, EXEC, 1), "call") \
[all …]
/linux-6.3-rc2/drivers/media/test-drivers/vivid/
A Dvivid-touch-cap.c122 if (f->index) in vivid_enum_fmt_tch()
197 f->bytesperline = f->width * sizeof(s16); in vivid_set_touch()
198 f->sizeimage = f->width * f->height * sizeof(s16); in vivid_set_touch()
252 if (x < f->width - 1 && y < f->height - 1) in vivid_tch_buf_set()
259 int size = f->width * f->height; in vivid_fillbuff_tch()
293 (rand % f->height) * f->width + in vivid_fillbuff_tch()
298 x = f->width / 2; in vivid_fillbuff_tch()
310 x = f->width / 2; in vivid_fillbuff_tch()
321 for (y = f->height / 2; y < f->height; y++) in vivid_fillbuff_tch()
329 ystart = (y * f->height) / 4 + f->height / 8; in vivid_fillbuff_tch()
[all …]
/linux-6.3-rc2/arch/powerpc/kernel/
A Ddt_cpu_ftrs.c336 feat_enable(f); in feat_enable_dscr()
464 feat_enable(f); in feat_enable_tm()
473 feat_enable(f); in feat_enable_fp()
482 feat_enable(f); in feat_enable_vector()
495 feat_enable(f); in feat_enable_vsx()
520 feat_enable(f); in feat_enable_ebb()
530 feat_enable(f); in feat_enable_dbell()
577 feat_enable(f); in feat_enable_mma()
716 f->name); in cpufeatures_process_feature()
723 f->name); in cpufeatures_process_feature()
[all …]
/linux-6.3-rc2/drivers/net/ethernet/pensando/ionic/
A Dionic_rx_filter.c41 memcpy(ac, &f->cmd, sizeof(f->cmd)); in ionic_rx_filter_replay()
154 if (f) { in ionic_rx_filter_save()
159 f = devm_kzalloc(dev, sizeof(*f), GFP_ATOMIC); in ionic_rx_filter_save()
160 if (!f) in ionic_rx_filter_save()
168 memcpy(&f->cmd, ac, sizeof(f->cmd)); in ionic_rx_filter_save()
236 return f; in ionic_rx_filter_rxsteer()
320 if (f) { in ionic_lif_filter_add()
367 if (f && f->state == IONIC_FILTER_STATE_SYNCED) { in ionic_lif_filter_add()
428 if (f && f->state == IONIC_FILTER_STATE_OLD) { in ionic_lif_filter_add()
483 if (!f) { in ionic_lif_filter_del()
[all …]

Completed in 127 milliseconds

12345678910>>...110