logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

probe::ioscheduler.elv_add_request - probe to indicate request is added to the request queue.

Name

       probe::ioscheduler.elv_add_request - probe to indicate request is added to the request queue.

See Also

tapset::ioscheduler(3stap)

SystemTap Tapset Reference                         April 2024                          PROBE::IOSCHEDULER(3stap)

Synopsis

       ioscheduler.elv_add_request

Values

disk_major
           Disk major no of request.

       elevator_name
           The type of I/O elevator currently enabled.

       q
           Pointer to request queue.

       rq_flags
           Request flags.

       disk_minor
           Disk minor number of request.

       rq
           Address of request.

See Also