Home
last modified time | relevance | path

Searched refs:handle_count (Results 1 – 3 of 3) 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_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()
/linux/drivers/gpu/drm/i915/gem/selftests/
H A Di915_gem_context.c564 GEM_BUG_ON(obj->base.handle_count); in file_add_object()
573 obj->base.handle_count++; in file_add_object()