Searched refs:result (Results 226 - 250 of 2617) sorted by relevance

1234567891011>>

/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dlru_bug.c18 ASSERT_OK(skel->data->result, "prealloc_lru_pop doesn't call check_and_init_map_value");
/linux-master/drivers/isdn/mISDN/
H A Dl1oip.h87 extern int l1oip_law_to_4bit(u8 *data, int len, u8 *result, u32 *state);
88 extern int l1oip_4bit_to_law(u8 *data, int len, u8 *result);
89 extern int l1oip_alaw_to_ulaw(u8 *data, int len, u8 *result);
90 extern int l1oip_ulaw_to_alaw(u8 *data, int len, u8 *result);
/linux-master/tools/testing/selftests/arm64/signal/
H A Dtest_signals.c26 return current->result;
/linux-master/lib/zlib_dfltcc/
H A Ddfltcc_deflate.h11 block_state *result);
/linux-master/arch/mips/fw/lib/
H A Dcmdline.c54 char *result = NULL; local
70 result = fw_envp(index + 1);
73 result = fw_envp(index) + i + 1;
86 return result;
/linux-master/drivers/md/persistent-data/
H A Ddm-block-manager.h70 * dm_bm_lock() locks a block and returns through @result a pointer to
72 * block then any changes you make to memory pointed to by @result will be
77 struct dm_block **result);
81 struct dm_block **result);
89 struct dm_block **result);
97 struct dm_block **result);
/linux-master/net/batman-adv/
H A Dnetlink.h21 u8 result, u32 test_time, u64 total_bytes,
/linux-master/drivers/media/platform/mediatek/vcodec/encoder/
H A Dvenc_drv_base.h30 * @result: [out] encode result
35 struct venc_done_result *result);
/linux-master/drivers/thermal/intel/int340x_thermal/
H A Dint3403_thermal.c84 int result = 0; local
97 result = acpi_install_notify_handler(priv->adev->handle,
100 if (result)
107 return result;
168 int result = 0; local
195 result = PTR_ERR(obj->cdev);
200 return result;
214 int result = 0; local
226 result = -EINVAL;
237 result
[all...]
/linux-master/drivers/acpi/
H A Dacpi_fpdt.c169 int result; local
199 result = -EINVAL;
208 result = -EINVAL;
216 result = sysfs_create_group(fpdt_kobj, &resume_attr_group);
217 if (result)
231 result = sysfs_create_group(fpdt_kobj, &suspend_attr_group);
232 if (result)
239 result = -EINVAL;
247 result = sysfs_create_group(fpdt_kobj, &boot_attr_group);
248 if (result)
278 int result; local
[all...]
/linux-master/arch/powerpc/platforms/ps3/
H A Dgelic_udbg.c76 s64 result; local
85 result = lv1_allocate_device_dma_region(bus_id, dev_id,
88 if (result)
91 result = lv1_map_device_dma_region(bus_id, dev_id, map_start,
94 if (result)
102 s64 result; local
109 result = lv1_unmap_device_dma_region(bus_id, dev_id, real_bus_addr,
111 if (result)
112 return result;
119 s64 result; local
[all...]
/linux-master/samples/cgroup/
H A Dcgroup_event_listener.c60 uint64_t result; local
62 ret = read(efd, &result, sizeof(result));
68 assert(ret == sizeof(result));
/linux-master/drivers/iio/imu/inv_mpu6050/
H A Dinv_mpu_trigger.c166 int result; local
170 result = pm_runtime_resume_and_get(pdev);
171 if (result)
172 return result;
177 result = inv_mpu6050_switch_engine(st, false, ~scan);
178 if (result)
180 result = inv_mpu6050_switch_engine(st, true, scan);
181 if (result)
184 result = inv_mpu6050_prepare_fifo(st, true);
185 if (result)
216 int result; local
[all...]
/linux-master/drivers/md/dm-vdo/
H A Dcompletion.c30 * "result" field is an error (i.e. not VDO_SUCCESS), the function in its "error_handler" will be
43 * is next run. It is a bug to attempt to set the result or re-finish a finished completion.
48 * also clear any error from the result field.
67 * vdo_set_completion_result() - Set the result of a completion.
71 void vdo_set_completion_result(struct vdo_completion *completion, int result) argument
74 if (completion->result == VDO_SUCCESS)
75 completion->result = result;
H A Dfunnel-queue.c14 int result; local
17 result = vdo_allocate(1, struct funnel_queue, "funnel queue", &queue);
18 if (result != VDO_SUCCESS)
19 return result;
/linux-master/tools/testing/selftests/bpf/verifier/
H A Dctx_skb.c30 .result = ACCEPT,
39 .result = REJECT,
60 .result = REJECT,
82 .result = REJECT,
105 .result = REJECT,
115 .result = REJECT,
125 .result = REJECT,
135 .result = REJECT,
145 .result = REJECT,
155 .result
[all...]
/linux-master/tools/testing/selftests/powerpc/pmu/ebb/
H A Dinstruction_count_test.c45 event->result.value = ebb_state.stats.pmc_count[4-1];
47 difference = event->result.value - expected;
48 percentage = (double)difference / event->result.value * 100;
53 printf("Actual %llu\n", event->result.value);
63 if (difference / event->result.value)
76 overhead = event->result.value;
80 current = event->result.value;
/linux-master/arch/x86/power/
H A Dhibernate_64.c101 int result; local
109 result = set_up_temporary_text_mapping(pgd);
110 if (result)
111 return result;
118 result = kernel_ident_mapping_init(&info, pgd, mstart, mend);
119 if (result)
120 return result;
/linux-master/tools/testing/selftests/powerpc/pmu/
H A Dcount_stcx_fail.c47 expected = instructions + overhead + (events[2].result.value * 10);
48 difference = events[0].result.value - expected;
49 percentage = (double)difference / events[0].result.value * 100;
59 printf("Actual %llu\n", events[0].result.value);
72 if (difference / events[0].result.value)
85 overhead = events[0].result.value;
89 current = events[0].result.value;
/linux-master/drivers/net/wan/
H A Dhdlc_raw_eth.c58 int result; local
89 result = hdlc->attach(dev, new_settings.encoding,
91 if (result)
92 return result;
94 result = attach_hdlc_protocol(dev, &proto,
96 if (result)
97 return result;
H A Dhdlc_raw.c42 int result; local
73 result = hdlc->attach(dev, new_settings.encoding,
75 if (result)
76 return result;
78 result = attach_hdlc_protocol(dev, &proto,
80 if (result)
81 return result;
/linux-master/drivers/dma/
H A Ddmaengine.h125 * @result: transaction result
133 const struct dmaengine_result *result)
136 .result = DMA_TRANS_NOERROR,
141 if (!result)
142 result = &dummy_result;
143 cb->callback_result(cb->callback_param, result);
153 * @result: transaction result
161 const struct dmaengine_result *result)
132 dmaengine_desc_callback_invoke(struct dmaengine_desc_callback *cb, const struct dmaengine_result *result) argument
160 dmaengine_desc_get_callback_invoke(struct dma_async_tx_descriptor *tx, const struct dmaengine_result *result) argument
[all...]
/linux-master/tools/testing/selftests/powerpc/ptrace/
H A Dptrace-gpr.c96 uint64_t result; local
102 result = r & 0xffff;
104 return result;
107 result |= random() << (__LONG_WIDTH__ - 31);
109 return result;
112 result ^= random() << 16;
114 return result;
/linux-master/drivers/gpu/drm/amd/display/dmub/src/
H A Ddmub_srv_stat.c75 notify->result = cmd.dp_aux_reply.control.result;
88 notify->result = AUX_RET_SUCCESS;
107 notify->result = DPIA_BW_REQ_FAILED;
109 notify->result = DPIA_BW_REQ_SUCCESS;
111 notify->result = DPIA_EST_BW_CHANGED;
113 notify->result = DPIA_BW_ALLOC_CAPS_CHANGED;
/linux-master/arch/arm/include/asm/
H A Datomic.h40 int result; \
49 : "=&r" (result), "=&r" (tmp), "+Qo" (v->counter) \
58 int result; \
68 : "=&r" (result), "=&r" (tmp), "+Qo" (v->counter) \
72 return result; \
79 int result, val; \
89 : "=&r" (result), "=&r" (val), "=&r" (tmp), "+Qo" (v->counter) \
93 return result; \
262 s64 result; local
266 : "=&r" (result)
284 s64 result; local
436 s64 result; local
456 s64 result; local
[all...]

Completed in 233 milliseconds

1234567891011>>