Home
last modified time | relevance | path

Searched defs:decomp (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dsession.h42 struct decomp *decomp; member
46 struct decomp { struct
47 struct decomp *next; argument
48 u64 file_pos;
49 size_t mmap_len;
50 u64 head;
51 size_t size;
52 char data[];
H A Dsession.c45 struct decomp *decomp, *decomp_last = session->decomp_last; in perf_session__process_compressed_event() local
278 struct decomp *next, *decomp; in perf_session__release_decomp_events() local
2109 struct decomp *decomp = session->decomp_last; in __perf_session__process_decomp_events() local
H A Ddso.c489 bool decomp = false; in __open_dso() local
H A Dannotate.c1926 bool decomp = false; in symbol__disassemble() local
/OK3568_Linux_fs/kernel/drivers/net/ppp/
H A Dbsd_comp.c352 static void *bsd_alloc (unsigned char *options, int opt_len, int decomp) in bsd_alloc()
464 int opt_len, int unit, int debug, int decomp) in bsd_init()
/OK3568_Linux_fs/kernel/tools/perf/tests/
H A Dcode-reading.c246 bool decomp = false; in read_object_code() local
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddbus_usb.c1072 dbus_bus_fw_get(void *bus, uint8 **fw, int *fwlen, int *decomp) in dbus_bus_fw_get()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddbus_usb.c1054 dbus_bus_fw_get(void *bus, uint8 **fw, int *fwlen, int *decomp) in dbus_bus_fw_get()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Ddbus_usb.c1053 dbus_bus_fw_get(void *bus, uint8 **fw, int *fwlen, int *decomp) in dbus_bus_fw_get()
/OK3568_Linux_fs/kernel/crypto/
H A Dtestmgr.c114 } comp, decomp; member