Searched refs:target (Results 501 - 525 of 1575) sorted by relevance

<<21222324252627282930>>

/linux-master/drivers/thermal/
H A Dgov_fair_share.c96 instance->target = div_u64(dividend, divisor);
/linux-master/include/linux/
H A Djump_label.h42 * At runtime we can change the branch target by setting the key
45 * these calls then we run-time modify the branch target via a
119 s32 target; member in struct:jump_entry
130 return (unsigned long)&entry->target + entry->target;
149 return entry->target;
/linux-master/net/sched/
H A Dsch_codel.c119 u32 target = nla_get_u32(tb[TCA_CODEL_TARGET]); local
121 WRITE_ONCE(q->params.target,
122 ((u64)target * NSEC_PER_USEC) >> CODEL_SHIFT);
199 codel_time_to_us(READ_ONCE(q->params.target))) ||
/linux-master/tools/testing/selftests/kvm/s390x/
H A Dmemop.c45 enum mop_target target; member in struct:mop_desc
67 switch (desc->target) {
194 .target = (mop_target_p), \
203 if (__desc.target == ABSOLUTE) \
584 static bool _cmpxchg(int size, void *target, __uint128_t *old_addr, __uint128_t new) argument
594 [address] "+Q" (*(uint32_t *)(target))
607 [address] "+Q" (*(uint64_t *)(target))
620 [address] "+Q" (*(__uint128_t *)(target))
978 static void _test_errors_common(struct test_info info, enum mop_target target, int size) argument
983 rv = ERR_MOP(info, target, WRIT
[all...]
/linux-master/sound/soc/intel/common/
H A Dsst-dsp.h59 u32 target, u32 time, char *operation);
H A Dsst-dsp.c145 u32 target, u32 time, char *operation)
162 while ((((reg = sst_dsp_shim_read_unlocked(ctx, offset)) & mask) != target)
171 if ((reg & mask) == target) {
144 sst_dsp_register_poll(struct sst_dsp *ctx, u32 offset, u32 mask, u32 target, u32 time, char *operation) argument
/linux-master/drivers/md/dm-vdo/
H A DMakefile14 dm-vdo-target.o \
/linux-master/drivers/scsi/arm/
H A Dfas216.c293 fas216_do_log(FAS216_Info *info, char target, char *fmt, va_list ap) argument
298 printk("scsi%d.%c: %s", info->host->host_no, target, buf);
317 fas216_log_target(FAS216_Info *info, int level, int target, char *fmt, ...) argument
324 if (target < 0)
325 target = 'H';
327 target += '0';
330 fas216_do_log(info, target, fmt, args);
464 * @target: target
471 static void fas216_set_sync(FAS216_Info *info, int target) argument
945 unsigned char target, lun, tag; local
1756 parity_test(FAS216_Info *info, int target) argument
2483 int i, res = FAILED, target = SCpnt->device->id; local
[all...]
/linux-master/drivers/net/wireless/intersil/p54/
H A Deeprom.c430 void *source, *target; local
444 target = ((struct pda_pa_curve_data *) priv->curve_data->data)->data;
448 *((__le16 *)target) = *freq;
449 target += sizeof(__le16);
451 dst = target;
464 target += sizeof(*dst);
482 void *source, *target; local
496 target = ((struct pda_pa_curve_data *) priv->curve_data->data)->data;
500 *((__le16 *)target) = *freq;
501 target
[all...]
/linux-master/net/nfc/hci/
H A Dcore.c414 * single target to activate, so nothing to report
663 static int hci_dep_link_up(struct nfc_dev *nfc_dev, struct nfc_target *target, argument
671 return hdev->ops->dep_link_up(hdev, target, comm_mode,
686 struct nfc_target *target, u32 protocol)
692 struct nfc_target *target,
722 static int hci_transceive(struct nfc_dev *nfc_dev, struct nfc_target *target, argument
729 pr_debug("target_idx=%d\n", target->idx);
731 switch (target->hci_reader_gate) {
735 r = hdev->ops->im_transceive(hdev, target, skb, cb,
747 r = nfc_hci_send_cmd_async(hdev, target
685 hci_activate_target(struct nfc_dev *nfc_dev, struct nfc_target *target, u32 protocol) argument
691 hci_deactivate_target(struct nfc_dev *nfc_dev, struct nfc_target *target, u8 mode) argument
780 hci_check_presence(struct nfc_dev *nfc_dev, struct nfc_target *target) argument
[all...]
/linux-master/net/netfilter/
H A Dxt_TPROXY.c74 /* This should be in a separate target, but we don't do multiple
156 /* This should be in a separate target, but we don't do multiple
216 .target = tproxy_tg4_v0,
228 .target = tproxy_tg4_v1,
241 .target = tproxy_tg6_v1,
267 MODULE_DESCRIPTION("Netfilter transparent proxy (TPROXY) target module.");
/linux-master/tools/perf/tests/
H A Dperf-record.c47 .target = {
87 err = evlist__create_maps(evlist, &opts.target);
99 err = evlist__prepare_workload(evlist, &opts.target, argv, false, NULL);
/linux-master/drivers/mtd/nand/spi/
H A Dmicron.c132 unsigned int target)
137 if (target > 1)
140 *spinand->scratchbuf = MICRON_SELECT_DIE(target);
131 micron_select_target(struct spinand_device *spinand, unsigned int target) argument
/linux-master/security/
H A Dinode.c242 * @target: a pointer to a string containing the name of the symlink's target.
262 const char *target,
268 if (target) {
269 link = kstrdup(target, GFP_KERNEL);
260 securityfs_create_symlink(const char *name, struct dentry *parent, const char *target, const struct inode_operations *iops) argument
/linux-master/drivers/misc/
H A Dvmw_balloon.c140 * @VMW_BALLOON_CMD_GET_TARGET: Gets the balloon target size.
203 [VMW_BALLOON_CMD_GET_TARGET] = "target",
279 * @target: balloon target size in basic page size (frames).
281 * We do not protect the target under the assumption that setting the
284 * optimized code. Although we may read stale target value if multiple
287 unsigned long target; member in struct:vmballoon
471 /* update target when applicable */
474 WRITE_ONCE(b->target, local_result);
949 int64_t size, target; local
[all...]
/linux-master/drivers/media/platform/renesas/vsp1/
H A Dvsp1_uif.c104 switch (sel->target) {
117 sel->pad, sel->target);
141 sel->target != V4L2_SEL_TGT_CROP)
/linux-master/mm/damon/
H A Dlru_sort.c97 * Start of the target memory region in physical address.
106 * End of the target memory region in physical address.
146 static struct damon_target *target; variable in typeref:struct:damon_target
240 return damon_set_region_biggest_system_ram_default(target,
337 int err = damon_modules_new_paddr_ctx_target(&ctx, &target);
H A Dreclaim.c114 * Start of the target memory region in physical address.
123 * End of the target memory region in physical address.
154 static struct damon_target *target; variable in typeref:struct:damon_target
247 return damon_set_region_biggest_system_ram_default(target,
340 int err = damon_modules_new_paddr_ctx_target(&ctx, &target);
/linux-master/drivers/irqchip/
H A Dirq-riscv-aplic-direct.c57 void __iomem *target; local
68 target = priv->regs + APLIC_TARGET_BASE + (d->hwirq - 1) * sizeof(u32);
71 writel(val, target);
237 /* Setup per-CPU IDC and target CPU mask */
270 * and update target registers of all interrupts.
/linux-master/tools/testing/selftests/
H A Dlib.mk26 CLANG_TARGET_FLAGS := $(shell $(CLANG) -print-target-triple)
33 $(error Specify CROSS_COMPILE or add '--target=' option to lib.mk)
35 CLANG_FLAGS += --target=$(CLANG_TARGET_FLAGS)
38 CLANG_FLAGS += --target=$(notdir $(CROSS_COMPILE:%-=%))
58 # $3 - target (assumed to be file); only file name will be emitted;
196 # When make O= with kselftest target from main level
/linux-master/drivers/net/ethernet/toshiba/
H A Dps3_gelic_wireless.c1499 struct gelic_wl_scan_info *target, *tmp; local
1542 list_for_each_entry_safe(target, tmp, &wl->network_list, list) {
1543 target->valid = 0;
1545 if (time_before(target->last_scanned + wl->scan_age,
1547 kfree(target->hwinfo);
1548 target->hwinfo = NULL;
1549 list_move_tail(&target->list, &wl->network_free_list);
1574 list_for_each_entry(target, &wl->network_list, list) {
1575 if (ether_addr_equal(&target->hwinfo->bssid[2],
1583 (target
2457 struct gelic_wl_scan_info *target; local
[all...]
/linux-master/arch/arm/mm/
H A Dcache-l2x0-pmu.c426 unsigned int target; local
431 target = cpumask_any_but(cpu_online_mask, cpu);
432 if (target >= nr_cpu_ids)
435 perf_pmu_migrate_context(l2x0_pmu, cpu, target);
436 cpumask_set_cpu(target, &pmu_cpu);
/linux-master/drivers/net/wireless/intel/ipw2x00/
H A Dlibipw_rx.c825 * hardware as a DMA target */
1510 struct libipw_network *target; local
1558 list_for_each_entry(target, &ieee->network_list, list) {
1559 if (is_same_network(target, &network))
1563 time_before(target->last_scanned, oldest->last_scanned))
1564 oldest = target;
1569 if (&target->list == &ieee->network_list) {
1573 target = oldest;
1575 target->ssid_len, target
[all...]
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
H A Dvmmgf100.c240 const enum nvkm_memory_target target = nvkm_memory_target(map->memory); local
263 vol = target == NVKM_MEM_TARGET_HOST;
272 aper = vmm->func->aper(target);
324 gf100_vmm_aper(enum nvkm_memory_target target) argument
326 switch (target) {
/linux-master/drivers/thermal/intel/
H A Dx86_pkg_temp_thermal.c373 int target; local
378 target = cpumask_any_but(&zonedev->cpumask, cpu);
380 lastcpu = target >= nr_cpu_ids;
405 * Check whether this cpu was the current target and store the new
407 * will see the new target.
410 zonedev->cpu = target;
444 pkg_thermal_schedule_work(target, &zonedev->work);

Completed in 536 milliseconds

<<21222324252627282930>>