Searched refs:rf (Results 1 - 25 of 216) sorted by last modified time

123456789

/linux-master/drivers/base/regmap/
H A Dregmap.c1258 struct regmap_field *rf; local
1261 rf = kcalloc(num_fields, sizeof(*rf), GFP_KERNEL);
1262 if (!rf)
1266 regmap_field_init(&rf[i], regmap, reg_field[i]);
1267 rm_field[i] = &rf[i];
1294 struct regmap_field *rf; local
1297 rf = devm_kcalloc(dev, num_fields, sizeof(*rf), GFP_KERNEL);
1298 if (!rf)
[all...]
/linux-master/rust/
H A DMakefile174 rm -rf $(objtree)/$(obj)/test/doctests/kernel; \
238 rm -rf $(objtree)/$(obj)/test; \
/linux-master/kernel/sched/
H A Dfair.c4831 static int newidle_balance(struct rq *this_rq, struct rq_flags *rf);
5151 static inline int newidle_balance(struct rq *rq, struct rq_flags *rf) argument
5936 struct rq_flags rf; local
5938 rq_lock(rq, &rf);
5968 rq_unlock(rq, &rf);
6014 struct rq_flags rf; local
6028 rq_lock_irqsave(rq, &rf);
6067 rq_unlock_irqrestore(rq, &rf);
6074 rq_lock_irqsave(rq, &rf);
6081 rq_unlock_irqrestore(rq, &rf);
8263 balance_fair(struct rq *rq, struct task_struct *prev, struct rq_flags *rf) argument
8398 pick_next_task_fair(struct rq *rq, struct task_struct *prev, struct rq_flags *rf) argument
9213 struct rq_flags rf; local
9229 struct rq_flags rf; local
9430 struct rq_flags rf; local
11267 struct rq_flags rf; local
11578 struct rq_flags rf; local
12158 struct rq_flags rf; local
12289 newidle_balance(struct rq *this_rq, struct rq_flags *rf) argument
12639 struct rq_flags rf; local
12896 struct rq_flags rf; local
12992 struct rq_flags rf; local
13046 struct rq_flags rf; local
[all...]
H A Dsched.h1613 * copy of the (on-stack) 'struct rq_flags rf'.
1617 static inline void rq_pin_lock(struct rq *rq, struct rq_flags *rf) argument
1619 rf->cookie = lockdep_pin_lock(__rq_lockp(rq));
1623 rf->clock_update_flags = 0;
1630 static inline void rq_unpin_lock(struct rq *rq, struct rq_flags *rf) argument
1634 rf->clock_update_flags = RQCF_UPDATED;
1637 lockdep_unpin_lock(__rq_lockp(rq), rf->cookie);
1640 static inline void rq_repin_lock(struct rq *rq, struct rq_flags *rf) argument
1642 lockdep_repin_lock(__rq_lockp(rq), rf->cookie);
1646 * Restore the value we stashed in @rf fo
[all...]
H A Dcore.c628 struct rq *__task_rq_lock(struct task_struct *p, struct rq_flags *rf)
639 rq_pin_lock(rq, rf);
652 struct rq *task_rq_lock(struct task_struct *p, struct rq_flags *rf)
659 raw_spin_lock_irqsave(&p->pi_lock, rf->flags);
680 rq_pin_lock(rq, rf);
684 raw_spin_unlock_irqrestore(&p->pi_lock, rf->flags);
791 struct rq_flags rf; local
795 rq_lock(rq, &rf);
798 rq_unlock(rq, &rf);
819 struct rq_flags rf; local
1753 struct rq_flags rf; local
2294 struct rq_flags rf; local
2520 move_queued_task(struct rq *rq, struct rq_flags *rf, struct task_struct *p, int new_cpu) argument
2566 __migrate_task(struct rq *rq, struct rq_flags *rf, struct task_struct *p, int dest_cpu) argument
2590 struct rq_flags rf; local
3205 struct rq_flags rf; local
3249 struct rq_flags rf; local
3773 ttwu_do_activate(struct rq *rq, struct task_struct *p, int wake_flags, struct rq_flags *rf) argument
3852 struct rq_flags rf; local
3880 struct rq_flags rf; local
4050 struct rq_flags rf; local
4438 struct rq_flags rf; local
4879 struct rq_flags rf; local
5138 prepare_lock_switch(struct rq *rq, struct task_struct *next, struct rq_flags *rf) argument
5353 context_switch(struct rq *rq, struct task_struct *prev, struct task_struct *next, struct rq_flags *rf) argument
5575 struct rq_flags rf; local
5670 struct rq_flags rf; local
5990 put_prev_task_balance(struct rq *rq, struct task_struct *prev, struct rq_flags *rf) argument
6016 __pick_next_task(struct rq *rq, struct task_struct *prev, struct rq_flags *rf) argument
6108 pick_next_task(struct rq *rq, struct task_struct *prev, struct rq_flags *rf) argument
6552 pick_next_task(struct rq *rq, struct task_struct *prev, struct rq_flags *rf) argument
6621 struct rq_flags rf; local
7155 struct rq_flags rf; local
7712 struct rq_flags rf; local
8557 struct rq_flags rf; local
9393 struct rq_flags rf; local
9439 struct rq_flags rf; local
9534 struct rq_flags rf; local
9661 struct rq_flags rf; local
9706 struct rq_flags rf; local
9843 struct rq_flags rf; local
[all...]
/linux-master/
H A DMakefile1945 | xargs rm -rf
2046 cmd_rmfiles = rm -rf $(rm-files)
/linux-master/drivers/net/ethernet/stmicro/stmmac/
H A Ddwxgmac2_core.c1163 entry->val.rf = 0;
/linux-master/drivers/media/platform/mediatek/vcodec/decoder/vdec/
H A Dvdec_vp9_req_lat_if.c661 struct vdec_vp9_slice_frame *rf; local
671 rf = &remote_vsi->frame;
673 memcpy(&f->ch, &rf->ch, sizeof(f->ch));
674 memcpy(&f->uh.dequant, &rf->uh.dequant, sizeof(f->uh.dequant));
/linux-master/tools/testing/selftests/net/mptcp/
H A Dmptcp_join.sh167 rm -rf $evts_ns1 $evts_ns2
/linux-master/arch/x86/
H A DMakefile320 $(Q)rm -rf $(objtree)/arch/i386
321 $(Q)rm -rf $(objtree)/arch/x86_64
/linux-master/tools/testing/selftests/net/
H A Dtest_vxlan_mdb.sh913 rm -rf $batch_file
/linux-master/tools/lib/bpf/
H A DMakefile267 $(call QUIET_CLEAN, libbpf) $(RM) -rf $(CMD_TARGETS) \
/linux-master/scripts/package/
H A Dkernel.spec96 rm -rf %{buildroot}
109 rm -rf "/boot/dtb-%{KERNELRELEASE}"
/linux-master/scripts/package/debian/
H A Drules79 $(Q)rm -rf debian/deb-env.vars* debian/*.files
/linux-master/scripts/
H A DMakefile.package134 rm -rf $(objtree)/snap
/linux-master/tools/verification/rv/
H A DMakefile85 $(Q)rm -rf feature
/linux-master/tools/tracing/rtla/
H A DMakefile85 $(Q)rm -rf feature
H A DMakefile.standalone26 @rm -rf *~ $(OBJ) *.tar.$(CEXT)
/linux-master/tools/tracing/latency/
H A DMakefile92 $(Q)rm -rf feature
/linux-master/drivers/infiniband/hw/irdma/
H A Dverbs.c16 struct irdma_pci_f *rf = iwdev->rf; local
17 struct pci_dev *pcidev = iwdev->rf->pcidev;
18 struct irdma_hw_attrs *hw_attrs = &rf->sc_dev.hw_attrs;
26 props->fw_ver = (u64)irdma_fw_major_ver(&rf->sc_dev) << 32 |
27 irdma_fw_minor_ver(&rf->sc_dev);
34 props->hw_ver = rf->pcidev->revision;
37 props->max_qp = rf->max_qp - rf->used_qps;
41 props->max_cq = rf
378 struct irdma_pci_f *rf = iwdev->rf; local
733 struct irdma_pci_f *rf = iwqp->iwdev->rf; local
882 struct irdma_pci_f *rf = iwdev->rf; local
1784 irdma_cq_free_rsrc(struct irdma_pci_f *rf, struct irdma_cq *iwcq) argument
1897 struct irdma_pci_f *rf; local
2048 struct irdma_pci_f *rf = iwdev->rf; local
2417 irdma_setup_pbles(struct irdma_pci_f *rf, struct irdma_mr *iwmr, u8 lvl) argument
4078 mcast_list_add(struct irdma_pci_f *rf, struct mc_table_list *new_elem) argument
4099 mcast_list_lookup_ip(struct irdma_pci_f *rf, u32 *ip_mcast) argument
4189 struct irdma_pci_f *rf = iwdev->rf; local
4329 struct irdma_pci_f *rf = iwdev->rf; local
4393 struct irdma_pci_f *rf = iwdev->rf; local
4438 struct irdma_pci_f *rf = iwdev->rf; local
[all...]
/linux-master/include/linux/mlx5/
H A Dmlx5_ifc.h1660 u8 rf[0x1]; member in struct:mlx5_ifc_cmd_hca_cap_bits
/linux-master/drivers/media/tuners/
H A Dtda18271-fe.c104 /* update rf top / if top */
401 /* launch the rf tracking filters calibration */
563 int bcal, rf, i; local
582 for (rf = RF1; rf <= RF3; rf++) {
583 if (0 == rf_default[rf])
585 tda_cal("freq = %d, rf = %d\n", freq, rf);
588 bcal = tda18271_powerscan(fe, &rf_default[rf],
[all...]
/linux-master/tools/testing/selftests/mm/
H A Dhugetlb_reparenting_test.sh53 rm -rf "$MNT"/* 2>/dev/null
192 rm -rf /mnt/huge/*
219 rm -rf "$MNT"/*
243 rm -rf "$MNT"/*
254 rm -rf $CGROUP_ROOT
H A Dcharge_reserved_hugetlb.sh55 rm -rf /mnt/huge/*
263 rm -rf /mnt/huge/*
/linux-master/tools/perf/tests/shell/
H A Dstat_metrics_values.sh21 rm -rf $tmpdir

Completed in 530 milliseconds

123456789