Searched refs:result (Results 476 - 500 of 2627) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/scsi/qla4xxx/
H A Dql4_bsg.c58 bsg_reply->result = DID_ERROR << 16;
65 bsg_reply->result = DID_OK << 16;
68 bsg_job_done(bsg_job, bsg_reply->result,
128 bsg_reply->result = DID_ERROR << 16;
131 bsg_reply->result = DID_OK << 16;
133 bsg_job_done(bsg_job, bsg_reply->result,
182 bsg_reply->result = DID_ERROR << 16;
189 bsg_reply->result = DID_OK << 16;
192 bsg_job_done(bsg_job, bsg_reply->result,
253 bsg_reply->result
[all...]
/linux-master/drivers/rapidio/
H A Drio-scan.c161 u32 result; local
163 rio_mport_read_config_32(port, destid, hopcount, RIO_DID_CSR, &result);
165 return RIO_GET_DID(port->sys_size, result);
195 u32 result; local
201 rio_local_read_config_32(port, RIO_HOST_DID_LOCK_CSR, &result);
202 if ((result & 0xffff) != 0xffff) {
204 "RIO: badness when releasing host lock on master port, result %8.8x\n",
205 result);
211 rio_read_config_32(rdev, RIO_HOST_DID_LOCK_CSR, &result);
212 if ((result
242 u32 result; local
329 int result, rdid; local
489 u32 result = 0; local
507 u32 result; local
803 u32 result = 0; local
[all...]
/linux-master/drivers/media/pci/saa7164/
H A Dsaa7164-encoder.c103 int result = -ENODEV, i; local
147 __func__, result);
148 result = -ENOMEM;
180 result = 0;
183 return result;
632 int result, ret = 0; local
652 result = saa7164_api_transition_port(port, SAA_DMASTATE_ACQUIRE);
653 if ((result != SAA_OK) && (result != SAA_ERR_ALREADY_STOPPED)) {
655 __func__, result);
999 int result = -ENODEV; local
[all...]
/linux-master/drivers/md/dm-vdo/
H A Ddata-vio.c275 int error = vdo_status_to_errno(data_vio->vio.completion.result);
424 int result; local
433 result = vdo_int_map_put(lock->zone->lbn_operations, lock->lbn,
435 if (result != VDO_SUCCESS) {
436 continue_data_vio_with_error(data_vio, result);
446 result = VDO_ASSERT(lock_holder->logical.locked, "logical block lock held");
447 if (result != VDO_SUCCESS) {
448 continue_data_vio_with_error(data_vio, result);
788 int result; local
791 result
843 int result; local
1193 int result; local
1447 int result = vdo_get_compressed_block_fragment(mapping_state, block, local
1502 int result = uncompress_data_vio(data_vio, data_vio->mapped.state, data); local
1525 int result = blk_status_to_errno(bio->bi_status); local
1565 int result = VDO_SUCCESS; local
1887 int result; local
2000 int result = VDO_ASSERT(data_vio->is_discard, local
[all...]
H A Dpacker.c121 int result; local
123 result = vdo_allocate_extended(struct packer_bin, VDO_MAX_COMPRESSION_SLOTS,
125 if (result != VDO_SUCCESS)
126 return result;
147 int result; local
149 result = vdo_allocate(1, struct packer, __func__, &packer);
150 if (result != VDO_SUCCESS)
151 return result;
159 result = make_bin(packer);
160 if (result !
426 int result; local
565 int result; local
[all...]
/linux-master/fs/nfs/
H A Dfs_context.c532 struct fs_parse_result result; local
540 opt = fs_parse(fc, nfs_fs_parameters, param, &result);
572 if (result.negated)
578 if (result.negated)
584 if (result.negated)
590 if (result.negated)
596 if (result.negated)
602 if (result.negated) {
625 if (result.negated)
631 if (result
[all...]
/linux-master/tools/testing/selftests/bpf/verifier/
H A Datomic_xor.c20 .result = ACCEPT,
48 .result = ACCEPT,
76 .result = ACCEPT,
/linux-master/net/mpls/
H A Dinternal.h176 struct mpls_entry_decoded result; local
179 result.label = (entry & MPLS_LS_LABEL_MASK) >> MPLS_LS_LABEL_SHIFT;
180 result.ttl = (entry & MPLS_LS_TTL_MASK) >> MPLS_LS_TTL_SHIFT;
181 result.tc = (entry & MPLS_LS_TC_MASK) >> MPLS_LS_TC_SHIFT;
182 result.bos = (entry & MPLS_LS_S_MASK) >> MPLS_LS_S_SHIFT;
184 return result;
/linux-master/net/bluetooth/
H A Decdh_helper.c47 DECLARE_CRYPTO_WAIT(result);
71 crypto_req_done, &result);
73 err = crypto_wait_req(err, &result);
147 DECLARE_CRYPTO_WAIT(result);
167 crypto_req_done, &result);
170 err = crypto_wait_req(err, &result);
/linux-master/Documentation/sphinx/
H A Dkerneldoc.py130 result = ViewList()
142 result.append(line, doc + ": " + filename, lineoffset)
146 self.do_parse(result, node)
155 def do_parse(self, result, node):
156 with switch_source_input(self.state, result):
157 self.state.nested_parse(result, 0, node, match_titles=1)
/linux-master/drivers/acpi/dptf/
H A Ddptf_pch_fivr.c14 u64 result; member in struct:pch_fivr_resp
69 return sprintf(buf, "%llu\n", fivr_resp.result);\
124 int result; local
134 result = sysfs_create_group(&pdev->dev.kobj,
136 if (result)
137 return result;
/linux-master/drivers/acpi/
H A Dprocessor_throttling.c290 int result = 0; local
299 result = acpi_processor_get_platform_limit(pr);
300 if (result) {
302 return result;
356 int result = 0; local
382 result = acpi_processor_get_throttling(pr);
383 if (result)
387 result = acpi_processor_set_throttling(pr, 0, false);
388 if (result)
393 if (result)
401 int result = 0; local
484 int result = 0; local
560 int result = 0; local
1161 int result = 0; local
[all...]
/linux-master/arch/sparc/include/asm/
H A Dspinlock_32.h40 unsigned int result; local
42 : "=r" (result)
45 return (result == 0);
/linux-master/tools/testing/selftests/powerpc/tm/
H A Dtm-tmspr.c69 uint64_t result = 0; local
83 result = mfspr(SPRN_TEXASR);
84 if ((result & TEXASR_FS) == 0) {
/linux-master/arch/arm64/lib/
H A Dmemchr.S29 #define result x0 define
69 add result, srcin, tmp, asr #3
72 mov result, #0
/linux-master/drivers/iio/accel/
H A Dbma400_spi.c26 u8 result[BMA400_SPI_READ_BUFFER_SIZE]; local
32 status = spi_write_then_read(spi, reg, 1, result, val_size + 1);
42 memcpy(val, result + 1, val_size);
/linux-master/tools/testing/selftests/arm64/mte/
H A Dcheck_mmap_options.c63 int run, result, map_size; local
82 result = check_mte_memory(ptr, sizes[run], mode, tag_check);
85 if (result == KSFT_FAIL)
96 int result = KSFT_PASS; local
120 result = check_mte_memory(ptr, sizes[run], mode, tag_check);
124 if (result == KSFT_FAIL)
127 return result;
133 int run, prot_flag, result, fd, map_size; local
153 result = check_mte_memory(ptr, sizes[run], mode, TAG_CHECK_ON);
155 if (result !
[all...]
/linux-master/scripts/gdb/linux/
H A Dradixtree.py84 result = lookup(root, index)
85 if result is None:
88 return result
/linux-master/drivers/net/ethernet/google/gve/
H A Dgve_dqo.h79 u32 result = GVE_ITR_ENABLE_BIT_DQO; local
85 result |= (interval_us << GVE_ITR_INTERVAL_DQO_SHIFT);
87 return result;
/linux-master/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn10/
H A Drv1_clk_mgr_vbios_smu.c106 uint32_t result; local
117 result = rv1_smu_wait_for_response(clk_mgr, 10, 1000);
119 ASSERT(result == VBIOSSMC_Result_OK);
/linux-master/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn35/
H A Ddcn35_smu.c131 uint32_t result; local
133 result = dcn35_smu_wait_for_response(clk_mgr, 10, 2000000);
134 ASSERT(result == VBIOSSMC_Result_OK);
136 if (result != VBIOSSMC_Result_OK) {
137 DC_LOG_WARNING("SMU response after wait: %d, msg id = %d\n", result, msg_id);
139 if (result == VBIOSSMC_Status_BUSY)
152 result = dcn35_smu_wait_for_response(clk_mgr, 10, 2000000);
154 if (result == VBIOSSMC_Result_Failed) {
161 DC_LOG_WARNING("SMU response after wait: %d, msg id = %d\n", result, msg_id);
165 if (IS_SMU_TIMEOUT(result)) {
[all...]
/linux-master/arch/m68k/fpsp040/
H A Dscale.S70 st STORE_FLG(%a6) |dest already contains result
94 | The result can be denormalized, if src = 0, or overflow,
95 | if the result of the add sets a bit in the upper word.
101 beqs denorm |if zero, result is denorm
108 movew %d1,FPTEMP(%a6) |result in FPTEMP
110 fmovex FPTEMP(%a6),%fp0 |write result to fp0
117 movew FPTEMP(%a6),ETEMP(%a6) |result in ETEMP
136 movew %d1,FPTEMP(%a6) |result in FPTEMP
138 fmovex FPTEMP(%a6),%fp0 |write result to fp0
143 | (The result exponen
[all...]
/linux-master/include/uapi/linux/
H A Datm_tcp.h41 int result; /* to kernel only */ member in struct:atmtcp_control
46 * Messge type dir. hdr.v?i type addr qos vcc result
/linux-master/tools/testing/selftests/ftrace/test.d/instances/
H A Dinstance.tc20 result=$?
22 if [ $result -ne 0 ]; then
/linux-master/arch/hexagon/lib/
H A Dchecksum.c61 u64 result; local
63 result = (__force u64)saddr + (__force u64)daddr +
69 result = (result & 0xffffffffUL) + (result >> 32);
71 result = (result & 0xffffffffUL) + (result >> 32);
72 return (__force __wsum)result;

Completed in 2775 milliseconds

<<11121314151617181920>>