Home
last modified time | relevance | path

Searched defs:Context (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/android/binder/
H A Dprocess.rs493 fn new(ctx: Arc<Context>, cred: ARef<Credential>) -> Result<Arc<Self>> { in new()
570 pub(crate) fn debug_print(&self, m: &SeqFile, ctx: &Context, print_all: bool) -> Result<()> { in debug_print()
1570 pub(crate) fn open(ctx: ArcBorrow<'_, Context>, file: &File) -> Result<Arc<Process>> { in open() argument
/linux/fs/smb/client/
H A Dsmb2pdu.h201 char Context[]; /* ignored, Windows sets to 4 bytes of zero */ global() member
/linux/fs/smb/server/
H A Dsmb2pdu.h187 __u8 Context[4]; /* ignored, Windows sets to 4 bytes of zero */ global() member
/linux/tools/perf/scripts/python/
H A Dexported-sql-viewer.py729 class Context(): class