Searched refs:tmp (Results 276 - 300 of 4338) sorted by last modified time

<<11121314151617181920>>

/linux-master/drivers/acpi/
H A Dthermal.c131 unsigned long long tmp; local
138 status = acpi_evaluate_integer(tz->device->handle, "_TMP", NULL, &tmp);
142 tz->temp_dk = tmp;
153 unsigned long long tmp; local
158 status = acpi_evaluate_integer(tz->device->handle, "_TZP", NULL, &tmp);
162 tz->polling_frequency = tmp;
386 unsigned long long tmp; local
389 status = acpi_evaluate_integer(tz->device->handle, "_TC1", NULL, &tmp);
393 tz->trips.passive.tc1 = tmp;
395 status = acpi_evaluate_integer(tz->device->handle, "_TC2", NULL, &tmp);
[all...]
/linux-master/arch/riscv/kernel/vdso/
H A DMakefile74 cmd_vdsold = $(LD) $(ld_flags) -T $(filter-out FORCE,$^) -o $@.tmp && \
75 $(OBJCOPY) $(patsubst %, -G __vdso_%, $(vdso-syms)) $@.tmp $@ && \
76 rm $@.tmp
/linux-master/arch/riscv/kernel/
H A Dprocess.c114 unsigned long tmp = csr_read(CSR_STATUS); local
116 csr_write(CSR_STATUS, (tmp & ~SR_UXL) | SR_UXL_32);
120 csr_write(CSR_STATUS, tmp);
/linux-master/arch/riscv/kernel/compat_vdso/
H A DMakefile72 cmd_compat_vdsold = $(COMPAT_LD) $(ld_flags) $(COMPAT_LD_FLAGS) -T $(filter-out FORCE,$^) -o $@.tmp && \
73 $(OBJCOPY) $(patsubst %, -G __compat_vdso_%, $(compat_vdso-syms)) $@.tmp $@ && \
74 rm $@.tmp
/linux-master/arch/arm64/kernel/
H A Dptrace.c1898 compat_ulong_t tmp; local
1904 tmp = tsk->mm->start_code;
1906 tmp = tsk->mm->start_data;
1908 tmp = tsk->mm->end_code;
1910 tmp = compat_get_user_reg(tsk, off >> 2);
1914 tmp = 0;
1916 return put_user(tmp, ret);
/linux-master/tools/testing/selftests/kvm/include/x86_64/
H A Dprocessor.h469 uint16_t tmp; local
472 : /* output */ "=a" (tmp)
475 return tmp;
/linux-master/fs/vboxsf/
H A Dutils.c520 struct list_head *list, *pos, *tmp; local
523 list_for_each_safe(pos, tmp, list) {
/linux-master/fs/
H A Dnamei.c235 struct filename *tmp; local
237 tmp = kmalloc(size, GFP_KERNEL);
238 if (unlikely(!tmp)) {
242 tmp->name = (char *)result;
243 result = tmp;
/linux-master/fs/bcachefs/
H A Dbtree_iter.c142 struct btree_node_iter tmp; local
154 tmp = l->iter;
177 ? bch2_btree_node_iter_prev(&tmp, l->b)
178 : bch2_btree_node_iter_prev_all(&tmp, l->b);
796 struct bkey_buf tmp; local
803 bch2_bkey_buf_init(&tmp);
814 bch2_bkey_buf_unpack(&tmp, c, l->b, k);
815 ret = bch2_btree_node_prefetch(trans, path, tmp.k, path->btree_id,
822 bch2_bkey_buf_exit(&tmp, c);
831 struct bkey_buf tmp; local
918 struct bkey_buf tmp; local
[all...]
/linux-master/tools/objtool/
H A Dcheck.c675 char *key_name, *tmp; local
721 tmp = key_name + STATIC_CALL_TRAMP_PREFIX_LEN - STATIC_CALL_KEY_PREFIX_LEN;
722 memcpy(tmp, STATIC_CALL_KEY_PREFIX_STR, STATIC_CALL_KEY_PREFIX_LEN);
724 key_sym = find_symbol_by_name(file->elf, tmp);
727 WARN("static_call: can't find static_call_key symbol: %s", tmp);
1945 struct special_alt *special_alt, *tmp; local
1953 list_for_each_entry_safe(special_alt, tmp, &special_alts, list) {
4647 char *funcs = NULL, *tmp; local
4655 tmp = malloc(strlen(funcs) + strlen(sym->name) + 2);
4656 sprintf(tmp, "
[all...]
/linux-master/scripts/mod/
H A Dmodpost.c1717 char tmp[SZ]; local
1722 len = vsnprintf(tmp, SZ, fmt, ap);
1723 buf_write(buf, tmp, len);
2002 char *tmp; local
2016 tmp = NOFAIL(malloc(b->pos));
2017 if (fread(tmp, 1, b->pos, file) != b->pos)
2020 if (memcmp(tmp, b->p, b->pos) != 0)
2023 free(tmp);
2028 free(tmp);
/linux-master/scripts/kconfig/
H A Dmconf.c316 struct subtitle_list *pos, *tmp; local
318 for (pos = subtitles; pos != NULL; pos = tmp) {
319 tmp = pos->next;
341 struct subtitle_list *pos, *tmp; local
343 for (pos = subtitles; pos != NULL; pos = tmp) {
344 tmp = pos->next;
429 struct jump_key *pos, *tmp; local
444 list_for_each_entry_safe(pos, tmp, &head, entries)
458 int type, tmp, doint = 2; local
602 tmp
[all...]
H A Dconf.c192 int tmp = strtol(env, &endp, 10); local
194 if (tmp >= 0 && tmp <= 100) {
195 p[n++] = tmp;
/linux-master/drivers/pwm/
H A Dcore.c313 unsigned long id, tmp; local
320 idr_for_each_entry_ul(&pwm_chips, chip, tmp, id) {
673 unsigned long id, tmp; local
677 idr_for_each_entry_ul(&pwm_chips, chip, tmp, id)
/linux-master/drivers/net/ethernet/renesas/
H A Dsh_eth.c2649 u32 tmp; local
2651 tmp = sh_eth_tsu_read(mdp, reg);
2652 sh_eth_tsu_write(mdp, tmp | sh_eth_tsu_get_post_bit(mdp, entry), reg);
2660 u32 post_mask, ref_mask, tmp; local
2665 tmp = sh_eth_tsu_read(mdp, reg);
2666 sh_eth_tsu_write(mdp, tmp & ~post_mask, reg);
2669 return tmp & ref_mask;
/linux-master/include/ufs/
H A Dufshcd.h1240 u32 tmp;
1242 tmp = ufshcd_readl(hba, reg);
1243 tmp &= ~mask;
1244 tmp |= (val & mask);
1245 ufshcd_writel(hba, tmp, reg);
/linux-master/fs/xfs/
H A Dxfs_aops.c161 struct list_head tmp; local
165 list_replace_init(&ip->i_ioend_list, &tmp);
168 iomap_sort_ioends(&tmp);
169 while ((ioend = list_first_entry_or_null(&tmp, struct iomap_ioend,
172 iomap_ioend_try_merge(ioend, &tmp);
/linux-master/drivers/usb/dwc3/
H A Ddwc3-pci.c439 union acpi_object tmp; local
440 union acpi_object argv4 = ACPI_INIT_DSM_ARGV4(1, &tmp);
445 tmp.type = ACPI_TYPE_INTEGER;
446 tmp.integer.value = param;
/linux-master/drivers/scsi/
H A Dst.c525 struct bio *tmp;
532 tmp = SRpnt->bio;
538 blk_rq_unmap_user(tmp);
523 struct bio *tmp; local
H A Dpmcraid.c3070 struct scsi_device *scsi_dev = NULL, *tmp; local
3073 shost_for_each_device(tmp, shost) {
3074 if ((tmp->channel == scmd->device->channel) &&
3075 (tmp->id == scmd->device->id)) {
3076 scsi_dev = tmp;
/linux-master/drivers/scsi/qla2xxx/
H A Dqla_target.c911 qlt_port_logo_t *tmp; local
921 list_for_each_entry(tmp, &vha->logo_list, list) {
922 if (tmp->id.b24 == logo->id.b24) {
923 tmp->cmd_count += logo->cmd_count;
1933 u16 tmp; local
1963 tmp = (CTIO7_FLAGS_STATUS_MODE_1 | CTIO7_FLAGS_TERMINATE);
1969 tmp |= (mcmd->abort_io_attr << 9);
1971 tmp |= (0x4 << 9);
1976 tmp |= (0x4 << 9);
1978 ctio->u.status1.flags = cpu_to_le16(tmp);
6888 u32 tmp; local
6994 u32 tmp; local
[all...]
H A Dqla_os.c5498 struct qla_work_evt *e, *tmp; local
5507 list_for_each_entry_safe(e, tmp, &work, list) {
6285 uint32_t tmp = local
6287 rsp_payload->buffer_credit_desc.fcport_b2b = cpu_to_be32(tmp);
/linux-master/drivers/scsi/lpfc/
H A Dlpfc_sli.c271 uint8_t *tmp; local
297 tmp = (uint8_t *)temp_wqe;
300 __raw_writeq(*((uint64_t *)(tmp + i)),
304 __raw_writel(*((uint32_t *)(tmp + i)),
8129 char tmp[DBG_LOG_STR_SZ] = {0}; local
8154 scnprintf(tmp, sizeof(tmp),
8166 if ((strlen(buf) + strlen(tmp)) >= buf_len)
8170 strlcat(buf, tmp, buf_len);
22305 struct sli4_hybrid_sgl *tmp local
22374 struct sli4_hybrid_sgl *tmp = NULL; local
22412 struct sli4_hybrid_sgl *tmp = NULL; local
22447 struct fcp_cmd_rsp_buf *tmp = NULL; local
22523 struct fcp_cmd_rsp_buf *tmp = NULL; local
22561 struct fcp_cmd_rsp_buf *tmp = NULL; local
[all...]
H A Dlpfc_scsi.c606 struct fcp_cmd_rsp_buf *tmp = NULL; local
638 tmp = lpfc_get_cmd_rsp_buf_per_hdwq(phba, lpfc_cmd);
639 if (!tmp) {
644 lpfc_cmd->fcp_cmnd = tmp->fcp_cmnd;
645 lpfc_cmd->fcp_rsp = tmp->fcp_rsp;
653 pdma_phys_fcp_cmd = tmp->fcp_cmd_rsp_dma_handle;
5083 char tmp[384] = {0}; local
5088 scnprintf(tmp, sizeof(tmp), phba->ModelDesc);
5089 if (strlcat(lpfcinfobuf, tmp, sizeo
[all...]
H A Dlpfc_init.c12727 struct cpumask *tmp; local
12730 tmp = kzalloc(cpumask_size(), GFP_KERNEL);
12731 if (!tmp)
12743 if (!cpumask_and(tmp, maskp, cpumask_of(cpu)))
12751 cpumask_and(tmp, maskp, cpu_online_mask);
12752 if (cpumask_weight(tmp) > 1)
12763 kfree(tmp);

Completed in 472 milliseconds

<<11121314151617181920>>