Home
last modified time | relevance | path

Searched refs:handle_count (Results 1 – 6 of 6) sorted by relevance

/linux/include/trace/events/
H A Djbd2.h263 __field( __u32, handle_count )
277 __entry->handle_count = stats->rs_handle_count;
292 __entry->handle_count, __entry->blocks,
/linux/drivers/scsi/qla2xxx/
H A Dqla_fw.h674 uint8_t handle_count; /* Handle count. */ member
876 uint8_t handle_count; /* Handle count. */ member
954 uint8_t handle_count; /* Handle count. */ member
989 uint8_t handle_count; /* Handle count. */ member
1035 uint8_t handle_count; member
1452 uint8_t handle_count; member
H A Dqla_mr.c2610 uint32_t handle, hindex, handle_count, i; in qlafx00_multistatus_entry() local
2617 handle_count = stsmfx->handle_count; in qlafx00_multistatus_entry()
2619 if (handle_count > MAX_HANDLE_COUNT) { in qlafx00_multistatus_entry()
2621 "Invalid handle count (0x%x).\n", handle_count); in qlafx00_multistatus_entry()
2629 for (i = 0; i < handle_count; i++) { in qlafx00_multistatus_entry()
H A Dqla_def.h2264 uint8_t handle_count; /* Handle count. */ member
2277 uint8_t handle_count; /* Handle count. */ member
2289 uint8_t handle_count; /* Handle count. */ member
2313 uint8_t handle_count; /* Handle count. */ member
H A Dqla_isr.c2904 handle_cnt = sts21_entry->handle_count; in qla2x00_process_response_entry()
2911 handle_cnt = sts22_entry->handle_count; in qla2x00_process_response_entry()
/linux/drivers/gpu/drm/panthor/
H A Dpanthor_gem.c336 if (drm_WARN_ON(bo->obj->dev, bo->obj->handle_count > 0)) in panthor_gem_kernel_bo_set_label()