Searched defs:target (Results 226 - 250 of 911) sorted by last modified time

1234567891011>>

/linux-master/fs/bcachefs/
H A Djournal_io.c1507 unsigned target = c->opts.metadata_target ?: local
H A Dec.c1636 ec_new_stripe_head_alloc(struct bch_fs *c, unsigned target, argument
1693 __bch2_ec_stripe_head_get(struct btree_trans *trans, unsigned target, unsigned algo, unsigned redundancy, enum bch_watermark watermark) argument
1977 bch2_ec_stripe_head_get(struct btree_trans *trans, unsigned target, unsigned algo, unsigned redundancy, enum bch_watermark watermark, struct closure *cl) argument
[all...]
H A Dextents.c860 bool bch2_bkey_has_target(struct bch_fs *c, struct bkey_s_c k, unsigned target) argument
1294 bch2_bkey_ptrs_need_rebalance(struct bch_fs *c, struct bkey_s_c k, unsigned target, unsigned compression) argument
1354 unsigned target = opts->background_target; local
[all...]
H A Dec.h189 unsigned target; member in struct:ec_stripe_head
/linux-master/drivers/thunderbolt/
H A Dusb4.c1288 static int usb4_port_sb_read(struct tb_port *port, enum usb4_sb_target target, argument
1328 static int usb4_port_sb_write(struct tb_port *port, enum usb4_sb_target target, argument
1389 static int usb4_port_sb_op(struct tb_port *port, enum usb4_sb_target target, argument
/linux-master/drivers/clk/
H A Dclk.c4526 clk_core_evict_parent_cache_subtree(struct clk_core *root, const struct clk_core *target) argument
/linux-master/drivers/android/
H A Dbinder.c3840 uint32_t target; local
4077 uint32_t target; local
[all...]
/linux-master/block/
H A Dblk-iocost.c388 s64 target; member in struct:ioc_margins
1748 s64 excess, delta, target, new_hwi; local
[all...]
/linux-master/arch/x86/kvm/
H A Dlapic.c1073 struct kvm_lapic *target = vcpu->arch.apic; local
1058 kvm_apic_mda(struct kvm_vcpu *vcpu, unsigned int dest_id, struct kvm_lapic *source, struct kvm_lapic *target) argument
[all...]
/linux-master/tools/perf/util/
H A Dannotate.c284 struct addr_map_symbol target = { local
379 struct addr_map_symbol target = { local
622 char *s = strchr(ops->raw, ','), *target, *comment, prev; local
700 char *target, *comment, *s, prev; local
1750 struct addr_map_symbol target = { local
[all...]
/linux-master/tools/perf/ui/browsers/
H A Dannotate.c153 struct annotation_line *target; local
[all...]
/linux-master/tools/arch/arm64/include/uapi/asm/
H A Dkvm.h113 __u32 target; member in struct:kvm_vcpu_init
/linux-master/fs/ceph/
H A Dmds_client.c1693 __open_export_target_session(struct ceph_mds_client *mdsc, int target) argument
1715 ceph_mdsc_open_export_target_session(struct ceph_mds_client *mdsc, int target) argument
1762 detach_cap_releases(struct ceph_mds_session *session, struct list_head *target) argument
[all...]
H A Dcaps.c4070 int target, issued; local
[all...]
/linux-master/drivers/iommu/intel/
H A Dperfmon.c792 int target = cpumask_first(&iommu_pmu_cpu_mask); local
[all...]
/linux-master/net/ipv6/netfilter/
H A Dip6_tables.c539 struct xt_target *target; local
1310 struct xt_target *target; local
1683 int target; local
[all...]
/linux-master/net/ipv4/netfilter/
H A Dip_tables.c520 struct xt_target *target; local
1294 struct xt_target *target; local
1674 int target; local
[all...]
H A Darp_tables.c410 struct xt_target *target; local
1081 struct xt_target *target; local
[all...]
/linux-master/include/asm-generic/
H A Dhyperv-tlfs.h791 struct hv_device_interrupt_target target; member in struct:hv_device_interrupt_descriptor
/linux-master/arch/mips/kernel/
H A Dptrace.c217 static int gpr32_get(struct task_struct *target, argument
228 static int gpr32_set(struct task_struct *target, argument
282 static int gpr64_get(struct task_struct *target, argument
293 static int gpr64_set(struct task_struct *target, argument
413 fpr_get_fpa(struct task_struct *target, struct membuf *to) argument
426 fpr_get_msa(struct task_struct *target, struct membuf *to) argument
440 fpr_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) argument
459 fpr_set_fpa(struct task_struct *target, unsigned int *pos, unsigned int *count, const void **kbuf, const void __user **ubuf) argument
474 fpr_set_msa(struct task_struct *target, unsigned int *pos, unsigned int *count, const void **kbuf, const void __user **ubuf) argument
507 fpr_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) argument
551 fp_mode_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) argument
567 fp_mode_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) argument
602 copy_pad_fprs(struct task_struct *target, const struct user_regset *regset, struct membuf *to, unsigned int live_sz) argument
622 msa_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) argument
652 msa_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) argument
700 dsp32_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) argument
721 dsp32_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) argument
766 dsp64_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) argument
787 dsp64_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) argument
830 dsp_active(struct task_struct *target, const struct user_regset *regset) argument
[all...]
/linux-master/net/bridge/netfilter/
H A Debtables.c687 struct xt_target *target; local
1675 const struct xt_target *target = t->u.target; local
[all...]
/linux-master/fs/xfs/
H A Dxfs_buf.c219 _xfs_buf_alloc( struct xfs_buftarg *target, struct xfs_buf_map *map, int nmaps, xfs_buf_flags_t flags, struct xfs_buf **bpp) argument
845 xfs_buf_read_map( struct xfs_buftarg *target, struct xfs_buf_map *map, int nmaps, xfs_buf_flags_t flags, struct xfs_buf **bpp, const struct xfs_buf_ops *ops, xfs_failaddr_t fa) argument
930 xfs_buf_readahead_map( struct xfs_buftarg *target, struct xfs_buf_map *map, int nmaps, const struct xfs_buf_ops *ops) argument
957 xfs_buf_read_uncached( struct xfs_buftarg *target, xfs_daddr_t daddr, size_t numblks, xfs_buf_flags_t flags, struct xfs_buf **bpp, const struct xfs_buf_ops *ops) argument
993 xfs_buf_get_uncached( struct xfs_buftarg *target, size_t numblks, xfs_buf_flags_t flags, struct xfs_buf **bpp) argument
[all...]
/linux-master/fs/smb/client/
H A Ddfs_cache.c385 struct cache_dfs_tgt *target; local
623 struct cache_dfs_tgt *target; local
756 setup_referral(const char *path, struct cache_entry *ce, struct dfs_info3_param *ref, const char *target) argument
1019 parse_target_share(const char *target, char **share) argument
[all...]
H A Ddfs.c462 const char *target = dfs_cache_get_tgt_name(tit); local
328 update_server_fullpath(struct TCP_Server_Info *server, struct cifs_sb_info *cifs_sb, const char *target) argument
[all...]
/linux-master/fs/nfsd/
H A Dnfs4state.c2444 static void copy_verf(struct nfs4_client *target, nfs4_verifier *source) argument
2450 static void copy_clid(struct nfs4_client *target, struct nfs4_client *source) argument
2456 static int copy_cred(struct svc_cred *target, struct svc_cred *source) argument
[all...]

Completed in 366 milliseconds

1234567891011>>