| /linux/sound/core/seq/ |
| A D | seq_fifo.c | 22 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() 225 if (snd_BUG_ON(!f || !f->pool)) in snd_seq_fifo_resize() [all …]
|
| /linux/drivers/media/test-drivers/visl/ |
| A D | visl-trace-av1.h | 62 TP_ARGS(f), 64 TP_fast_assign(__entry->f = *f;), 149 __entry->f.cdef.bits, 225 TP_ARGS(f), 227 TP_fast_assign(__entry->f = *f;), 243 __entry->f.cr_mult, 280 __entry->f.cb_mult, 283 __entry->f.cb_offset, 284 __entry->f.cr_offset 295 TP_ARGS(f) [all …]
|
| A D | visl-trace-vp8.h | 13 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/arch/s390/lib/ |
| A D | test_modules.h | 6 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/drivers/net/wireless/intel/iwlwifi/ |
| A D | iwl-debug.h | 40 #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/drivers/dma-buf/ |
| A D | st-dma-fence.c | 88 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/drivers/spi/ |
| A D | spi-nxp-fspi.c | 433 reg = fspi_readl(f, f->iobase + FSPI_INTR); in nxp_fspi_irq_handler() 536 reg = fspi_readl(f, f->iobase + FSPI_MCR0); in nxp_fspi_invalid() 648 fspi_writel(f, 0, f->iobase + FSPI_DLLACR); in nxp_fspi_dll_calibration() 649 fspi_writel(f, 0, f->iobase + FSPI_DLLBCR); in nxp_fspi_dll_calibration() 722 fspi_writel(f, 0, f->iobase + FSPI_FLSHA1CR0); in nxp_fspi_select_mem() 723 fspi_writel(f, 0, f->iobase + FSPI_FLSHA2CR0); in nxp_fspi_select_mem() 724 fspi_writel(f, 0, f->iobase + FSPI_FLSHB1CR0); in nxp_fspi_select_mem() 769 f->ahb_addr = ioremap(f->memmap_phy + f->memmap_start, in nxp_fspi_read_ahb() 1077 reg = fspi_readl(f, f->iobase + FSPI_MCR2); in nxp_fspi_default_setup() 1228 reg = fspi_readl(f, f->iobase + FSPI_INTR); in nxp_fspi_probe() [all …]
|
| /linux/tools/testing/selftests/bpf/progs/ |
| A D | linked_list_fail.c | 264 f = bpf_obj_new(typeof(*f)); in use_after_drop() 292 f = bpf_obj_new(typeof(*f)); in direct_read_lock() 303 f = bpf_obj_new(typeof(*f)); in direct_write_lock() 315 f = bpf_obj_new(typeof(*f)); in direct_read_head() 326 f = bpf_obj_new(typeof(*f)); in direct_write_head() 338 f = bpf_obj_new(typeof(*f)); in direct_read_node() 349 f = bpf_obj_new(typeof(*f)); in direct_write_node() 361 f = bpf_obj_new(typeof(*f)); in use_after_unlock() 392 f = bpf_obj_new(typeof(*f)); in list_double_add() 455 f = bpf_obj_new(typeof(*f)); in incorrect_node_var_off() [all …]
|
| /linux/scripts/ |
| A D | documentation-file-ref-check | 66 $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/drivers/gpu/drm/i915/ |
| A D | i915_sw_fence_work.c | 11 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/drivers/media/pci/ivtv/ |
| A D | ivtv-yuv.c | 230 f->tru_w, f->src_w, f->dst_w, f->src_x, f->dst_x); in ivtv_yuv_handle_horizontal() 252 if ((f->tru_x - f->pan_x > -1) && (f->tru_x - f->pan_x <= 40) && (f->dst_w >= 680)) in ivtv_yuv_handle_horizontal() 254 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() 257 if (f->dst_w >= f->src_w) in ivtv_yuv_handle_horizontal() 263 if (f->dst_w < f->src_w) in ivtv_yuv_handle_horizontal() 271 if (f->dst_w >= f->src_w) { in ivtv_yuv_handle_horizontal() 286 if (f->dst_w > f->src_w) in ivtv_yuv_handle_horizontal() 396 f->tru_h, f->src_h, f->dst_h, f->src_y, f->dst_y); in ivtv_yuv_handle_vertical() 438 if (f->dst_h / 2 >= f->src_h && !f->interlaced_y) { in ivtv_yuv_handle_vertical() 710 f->dst_y -= f->pan_y; in ivtv_yuv_window_setup() [all …]
|
| /linux/include/linux/ |
| A D | indirect_call_wrapper.h | 19 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/drivers/net/ethernet/chelsio/cxgb4/ |
| A D | cxgb4_filter.c | 812 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() 1408 f->fs.eport, f->fs.dmac); in cxgb4_set_hash_filter() 1419 f->smt = cxgb4_smt_alloc_switching(f->dev, f->fs.smac); in cxgb4_set_hash_filter() [all …]
|
| /linux/arch/riscv/kernel/ |
| A D | asm-offsets.c | 219 OFFSET(KVM_ARCH_FP_F_F0, kvm_cpu_context, fp.f.f[0]); in asm_offsets() 220 OFFSET(KVM_ARCH_FP_F_F1, kvm_cpu_context, fp.f.f[1]); in asm_offsets() 221 OFFSET(KVM_ARCH_FP_F_F2, kvm_cpu_context, fp.f.f[2]); in asm_offsets() 222 OFFSET(KVM_ARCH_FP_F_F3, kvm_cpu_context, fp.f.f[3]); in asm_offsets() 223 OFFSET(KVM_ARCH_FP_F_F4, kvm_cpu_context, fp.f.f[4]); in asm_offsets() 224 OFFSET(KVM_ARCH_FP_F_F5, kvm_cpu_context, fp.f.f[5]); in asm_offsets() 225 OFFSET(KVM_ARCH_FP_F_F6, kvm_cpu_context, fp.f.f[6]); in asm_offsets() 226 OFFSET(KVM_ARCH_FP_F_F7, kvm_cpu_context, fp.f.f[7]); in asm_offsets() 227 OFFSET(KVM_ARCH_FP_F_F8, kvm_cpu_context, fp.f.f[8]); in asm_offsets() 228 OFFSET(KVM_ARCH_FP_F_F9, kvm_cpu_context, fp.f.f[9]); in asm_offsets() [all …]
|
| /linux/include/linux/mtd/ |
| A 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 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/drivers/net/ethernet/microchip/lan966x/ |
| A D | lan966x_tc_matchall.c | 6 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/scripts/dtc/ |
| A D | treesource.c | 39 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() 208 fprintf(f, ";"); in write_propval() 220 fprintf(f, " ="); in write_propval() [all …]
|
| /linux/net/sched/ |
| A D | cls_route.c | 167 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() 511 if (!f) in route4_change() 571 if (f) in route4_change() [all …]
|
| A D | cls_fw.c | 63 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() 327 f->tp = tp; in fw_change() 336 *arg = f; in fw_change() 341 kfree(f); in fw_change() 360 for (f = rtnl_dereference(head->ht[h]); f; in fw_walk() [all …]
|
| /linux/tools/testing/selftests/bpf/ |
| A D | generate_udp_fragments.py | 35 f.write("\n") 38 f.write("\n") 40 f.write("\n") 50 f.write(f"static uint8_t frag{suffix}_{idx}[] = {{\n") 52 f.write(f"\t{chunk},\n") 53 f.write(f"}};\n") 57 f.write("\n") 61 def main(f): argument 77 frags = [f.build() for f in pkt.fragment(24)] 78 frags6 = [f.build() for f in fragment6(pkt6, 72)] [all …]
|
| /linux/tools/workqueue/ |
| A D | wq_dump.py | 71 output += f'{hex(v)} ' 76 output += f'{v:08x}' 83 return f'{"bh":{wq_type_len}}' 86 return f'{"ordered":{wq_type_len}}' 93 return f'{"percpu":{wq_type_len}}' 124 print(f' nr_pods {pt.nr_pods.value_()}') 136 print(f' cpu_pod ', end='') 210 print(f' {"":{ucpus_len}}', end='') 234 print(f' NODE {node}', end='') 237 print(f' {node:7}', end='') [all …]
|
| /linux/tools/cgroup/ |
| A D | iocost_coef_gen.py | 100 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/include/linux/ceph/ |
| A D | rados.h | 203 #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/drivers/gpu/drm/amd/amdgpu/ |
| A D | amdgpu_vm_tlb_fence.c | 53 struct amdgpu_tlb_fence *f = container_of(work, typeof(*f), work); in amdgpu_tlb_fence_work() local 56 if (f->dependency) { in amdgpu_tlb_fence_work() 59 f->dependency = NULL; in amdgpu_tlb_fence_work() 62 r = amdgpu_gmc_flush_gpu_tlb_pasid(f->adev, f->pasid, 2, true, 0); in amdgpu_tlb_fence_work() 65 f->pasid); in amdgpu_tlb_fence_work() 84 f = kmalloc(sizeof(*f), GFP_KERNEL); in amdgpu_vm_tlb_fence_create() 85 if (!f) { in amdgpu_vm_tlb_fence_create() 98 f->adev = adev; in amdgpu_vm_tlb_fence_create() 100 f->pasid = vm->pasid; in amdgpu_vm_tlb_fence_create() 104 dma_fence_init(&f->base, &amdgpu_tlb_fence_ops, &f->lock, in amdgpu_vm_tlb_fence_create() [all …]
|
| /linux/drivers/media/test-drivers/vivid/ |
| A D | vivid-touch-cap.c | 119 if (f->index) in vivid_enum_fmt_tch() 194 f->bytesperline = f->width * sizeof(s16); in vivid_set_touch() 195 f->sizeimage = f->width * f->height * sizeof(s16); in vivid_set_touch() 249 if (x < f->width - 1 && y < f->height - 1) in vivid_tch_buf_set() 256 int size = f->width * f->height; in vivid_fillbuff_tch() 290 (rand % f->height) * f->width + in vivid_fillbuff_tch() 295 x = f->width / 2; in vivid_fillbuff_tch() 307 x = f->width / 2; in vivid_fillbuff_tch() 318 for (y = f->height / 2; y < f->height; y++) in vivid_fillbuff_tch() 326 ystart = (y * f->height) / 4 + f->height / 8; in vivid_fillbuff_tch() [all …]
|