Home
last modified time | relevance | path

Searched refs:__unused (Results 1 – 13 of 13) sorted by relevance

/system/memory/lmkd/
Dstatslog.h128 lmkd_pack_set_kill_occurred(LMK_KILL_OCCURRED_PACKET packet __unused, in lmkd_pack_set_kill_occurred() argument
129 struct kill_stat *kill_st __unused, in lmkd_pack_set_kill_occurred() argument
130 struct memory_stat *mem_st __unused) { in lmkd_pack_set_kill_occurred() argument
134 static inline struct memory_stat *stats_read_memory_stat(bool per_app_memcg __unused, in stats_read_memory_stat() argument
135 int pid __unused, uid_t uid __unused, in stats_read_memory_stat() argument
136 int64_t rss_bytes __unused, int64_t swap_bytes __unused) { in stats_read_memory_stat() argument
140 static inline void stats_store_taskname(int pid __unused, const char* taskname __unused) {} in stats_store_taskname() argument
144 static inline void stats_remove_taskname(int pid __unused) {} in stats_remove_taskname() argument
146 static inline const char* stats_get_task_name(int pid __unused) { return NULL; } in stats_get_task_name() argument
Dlmkd.cpp90 #ifndef __unused
91 #define __unused __attribute__((__unused__)) macro
1842 struct polling_params *poll_params __unused) { in ctrl_data_handler() argument
1857 static void ctrl_connect_handler(int data __unused, uint32_t events __unused, in ctrl_connect_handler() argument
1858 struct polling_params *poll_params __unused) { in ctrl_connect_handler() argument
2538 static void kill_done_handler(int data __unused, uint32_t events __unused, in kill_done_handler() argument
2544 static void kill_fail_handler(int data __unused, uint32_t events __unused, in kill_fail_handler() argument
3534 static void memevent_listener_notification(int data __unused, uint32_t events __unused, in memevent_listener_notification() argument
3535 struct polling_params* poll_params __unused) { in memevent_listener_notification() argument
3757 static void kernel_event_handler(int data __unused, uint32_t events __unused, in kernel_event_handler() argument
[all …]
Dstatslog.cpp93 static int memory_stat_from_cgroup(struct memory_stat* mem_st, int pid, uid_t uid __unused) { in memory_stat_from_cgroup() argument
/system/core/libsparse/
Ddefs.h19 #ifndef __unused
20 #define __unused __attribute__((__unused__)) macro
Dsparse_read.cpp288 SparseFileSource* source __unused, unsigned int blocks, in process_skip_chunk() argument
289 unsigned int block __unused, uint32_t* crc32) { in process_skip_chunk() argument
570 static int sparse_file_read_hole(struct sparse_file* s __unused, int fd __unused) { in sparse_file_read_hole() argument
Doutput_file.cpp260 static int callback_file_open(struct output_file* out __unused, int fd __unused) { in callback_file_open() argument
281 static int callback_file_pad(struct output_file* out __unused, int64_t len __unused) { in callback_file_pad() argument
709 unsigned int block_size, int64_t len, int gz __unused, in output_file_open_callback() argument
Dsparse.cpp230 static int out_counter_write(void* priv, const void* data __unused, size_t len) { in out_counter_write() argument
/system/bpf/progs/include/test/
Dmock_bpf_helpers.h40 __unused TypeOfValue* bpf_##the_map##_lookup_elem(const TypeOfKey* k) { \
44 __unused int bpf_##the_map##_update_elem(const TypeOfKey* k, const TypeOfValue* v, \
49 __unused int bpf_##the_map##_delete_elem(const TypeOfKey* k) { \
/system/extras/toolchain-extras/
Dprofile-clang-extras.cpp31 static void llvm_signal_handler(__unused int signum) { in llvm_signal_handler()
/system/core/libutils/binder/
DRefBase.cpp29 #ifndef __unused
30 #define __unused __attribute__((__unused__)) macro
467 int32_t old __unused = refs->mStrong.fetch_sub(INITIAL_STRONG_VALUE, std::memory_order_relaxed); in incStrong() local
560 const int32_t c __unused = impl->mWeak.fetch_add(1, in incWeak() local
569 const int32_t c __unused = impl->mWeak.fetch_add(1, in incWeakRequireWeak() local
/system/bpf/loader/
DBpfLoader.cpp147 int main(int __unused argc, char** argv, char * const envp[]) { in main()
/system/extras/taskstats/
Dtaskstats.c45 int print_receive_error(struct sockaddr_nl* address __unused, in print_receive_error() argument
46 struct nlmsgerr* error, void* arg __unused) { in print_receive_error() argument
/system/core/libnetutils/
Dpacket.c42 int open_raw_socket(const char* ifname __unused, uint8_t hwaddr[ETH_ALEN], int if_index) { in open_raw_socket() argument