Searched refs:target (Results 276 - 300 of 1558) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/nvdimm/
H A Dnd_perf.c132 u32 target; local
149 target = cpumask_any(&nd_pmu->arch_cpumask);
155 if (target >= nr_cpu_ids) {
158 target = cpumask_any_but(cpumask, cpu);
160 nd_pmu->cpu = target;
162 /* Migrate nvdimm pmu events to the new target cpu if valid */
163 if (target >= 0 && target < nr_cpu_ids)
164 perf_pmu_migrate_context(&nd_pmu->pmu, cpu, target);
/linux-master/drivers/gpu/drm/gma500/
H A Dgma_display.h44 int target, int refclk,
88 struct drm_crtc *crtc, int target, int refclk,
/linux-master/drivers/media/platform/mediatek/mdp3/
H A Dmtk-mdp3-regs.h322 static inline bool mdp_target_is_crop(u32 target) argument
324 return (target == V4L2_SEL_TGT_CROP) ||
325 (target == V4L2_SEL_TGT_CROP_DEFAULT) ||
326 (target == V4L2_SEL_TGT_CROP_BOUNDS);
329 static inline bool mdp_target_is_compose(u32 target) argument
331 return (target == V4L2_SEL_TGT_COMPOSE) ||
332 (target == V4L2_SEL_TGT_COMPOSE_DEFAULT) ||
333 (target == V4L2_SEL_TGT_COMPOSE_BOUNDS);
/linux-master/scripts/
H A DMakefile16 always-$(CONFIG_RUST) += target.json
19 $(obj)/target.json: scripts/generate_rust_target include/config/auto.conf FORCE
/linux-master/net/ipv4/netfilter/
H A Dip_tables.c162 if (strcmp(t->target.u.kernel.target->name, XT_ERROR_TARGET) == 0) {
163 /* Head of user chain: ERROR target with chainname */
164 *chainname = t->target.data;
170 strcmp(t->target.u.kernel.target->name,
173 /* Tail of chains: STANDARD target (return/policy) */
301 WARN_ON(!t->u.kernel.target);
309 /* Standard target? */
310 if (!t->u.kernel.target
520 struct xt_target *target; local
1294 struct xt_target *target; local
1674 int target; local
[all...]
/linux-master/net/ipv6/netfilter/
H A Dip6_tables.c187 if (strcmp(t->target.u.kernel.target->name, XT_ERROR_TARGET) == 0) {
188 /* Head of user chain: ERROR target with chainname */
189 *chainname = t->target.data;
195 strcmp(t->target.u.kernel.target->name,
198 /* Tail of chains: STANDARD target (return/policy) */
324 WARN_ON(!t->u.kernel.target);
332 /* Standard target? */
333 if (!t->u.kernel.target
539 struct xt_target *target; local
1310 struct xt_target *target; local
1683 int target; local
[all...]
/linux-master/drivers/net/ethernet/netronome/nfp/nfpcore/
H A Dnfp_arm.h165 #define NFP_ARM_GCSR_EXPL2_CSR(target, action, length, \
167 (NFP_ARM_GCSR_EXPL2_BAR_TGT(target) | \
191 #define NFP_ARM_GCSR_EXPA_CSR(mode, target, token, is_64, action, address) \
194 NFP_ARM_GCSR_EXPA_BAR_TGT(target) | \
201 #define NFP_ARM_GCSR_BULK_CSR(mode, target, token, is_64, address) \
204 NFP_ARM_GCSR_BULK_BAR_TGT(target) | \
/linux-master/tools/perf/Documentation/
H A Dasciidoc.conf5 # Note, {0} is the manpage section, while {target} is the command.
11 (?su)[\\]?(?P<name>linkperf):(?P<target>\S*?)\[(?P<attrlist>.*?)\]=
23 {0%{target}}
25 {0#<refentrytitle>{target}</refentrytitle><manvolnum>{0}</manvolnum>}
93 <a href="{target}.html">{target}{0?({0})}</a>
/linux-master/tools/lib/perf/Documentation/
H A Dasciidoc.conf5 # Note, {0} is the manpage section, while {target} is the command.
11 (?su)[\\]?(?P<name>linktep):(?P<target>\S*?)\[(?P<attrlist>.*?)\]=
23 {0%{target}}
25 {0#<refentrytitle>{target}</refentrytitle><manvolnum>{0}</manvolnum>}
119 <a href="{target}.html">{target}{0?({0})}</a>
/linux-master/net/netfilter/
H A Dxt_nat.c156 .target = xt_snat_target_v0,
169 .target = xt_dnat_target_v0,
182 .target = xt_snat_target_v1,
194 .target = xt_dnat_target_v1,
206 .target = xt_snat_target_v2,
218 .target = xt_dnat_target_v2,
/linux-master/drivers/scsi/arm/
H A Dqueue.c159 * exclude - bit array of target&lun which is busy
202 * Function: struct scsi_cmnd *queue_remove_tgtluntag (queue, target, lun, tag)
203 * Purpose : remove a SCSI command from the queue for a specified target/lun/tag
205 * target - target that we want
210 struct scsi_cmnd *queue_remove_tgtluntag(Queue_t *queue, int target, int lun, argument
220 if (q->SCpnt->device->id == target && q->SCpnt->device->lun == lun &&
232 * Function: queue_remove_all_target(queue, target)
233 * Purpose : remove all SCSI commands from the queue for a specified target
235 * target
238 queue_remove_all_target(Queue_t *queue, int target) argument
261 queue_probetgtlun(Queue_t *queue, int target, int lun) argument
[all...]
/linux-master/drivers/watchdog/
H A Dbd9576_wdt.c89 static int find_closest_fast(int target, int *sel, int *val) argument
94 for (i = 0; i < 8 && window < target; i++)
107 static int find_closest_slow_by_fast(int fast_val, int target, int *slowsel) argument
113 multipliers[sel] * fast_val < target; sel++)
124 static int find_closest_slow(int target, int *slow_sel, int *fast_sel) argument
136 if (slow >= target && (!val || slow < val)) {
/linux-master/tools/testing/selftests/memory-hotplug/
H A Dmem-on-off-test.sh203 target=`echo "a=$hotpluggable_num*$ratio; if ( a%100 ) a/100+1 else a/100" | bc`
205 echo -e "\t trying to offline $target out of $hotpluggable_num memory block(s):"
207 if [ "$target" -gt 0 ]; then
210 target=$(($target - 1))
217 if [ "$target" -gt 0 ]; then
/linux-master/arch/x86/kernel/
H A Dtls.c243 int regset_tls_active(struct task_struct *target, argument
246 struct thread_struct *t = &target->thread;
253 int regset_tls_get(struct task_struct *target, const struct user_regset *regset, argument
260 for (pos = 0, tls = target->thread.tls_array; to.left; pos++, tls++) {
267 int regset_tls_set(struct task_struct *target, const struct user_regset *regset, argument
291 set_tls_desc(target,
/linux-master/fs/configfs/
H A Dsymlink.c57 struct config_item *target, char *path)
63 size = item_path_length(target) + depth * 3 - 1;
72 fill_item_path(target, path, size);
118 struct config_item **target, struct super_block *sb)
125 *target = configfs_get_config_item(path->dentry);
126 if (!*target) {
168 * link(2) and symlink(2) - they wanted the target resolved
171 * fucking magic, making the target busy from rmdir POV.
174 * attempts to resolve the target (which might very well
177 * the target, whic
56 configfs_get_target_path(struct config_item *item, struct config_item *target, char *path) argument
117 get_target(const char *symname, struct path *path, struct config_item **target, struct super_block *sb) argument
[all...]
/linux-master/drivers/thermal/
H A Dthermal_trace.h51 TP_PROTO(struct thermal_cooling_device *cdev, unsigned long target),
53 TP_ARGS(cdev, target),
57 __field(unsigned long, target)
62 __entry->target = target;
65 TP_printk("type=%s target=%lu", __get_str(type), __entry->target)
/linux-master/arch/arm64/kvm/hyp/
H A Dhyp-entry.S125 .macro invalid_vector label, target = __guest_exit_panic
128 b \target
151 .macro valid_vect target
163 b \target
168 .macro invalid_vect target
176 b \target
/linux-master/include/linux/
H A Dvirtio_vsock.h200 size_t target,
204 size_t target,
208 size_t target, struct vsock_transport_recv_notify_data *data);
210 size_t target, struct vsock_transport_recv_notify_data *data);
212 size_t target, struct vsock_transport_recv_notify_data *data);
214 size_t target, ssize_t copied, bool data_read,
/linux-master/include/linux/surface_aggregator/
H A Ddevice.h48 * @target: Target ID of the device.
58 u8 target; member in struct:ssam_device_uid
87 * matching should ignore target ID, instance ID, and/or sub-function,
102 .target = __builtin_choose_expr((tid) != SSAM_SSH_TID_ANY, (tid), 0), \
117 * %SSAM_SSH_FUN_ANY can be used to specify that matching should ignore target ID,
140 * %SSAM_SSH_FUN_ANY can be used to specify that matching should ignore target
447 * negative on failure. The ``sdev`` parameter specifies both the target
458 return __raw_##name(sdev->ctrl, sdev->uid.target, \
481 * both the target device of the request and by association the controller via
492 return __raw_##name(sdev->ctrl, sdev->uid.target, \
[all...]
/linux-master/tools/perf/
H A Dbuiltin-ftrace.c27 #include "target.h"
265 if (target__has_cpu(&ftrace->target))
306 if (!target__has_cpu(&ftrace->target))
626 if (!ftrace->target.initial_delay) {
635 if (ftrace->target.initial_delay > 0) {
636 usleep(ftrace->target.initial_delay * 1000);
804 if (ftrace->target.use_bpf)
841 if (ftrace->target.use_bpf)
854 if (ftrace->target.use_bpf)
863 if (ftrace->target
[all...]
/linux-master/tools/testing/selftests/move_mount_set_group/
H A Dmove_mount_set_group_test.c160 char *opts, *target; local
162 target = get_field(line, 4);
163 if (!target)
166 opts = get_field(target, 2);
170 null_endofword(target);
172 if (strcmp(target, path) != 0)
/linux-master/fs/xfs/
H A Dxfs_trans.h173 int xfs_trans_get_buf_map(struct xfs_trans *tp, struct xfs_buftarg *target,
180 struct xfs_buftarg *target,
187 return xfs_trans_get_buf_map(tp, target, &map, 1, flags, bpp);
192 struct xfs_buftarg *target,
202 struct xfs_buftarg *target,
210 return xfs_trans_read_buf_map(mp, tp, target, &map, 1,
178 xfs_trans_get_buf( struct xfs_trans *tp, struct xfs_buftarg *target, xfs_daddr_t blkno, int numblks, xfs_buf_flags_t flags, struct xfs_buf **bpp) argument
199 xfs_trans_read_buf( struct xfs_mount *mp, struct xfs_trans *tp, struct xfs_buftarg *target, xfs_daddr_t blkno, int numblks, xfs_buf_flags_t flags, struct xfs_buf **bpp, const struct xfs_buf_ops *ops) argument
/linux-master/arch/riscv/kvm/
H A Daia_aplic.c26 u32 target; member in struct:aplic_irq
87 ret = irqd->target;
107 irqd->target = val;
230 static void aplic_inject_msi(struct kvm *kvm, u32 irq, u32 target) argument
234 hart_idx = target >> APLIC_TARGET_HART_IDX_SHIFT;
236 guest_idx = target >> APLIC_TARGET_GUEST_IDX_SHIFT;
238 eiid = target & APLIC_TARGET_EIID_MASK;
245 u32 irq, target; local
261 target = irqd->target;
277 u32 target; local
[all...]
/linux-master/net/vmw_vsock/
H A Dvmci_transport_notify.c339 size_t target, bool *data_ready_now)
343 if (vsock_stream_has_data(vsk) >= target) {
363 size_t target, bool *space_avail_now)
393 size_t target,
404 if (PKT_FIELD(vsk, write_notify_min_window) < target + 1) {
405 PKT_FIELD(vsk, write_notify_min_window) = target + 1;
429 size_t target,
435 if (!send_waiting_read(sk, target)) {
455 size_t target,
475 size_t target,
338 vmci_transport_notify_pkt_poll_in(struct sock *sk, size_t target, bool *data_ready_now) argument
362 vmci_transport_notify_pkt_poll_out(struct sock *sk, size_t target, bool *space_avail_now) argument
391 vmci_transport_notify_pkt_recv_init( struct sock *sk, size_t target, struct vmci_transport_recv_notify_data *data) argument
427 vmci_transport_notify_pkt_recv_pre_block( struct sock *sk, size_t target, struct vmci_transport_recv_notify_data *data) argument
453 vmci_transport_notify_pkt_recv_pre_dequeue( struct sock *sk, size_t target, struct vmci_transport_recv_notify_data *data) argument
473 vmci_transport_notify_pkt_recv_post_dequeue( struct sock *sk, size_t target, ssize_t copied, bool data_read, struct vmci_transport_recv_notify_data *data) argument
[all...]
/linux-master/arch/sparc/kernel/
H A Dvio.c211 u64 target; local
213 target = mdesc_arc_target(hp, a);
214 cfg_handle = mdesc_get_property(hp, target,
261 u64 target; local
263 target = mdesc_arc_target(hp, a);
265 irq = mdesc_get_property(hp, target, "tx-ino", NULL);
269 irq = mdesc_get_property(hp, target, "rx-ino", NULL);
273 chan_id = mdesc_get_property(hp, target, "id", NULL);
477 u64 target = mdesc_arc_target(hp, a); local
478 const char *name = mdesc_node_name(hp, target);
[all...]

Completed in 2632 milliseconds

<<11121314151617181920>>