Searched refs:n_success (Results 1 - 5 of 5) sorted by relevance

/linux-master/net/openvswitch/
H A Dvport.h147 * @n_success: Number of packets that upcall to userspace succeed.
152 u64_stats_t n_success; member in struct:vport_upcall_stats_percpu
H A Dvport.c326 tx_success += u64_stats_read(&stats->n_success);
H A Ddatapath.c228 u64_stats_inc(&stats->n_success);
/linux-master/include/uapi/linux/
H A Dkfd_ioctl.h445 * @n_success: number of devices mapped successfully
447 * @n_success returns information to the caller how many devices from
452 * If the ioctl completes with return code 0 (success), n_success ==
459 __u32 n_success; /* to/from KFD */ member in struct:kfd_ioctl_map_memory_to_gpu_args
470 __u32 n_success; /* to/from KFD */ member in struct:kfd_ioctl_unmap_memory_from_gpu_args
/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_chardev.c1262 if (args->n_success > args->n_devices) {
1263 pr_debug("n_success exceeds n_devices\n");
1301 for (i = args->n_success; i < args->n_devices; i++) {
1331 args->n_success = i+1;
1379 if (args->n_success > args->n_devices) {
1380 pr_debug("n_success exceeds n_devices\n");
1411 for (i = args->n_success; i < args->n_devices; i++) {
1424 args->n_success = i+1;

Completed in 284 milliseconds