Searched full:successfully (Results 1 – 25 of 3492) sorted by relevance
12345678910>>...140
| /kernel/liteos_a/kernel/include/ |
| D | los_rwlock.h | 68 …to Init a rwlock. A rwlock handle is assigned to rwlockHandle when the rwlock is init successfully. 70 * @param rwlock [IN] Handle pointer of the successfully init rwlock. 74 * @retval #LOS_OK The rwlock is successfully created. 86 …* This API is used to delete a specified rwlock. Return LOS_OK on deleting successfully, return sp… 91 * <li>The rwlock can be deleted successfully only if no other tasks pend on it.</li> 99 * @retval #LOS_OK The rwlock is successfully deleted. 133 * @retval #LOS_OK The rwlock is successfully locked. 167 * @retval #LOS_OK The rwlock is successfully locked. 201 * @retval #LOS_OK The rwlock is successfully locked. 235 * @retval #LOS_OK The rwlock is successfully locked. [all …]
|
| D | los_mux.h | 98 … used to Init a mutex. A mutex handle is assigned to muxHandle when the mutex is init successfully. 105 * @param mutex [IN] Handle pointer of the successfully init mutex. 109 * @retval #LOS_OK The mutex is successfully created. 121 …* This API is used to delete a specified mutex. Return LOS_OK on deleting successfully, return spe… 126 * <li>The mutex can be deleted successfully only if no other tasks pend on it.</li> 134 * @retval #LOS_OK The mutex is successfully deleted. 168 * @retval #LOS_OK The mutex is successfully locked. 201 * @retval #LOS_OK The mutex is successfully locked. 229 * @retval #LOS_OK The mutex is successfully locked.
|
| /kernel/linux/linux-6.6/drivers/greybus/ |
| D | greybus_trace.h | 128 * has been successfully created. 139 * request has been successfully created and initialized. 199 * Occurs after a new connection is successfully created. 268 * Occurs after a new bundle is successfully created. 332 * Occurs after a new interface is successfully created. 352 * Occurs when a registered interface has been successfully 363 * Occurs when an interface has been successfully enabled. 405 * Occurs after a new module is successfully created, before 416 * Occurs after a module is successfully created, before registering 458 * Occurs after a new host device is successfully created, before
|
| /kernel/linux/linux-5.10/drivers/greybus/ |
| D | greybus_trace.h | 128 * has been successfully created. 139 * request has been successfully created and initialized. 199 * Occurs after a new connection is successfully created. 268 * Occurs after a new bundle is successfully created. 332 * Occurs after a new interface is successfully created. 352 * Occurs when a registered interface has been successfully 363 * Occurs when an interface has been successfully enabled. 405 * Occurs after a new module is successfully created, before 416 * Occurs after a module is successfully created, before registering 458 * Occurs after a new host device is successfully created, before
|
| /kernel/linux/linux-5.10/tools/testing/selftests/ftrace/test.d/kprobe/ |
| D | kretprobe_maxactive.tc | 6 # Test if we successfully reject unknown messages 9 # Test if we successfully reject too big maxactive 12 # Test if we successfully reject unparsable numbers for maxactive
|
| /kernel/linux/linux-6.6/tools/testing/selftests/ftrace/test.d/kprobe/ |
| D | kretprobe_maxactive.tc | 6 # Test if we successfully reject unknown messages 9 # Test if we successfully reject too big maxactive 12 # Test if we successfully reject unparsable numbers for maxactive
|
| /kernel/linux/linux-5.10/lib/ |
| D | lockref.c | 60 * Return: 1 if count updated successfully or 0 if count was zero 88 * Return: 1 if count updated successfully or 0 if count would become zero 116 * Return: 1 if count updated successfully or 0 if count was zero 161 * Return: 1 if count updated successfully or 0 if count <= 1 and lock taken 196 * Return: 1 if count updated successfully or 0 if lockref was dead
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | hwspinlock.h | 179 * Returns 0 if we successfully locked the hwspinlock, -EBUSY if 199 * Returns 0 if we successfully locked the hwspinlock, -EBUSY if 218 * Returns 0 if we successfully locked the hwspinlock, -EBUSY if 235 * Returns 0 if we successfully locked the hwspinlock, -EBUSY if 255 * Returns 0 if we successfully locked the hwspinlock, -EBUSY if 277 * Returns 0 when the @hwlock was successfully taken, and an appropriate 300 * Returns 0 when the @hwlock was successfully taken, and an appropriate 323 * Returns 0 when the @hwlock was successfully taken, and an appropriate 345 * Returns 0 when the @hwlock was successfully taken, and an appropriate 370 * Returns 0 when the @hwlock was successfully taken, and an appropriate
|
| /kernel/linux/linux-6.6/include/linux/ |
| D | hwspinlock.h | 185 * Returns 0 if we successfully locked the hwspinlock, -EBUSY if 205 * Returns 0 if we successfully locked the hwspinlock, -EBUSY if 224 * Returns 0 if we successfully locked the hwspinlock, -EBUSY if 241 * Returns 0 if we successfully locked the hwspinlock, -EBUSY if 261 * Returns 0 if we successfully locked the hwspinlock, -EBUSY if 283 * Returns 0 when the @hwlock was successfully taken, and an appropriate 306 * Returns 0 when the @hwlock was successfully taken, and an appropriate 329 * Returns 0 when the @hwlock was successfully taken, and an appropriate 351 * Returns 0 when the @hwlock was successfully taken, and an appropriate 376 * Returns 0 when the @hwlock was successfully taken, and an appropriate
|
| /kernel/linux/linux-5.10/Documentation/admin-guide/ |
| D | iostats.rst | 66 This is the total number of reads completed successfully. 75 This is the total number of sectors read successfully. 82 This is the total number of writes completed successfully. 88 This is the total number of sectors written successfully. 113 This is the total number of discards completed successfully. 119 This is the total number of sectors discarded successfully. 126 This is the total number of flush requests completed successfully.
|
| /kernel/linux/linux-6.6/Documentation/admin-guide/ |
| D | iostats.rst | 66 This is the total number of reads completed successfully. 75 This is the total number of sectors read successfully. 82 This is the total number of writes completed successfully. 88 This is the total number of sectors written successfully. 113 This is the total number of discards completed successfully. 119 This is the total number of sectors discarded successfully. 126 This is the total number of flush requests completed successfully.
|
| /kernel/linux/build/test/moduletest/runtest/bin/enhancedf2fs_t/testcases/bin/ |
| D | enhancedf2fs01.sh | 40 tst_res TPASS "Get undiscard info successfully, number is ${undiscard_num}." 48 tst_res TPASS "Created test1 dir successfully." 61 tst_res TPASS "Deleted successfully." 72 tst_res TPASS "blklen = $blklen >= 512 successfully."
|
| D | enhancedf2fs02.sh | 46 tst_res TPASS "Created test2 dir successfully." 60 tst_res TPASS "Deleted successfully." 73 tst_res TPASS "fio read successfully." 81 tst_res TPASS "blklen = $blklen >= 512 successfully."
|
| /kernel/linux/linux-5.10/Documentation/ABI/testing/ |
| D | procfs-diskstats | 13 4 reads completed successfully 30 15 discards completed successfully 39 19 flush requests completed successfully
|
| /kernel/linux/linux-6.6/Documentation/ABI/testing/ |
| D | procfs-diskstats | 13 4 reads completed successfully 30 15 discards completed successfully 39 19 flush requests completed successfully
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/intel/iavf/ |
| D | iavf_fdir.c | 111 * Returns 0 if the GTP-U protocol header is set successfully 184 * Returns 0 if the PFCP protocol header is set successfully 226 * Returns 0 if the NAT-T-ESP protocol header is set successfully 278 * Returns 0 if the UDP payload defined protocol header is set successfully 309 * Returns 0 if the IPv4 protocol header is set successfully 348 * Returns 0 if the IPv6 protocol header is set successfully 392 * Returns 0 if the TCP protocol header is set successfully 421 * Returns 0 if the UDP protocol header is set successfully 453 * Returns 0 if the SCTP protocol header is set successfully 482 * Returns 0 if the AH protocol header is set successfully [all …]
|
| /kernel/liteos_m/kernel/include/ |
| D | los_mux.h | 189 … to create a mutex. A mutex handle is assigned to muxHandle when the mutex is created successfully. 196 …* @param muxHandle [OUT] Handle pointer of the successfully created mutex. The value of handle s… 201 * @retval #LOS_OK The mutex is successfully created. 213 …* This API is used to delete a specified mutex. Return LOS_OK on deleting successfully, return spe… 218 * <li>The mutex can be deleted successfully only if no other tasks pend on it.</li> 226 * @retval #LOS_OK The mutex is successfully deleted. 261 * @retval #LOS_OK The mutex is successfully locked. 287 * @retval #LOS_OK The mutex is successfully released.
|
| /kernel/linux/linux-6.6/drivers/media/platform/mediatek/vcodec/encoder/ |
| D | venc_drv_if.h | 132 * Return: 0 if creating handle successfully, otherwise it is failed. 139 * Return: 0 if releasing handle successfully, otherwise it is failed. 148 * Return: 0 if setting param successfully, otherwise it is failed. 161 * Return: 0 if encoding frame successfully, otherwise it is failed.
|
| /kernel/liteos_a/fs/proc/include/ |
| D | proc_file.h | 53 * @retval #NOT NULL open successfully 103 * @retval #>0 Number of bytes write successfully 128 * @retval #>=0 deviation successfully 153 * @retval #ENOERR deviation successfully 176 * @retval #0 close successfully
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbevf/ |
| D | mbx.c | 11 * returns 0 if it successfully received a message notification 34 * returns 0 if it successfully received a message acknowledgment 59 * returns 0 if it successfully received a message notification and 85 * returns 0 if it successfully copied message into the buffer and 226 * returns 0 if it successfully copied message into the buffer 262 * returns 0 if it successfully read message from buffer
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/intel/igbvf/ |
| D | mbx.c | 10 * returns SUCCESS if it successfully received a message notification 36 * returns SUCCESS if it successfully received a message acknowledgment 64 * returns SUCCESS if it successfully received a message notification and 90 * returns SUCCESS if it successfully copied message into the buffer and 237 * returns SUCCESS if it successfully copied message into the buffer 275 * returns SUCCESS if it successfully read message from buffer
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/intel/igbvf/ |
| D | mbx.c | 11 * returns SUCCESS if it successfully received a message notification 37 * returns SUCCESS if it successfully received a message acknowledgment 65 * returns SUCCESS if it successfully received a message notification and 91 * returns SUCCESS if it successfully copied message into the buffer and 238 * returns SUCCESS if it successfully copied message into the buffer 276 * returns SUCCESS if it successfully read message from buffer
|
| /kernel/linux/linux-5.10/drivers/media/platform/mtk-vcodec/ |
| D | venc_drv_if.h | 133 * Return: 0 if creating handle successfully, otherwise it is failed. 140 * Return: 0 if releasing handle successfully, otherwise it is failed. 149 * Return: 0 if setting param successfully, otherwise it is failed. 162 * Return: 0 if encoding frame successfully, otherwise it is failed.
|
| /kernel/linux/linux-6.6/lib/ |
| D | lockref.c | 59 * Return: 1 if count updated successfully or 0 if count was zero 87 * Return: 1 if count updated successfully or 0 if count would become zero 135 * Return: 1 if count updated successfully or 0 if count <= 1 and lock taken 170 * Return: 1 if count updated successfully or 0 if lockref was dead
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/ |
| D | ixgbe_mbx.c | 16 * returns SUCCESS if it successfully read message from buffer 39 * returns SUCCESS if it successfully copied message into the buffer 110 * returns SUCCESS if it successfully received a message notification 135 * returns SUCCESS if it successfully received a message acknowledgement 162 * returns SUCCESS if it successfully received a message notification and 189 * returns SUCCESS if it successfully copied message into the buffer and 330 * returns SUCCESS if it successfully copied message into the buffer
|
12345678910>>...140