Home
last modified time | relevance | path

Searched refs:target (Results 1 – 25 of 234) sorted by relevance

12345678910

/linux-4.19.296/lib/
Dsyscall.c8 static int collect_syscall(struct task_struct *target, long *callno, in collect_syscall() argument
14 if (!try_get_task_stack(target)) { in collect_syscall()
21 regs = task_pt_regs(target); in collect_syscall()
23 put_task_stack(target); in collect_syscall()
30 *callno = syscall_get_nr(target, regs); in collect_syscall()
32 syscall_get_arguments(target, regs, 0, maxargs, args); in collect_syscall()
34 put_task_stack(target); in collect_syscall()
64 int task_current_syscall(struct task_struct *target, long *callno, in task_current_syscall() argument
74 if (target == current) in task_current_syscall()
75 return collect_syscall(target, callno, args, maxargs, sp, pc); in task_current_syscall()
[all …]
/linux-4.19.296/fs/cifs/
Dcifs_unicode.c46 convert_sfu_char(const __u16 src_char, char *target) in convert_sfu_char() argument
55 *target = ':'; in convert_sfu_char()
58 *target = '*'; in convert_sfu_char()
61 *target = '?'; in convert_sfu_char()
64 *target = '|'; in convert_sfu_char()
67 *target = '>'; in convert_sfu_char()
70 *target = '<'; in convert_sfu_char()
80 convert_sfm_char(const __u16 src_char, char *target) in convert_sfm_char() argument
83 *target = src_char - 0xF000; in convert_sfm_char()
88 *target = ':'; in convert_sfm_char()
[all …]
/linux-4.19.296/drivers/of/
Doverlay.c41 struct target { struct
52 struct device_node *target; member
95 struct target *target, const struct device_node *overlay_node);
168 nd.target = fragment->target; in overlay_notify()
176 of_overlay_action_name[action], ret, nd.target); in overlay_notify()
242 target_path = kasprintf(GFP_KERNEL, "%pOF", fragment->target); in dup_and_fixup_symbol_prop()
303 struct target *target, struct property *overlay_prop, in add_changeset_property() argument
309 if (target->in_livetree) in add_changeset_property()
315 if (target->in_livetree) in add_changeset_property()
316 prop = of_find_property(target->np, overlay_prop->name, NULL); in add_changeset_property()
[all …]
/linux-4.19.296/include/trace/events/
Dcpuhp.h13 int target,
17 TP_ARGS(cpu, target, idx, fun),
21 __field( int, target )
28 __entry->target = target;
34 __entry->cpu, __entry->target, __entry->idx, __entry->fun)
40 int target,
45 TP_ARGS(cpu, target, idx, fun, node),
49 __field( int, target )
56 __entry->target = target;
62 __entry->cpu, __entry->target, __entry->idx, __entry->fun)
/linux-4.19.296/fs/sysfs/
Dsymlink.c24 struct kernfs_node *kn, *target = NULL; in sysfs_do_create_link_sd() local
35 target = target_kobj->sd; in sysfs_do_create_link_sd()
36 kernfs_get(target); in sysfs_do_create_link_sd()
40 if (!target) in sysfs_do_create_link_sd()
43 kn = kernfs_create_link(parent, name, target); in sysfs_do_create_link_sd()
44 kernfs_put(target); in sysfs_do_create_link_sd()
60 int sysfs_create_link_sd(struct kernfs_node *kn, struct kobject *target, in sysfs_create_link_sd() argument
63 return sysfs_do_create_link_sd(kn, target, name, 1); in sysfs_create_link_sd()
66 static int sysfs_do_create_link(struct kobject *kobj, struct kobject *target, in sysfs_do_create_link() argument
79 return sysfs_do_create_link_sd(parent, target, name, warn); in sysfs_do_create_link()
[all …]
/linux-4.19.296/fs/kernfs/
Dsymlink.c28 struct kernfs_node *target) in kernfs_create_link() argument
35 if (target->iattr) { in kernfs_create_link()
36 uid = target->iattr->ia_iattr.ia_uid; in kernfs_create_link()
37 gid = target->iattr->ia_iattr.ia_gid; in kernfs_create_link()
46 kn->ns = target->ns; in kernfs_create_link()
47 kn->symlink.target_kn = target; in kernfs_create_link()
48 kernfs_get(target); /* ref owned by symlink */ in kernfs_create_link()
59 struct kernfs_node *target, char *path) in kernfs_get_target_path() argument
68 kn = target->parent; in kernfs_get_target_path()
84 kn = target; in kernfs_get_target_path()
[all …]
/linux-4.19.296/include/linux/netfilter_bridge/
Debtables.h40 unsigned int (*target)(struct sk_buff *skb, member
42 unsigned int hook_num, const struct xt_target *target,
45 const struct xt_target *target, void *targinfo,
47 void (*destroy)(const struct xt_target *target, void *targinfo);
58 unsigned int (*target)(struct sk_buff *skb, member
60 unsigned int hook_num, const struct xt_target *target,
63 const struct xt_target *target, void *targinfo,
65 void (*destroy)(const struct xt_target *target, void *targinfo);
120 static inline bool ebt_invalid_target(int target) in ebt_invalid_target() argument
122 return (target < -NUM_STANDARD_TARGETS || target >= 0); in ebt_invalid_target()
/linux-4.19.296/fs/ocfs2/dlm/
Ddlmthread.c362 struct dlm_lock *lock, *target; in dlm_shuffle_lists() local
383 target = list_entry(res->converting.next, struct dlm_lock, list); in dlm_shuffle_lists()
384 if (target->ml.convert_type == LKM_IVMODE) { in dlm_shuffle_lists()
390 if (lock==target) in dlm_shuffle_lists()
393 target->ml.convert_type)) { in dlm_shuffle_lists()
401 if (lock->ml.highest_blocked < target->ml.convert_type) in dlm_shuffle_lists()
403 target->ml.convert_type; in dlm_shuffle_lists()
408 if (lock==target) in dlm_shuffle_lists()
411 target->ml.convert_type)) { in dlm_shuffle_lists()
417 if (lock->ml.highest_blocked < target->ml.convert_type) in dlm_shuffle_lists()
[all …]
/linux-4.19.296/drivers/misc/
Dvmw_balloon.c203 unsigned int target; member
223 bool is_2m_pages, unsigned int *target);
225 bool is_2m_pages, unsigned int *target);
245 unsigned int target; member
371 unsigned long target; in vmballoon_send_get_target() local
390 STATS_INC(b->stats.target); in vmballoon_send_get_target()
392 status = VMWARE_BALLOON_CMD(GET_TARGET, limit, dummy, target); in vmballoon_send_get_target()
394 *new_target = target; in vmballoon_send_get_target()
409 unsigned int *hv_status, unsigned int *target) in vmballoon_send_lock_page() argument
420 *hv_status = status = VMWARE_BALLOON_CMD(LOCK, pfn, dummy, *target); in vmballoon_send_lock_page()
[all …]
/linux-4.19.296/include/linux/
Dregset.h39 typedef int user_regset_active_fn(struct task_struct *target,
58 typedef int user_regset_get_fn(struct task_struct *target,
79 typedef int user_regset_set_fn(struct task_struct *target,
105 typedef int user_regset_writeback_fn(struct task_struct *target,
128 typedef unsigned int user_regset_get_size_fn(struct task_struct *target,
368 static inline int copy_regset_to_user(struct task_struct *target, in copy_regset_to_user() argument
382 return regset->get(target, regset, offset, size, NULL, data); in copy_regset_to_user()
394 static inline int copy_regset_from_user(struct task_struct *target, in copy_regset_from_user() argument
408 return regset->set(target, regset, offset, size, NULL, data); in copy_regset_from_user()
419 static inline unsigned int regset_size(struct task_struct *target, in regset_size() argument
[all …]
Dmbus.h60 int mvebu_mbus_get_io_win_info(phys_addr_t phyaddr, u32 *size, u8 *target,
72 u8 *target, u8 *attr) in mvebu_mbus_get_io_win_info() argument
89 int mvebu_mbus_get_dram_win_info(phys_addr_t phyaddr, u8 *target, u8 *attr);
90 int mvebu_mbus_add_window_remap_by_id(unsigned int target,
94 int mvebu_mbus_add_window_by_id(unsigned int target, unsigned int attribute,
102 static inline int mvebu_mbus_get_dram_win_info(phys_addr_t phyaddr, u8 *target, in mvebu_mbus_get_dram_win_info() argument
Dvirtio_vsock.h102 size_t target,
106 size_t target,
110 size_t target, struct vsock_transport_recv_notify_data *data);
112 size_t target, struct vsock_transport_recv_notify_data *data);
114 size_t target, struct vsock_transport_recv_notify_data *data);
116 size_t target, ssize_t copied, bool data_read,
Dnfs.h33 static inline void nfs_copy_fh(struct nfs_fh *target, const struct nfs_fh *source) in nfs_copy_fh() argument
35 target->size = source->size; in nfs_copy_fh()
36 memcpy(target->data, source->data, source->size); in nfs_copy_fh()
Dconfigfs.h228 int (*allow_link)(struct config_item *src, struct config_item *target);
229 void (*drop_link)(struct config_item *src, struct config_item *target);
270 struct config_item *target);
271 void configfs_undepend_item(struct config_item *target);
281 struct config_item *target);
284 static inline void configfs_undepend_item_unlocked(struct config_item *target) in configfs_undepend_item_unlocked() argument
286 configfs_undepend_item(target); in configfs_undepend_item_unlocked()
/linux-4.19.296/fs/xfs/
Dxfs_buf.h204 struct xfs_buf *xfs_buf_incore(struct xfs_buftarg *target,
208 struct xfs_buf *_xfs_buf_alloc(struct xfs_buftarg *target,
214 struct xfs_buftarg *target, in xfs_buf_alloc() argument
220 return _xfs_buf_alloc(target, &map, 1, flags); in xfs_buf_alloc()
223 struct xfs_buf *xfs_buf_get_map(struct xfs_buftarg *target,
226 struct xfs_buf *xfs_buf_read_map(struct xfs_buftarg *target,
230 void xfs_buf_readahead_map(struct xfs_buftarg *target,
236 struct xfs_buftarg *target, in xfs_buf_get() argument
242 return xfs_buf_get_map(target, &map, 1, flags); in xfs_buf_get()
247 struct xfs_buftarg *target, in xfs_buf_read() argument
[all …]
/linux-4.19.296/include/linux/netfilter_arp/
Darp_tables.h21 struct xt_standard_target target; member
26 struct xt_error_target target; member
38 .target = XT_TARGET_INIT(XT_STANDARD_TARGET, \
40 .target.verdict = -(__verdict) - 1, \
46 .target = XT_TARGET_INIT(XT_ERROR_TARGET, \
48 .target.errorname = "ERROR", \
/linux-4.19.296/drivers/char/agp/
Disoch.c83 struct isoch_data *master, target; in agp_3_5_isochronous_node_enable() local
124 target.maxbw = (tnistat >> 16) & 0xff; in agp_3_5_isochronous_node_enable()
125 target.n = (tnistat >> 8) & 0xff; in agp_3_5_isochronous_node_enable()
126 target.y = (tnistat >> 6) & 0x3; in agp_3_5_isochronous_node_enable()
127 target.l = (tnistat >> 3) & 0x7; in agp_3_5_isochronous_node_enable()
128 target.rq = (tstatus >> 24) & 0xff; in agp_3_5_isochronous_node_enable()
130 y_max = target.y; in agp_3_5_isochronous_node_enable()
157 if (tot_bw > target.maxbw) { in agp_3_5_isochronous_node_enable()
165 target.y = y_max; in agp_3_5_isochronous_node_enable()
175 tnicmd |= target.y << 6; in agp_3_5_isochronous_node_enable()
[all …]
/linux-4.19.296/include/linux/netfilter_ipv4/
Dip_tables.h37 struct xt_standard_target target; member
42 struct xt_error_target target; member
54 .target = XT_TARGET_INIT(XT_STANDARD_TARGET, \
56 .target.verdict = -(__verdict) - 1, \
62 .target = XT_TARGET_INIT(XT_ERROR_TARGET, \
64 .target.errorname = "ERROR", \
/linux-4.19.296/drivers/misc/lkdtm/
Dbugs.c167 void *target[2] = { }; in lkdtm_CORRUPT_LIST_ADD() local
168 void *redirection = &target; in lkdtm_CORRUPT_LIST_ADD()
190 if (target[0] == NULL && target[1] == NULL) in lkdtm_CORRUPT_LIST_ADD()
200 void *target[2] = { }; in lkdtm_CORRUPT_LIST_DEL() local
201 void *redirection = &target; in lkdtm_CORRUPT_LIST_DEL()
215 if (target[0] == NULL && target[1] == NULL) in lkdtm_CORRUPT_LIST_DEL()
/linux-4.19.296/drivers/uwb/
Duwb-debug.c90 struct uwb_dev *target; in cmd_rsv_establish() local
93 memcpy(&macaddr, cmd->target, sizeof(macaddr)); in cmd_rsv_establish()
94 target = uwb_dev_get_by_macaddr(rc, &macaddr); in cmd_rsv_establish()
95 if (target == NULL) in cmd_rsv_establish()
100 uwb_dev_put(target); in cmd_rsv_establish()
104 rsv->target.type = UWB_RSV_TARGET_DEV; in cmd_rsv_establish()
105 rsv->target.dev = target; in cmd_rsv_establish()
218 char owner[UWB_ADDR_STRSIZE], target[UWB_ADDR_STRSIZE]; in reservations_show() local
222 if (rsv->target.type == UWB_RSV_TARGET_DEV) { in reservations_show()
223 devaddr = rsv->target.dev->dev_addr; in reservations_show()
[all …]
/linux-4.19.296/include/linux/netfilter/
Dx_tables.h33 const struct xt_target *target; member
127 const struct xt_target *target; member
137 const struct xt_target *target; member
191 unsigned int (*target)(struct sk_buff *skb, member
270 int xt_register_target(struct xt_target *target);
271 void xt_unregister_target(struct xt_target *target);
272 int xt_register_targets(struct xt_target *target, unsigned int n);
273 void xt_unregister_targets(struct xt_target *target, unsigned int n);
275 int xt_register_match(struct xt_match *target);
276 void xt_unregister_match(struct xt_match *target);
[all …]
/linux-4.19.296/drivers/cpufreq/
Dsh-cpufreq.c45 struct cpufreq_target *target = arg; in __sh_cpufreq_target() local
46 struct cpufreq_policy *policy = target->policy; in __sh_cpufreq_target()
59 freq = clk_round_rate(cpuclk, target->freq * 1000); in __sh_cpufreq_target()
64 dev_dbg(dev, "requested frequency %u Hz\n", target->freq * 1000); in __sh_cpufreq_target()
70 cpufreq_freq_transition_begin(target->policy, &freqs); in __sh_cpufreq_target()
72 cpufreq_freq_transition_end(target->policy, &freqs, 0); in __sh_cpufreq_target()
163 .target = sh_cpufreq_target,
/linux-4.19.296/block/
Dbadblocks.c68 sector_t target = s + sectors; in badblocks_check() local
74 target += (1<<bb->shift) - 1; in badblocks_check()
75 target >>= bb->shift; in badblocks_check()
76 sectors = target - s; in badblocks_check()
98 if (a < target) in badblocks_check()
114 if (BB_OFFSET(p[lo]) < target) { in badblocks_check()
343 sector_t target = s + sectors; in badblocks_clear() local
355 target >>= bb->shift; in badblocks_clear()
356 sectors = target - s; in badblocks_clear()
369 if (a < target) in badblocks_clear()
[all …]
/linux-4.19.296/include/uapi/linux/netfilter_ipv6/
Dip6_tables.h134 struct xt_standard_target target; member
139 struct xt_error_target target; member
151 .target = XT_TARGET_INIT(XT_STANDARD_TARGET, \
153 .target.verdict = -(__verdict) - 1, \
159 .target = XT_TARGET_INIT(XT_ERROR_TARGET, \
161 .target.errorname = "ERROR", \
/linux-4.19.296/drivers/bus/
Dmvebu-mbus.c202 u32 *size, u8 *target, u8 *attr, in mvebu_mbus_read_window() argument
220 if (target) in mvebu_mbus_read_window()
221 *target = (ctrlreg & WIN_CTRL_TGT_MASK) >> WIN_CTRL_TGT_SHIFT; in mvebu_mbus_read_window()
273 u8 target, u8 attr) in mvebu_mbus_window_conflicts() argument
330 phys_addr_t remap, u8 target, in mvebu_mbus_setup_window() argument
350 (target << WIN_CTRL_TGT_SHIFT) | in mvebu_mbus_setup_window()
375 phys_addr_t remap, u8 target, in mvebu_mbus_alloc_window() argument
388 target, attr); in mvebu_mbus_alloc_window()
400 remap, target, attr); in mvebu_mbus_alloc_window()
902 int mvebu_mbus_add_window_remap_by_id(unsigned int target, in mvebu_mbus_add_window_remap_by_id() argument
[all …]

12345678910