Home
last modified time | relevance | path

Searched refs:REQ_WRITE (Results 1 – 3 of 3) sorted by relevance

/external/bcc/examples/tracing/
Ddisksnoop.py16 REQ_WRITE = 1 # from include/linux/blk_types.h variable
57 if int(bflags_s, 16) & REQ_WRITE:
/external/bcc/docs/
Dtutorial_bcc_python_developer.md191 REQ_WRITE = 1 # from include/linux/blk_types.h
228 1. ```REQ_WRITE```: We're defining a kernel constant in the Python program because we'll use it the…
/external/avb/contrib/linux/4.4/
D0002-ANDROID-AVB-error-handler-to-invalidate-vbmeta-parti.patch234 + rw |= REQ_WRITE;