Searched refs:Helper (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/scripts/ |
H A D | bpf_helpers_doc.py | 25 class Helper(object): class 67 stored as Helper object, in the self.helpers() array. 80 return Helper(proto=proto, desc=desc, ret=ret) 101 # Helper can have empty description and we might be parsing another 124 # Helper can have empty retval and we might be parsing another 167 Helper objects, and implement a way to print them in the desired fashion. 168 @helpers: array of Helper objects to print to standard output 193 @helpers: array of Helper objects to print to standard output 338 Helper functions that invalidate the checks on **data** and **data_end** 402 @helpers: array of Helper object [all...] |
/kernel/linux/linux-6.6/scripts/ |
H A D | bpf_doc.py | 46 class Helper(APIElement): class 88 stored as Helper object, in the self.helpers() array. 114 return Helper(proto=proto, desc=desc, ret=ret) 295 raise Exception("Helper %s is missing from enum bpf_func_id" % name) 299 raise Exception("Helper %s has multiple descriptions which are not grouped together" % name) 305 raise Exception("Helper %s (ID %d) comment order (#%d) must be aligned with its position (#%d) in enum bpf_func_id" % (name, enum_val, i + 1, enum_pos + 1)) 307 raise Exception("Helper %s has duplicated value %d" % (name, enum_val)) 329 Helper objects, and implement a way to print them in the desired fashion. 440 @parser: A HeaderParser with Helper objects to print to standard output 567 Helper function [all...] |
Completed in 2 milliseconds