Home
last modified time | relevance | path

Searched refs:h_name (Results 1 – 4 of 4) sorted by relevance

/linux/tools/perf/scripts/python/
H A Dpowerpc-hcalls.py165 h_name = hcall_table_lookup(opcode)
171 print(print_ptrn % (h_name, cnt, min_t, max_t, time//cnt))
/linux/tools/lib/python/feat/
H A Dparse_features.py25 h_name = "Feature"
64 self.max_size_name = len(self.h_name)
254 self.emit(f"{self.h_name:<{self.max_size_name}} ", end="")
407 self.emit(f"|{self.h_name:<{self.max_size_name}}", end="")
24 h_name = "Feature" global() variable in ParseFeature
/linux/fs/lockd/
H A Dlockd.h81 char *h_name; /* remote hostname */ member
H A Dsvcsubs.c463 host->h_name); in nlmsvc_free_host_resources()