| /kernel/linux/linux-6.6/tools/usb/usbip/libsrc/ |
| H A D | list.h | 20 struct list_head *next, *prev; member 40 __list_add(struct list_head *new, struct list_head *prev, struct list_head *next) __list_add() argument 70 __list_del(struct list_head * prev, struct list_head * next) __list_del() argument [all...] |
| /kernel/uniproton/src/core/kernel/include/ |
| H A D | prt_list_external.h | 21 struct TagListObject *prev; member 39 OS_SEC_ALW_INLINE INLINE void ListLowLevelAdd(struct TagListObject *newNode, struct TagListObject *prev, in ListLowLevelAdd() argument [all...] |
| H A D | prt_swtmr_external.h | 41 struct TagSwTmrCtrl *prev; member
|
| /kernel/uniproton/src/mem/include/ |
| H A D | prt_mem_external.h | 46 struct TagFscMemCtrl *prev; member
|
| /kernel/linux/linux-6.6/kernel/ |
| H A D | scs.c | 133 unsigned long *p, prev, curr = highest, used = 0; in scs_check_usage() local
|
| /kernel/linux/linux-6.6/kernel/sched/ |
| H A D | stop_task.c | 20 balance_stop(struct rq *rq, struct task_struct *prev, struct rq_flags *rf) in balance_stop() argument 74 static void put_prev_task_stop(struct rq *rq, struct task_struct *prev) in put_prev_task_stop() argument
|
| /kernel/linux/linux-6.6/kernel/trace/ |
| H A D | trace_sched_switch.c | 24 probe_sched_switch(void *ignore, bool preempt, struct task_struct *prev, struct task_struct *next, unsigned int prev_state) probe_sched_switch() argument
|
| /kernel/linux/linux-6.6/lib/ |
| H A D | plist.c | 46 struct list_head *prev = top, *next = top->next; in plist_check_list() local 75 struct plist_node *first, *iter, *prev = NULL; plist_add() local [all...] |
| /kernel/linux/linux-6.6/net/bridge/netfilter/ |
| H A D | ebt_limit.c | 97 compat_ulong_t prev; member
|
| /third_party/ffmpeg/libavcodec/ |
| H A D | g722.h | 63 int prev; member
|
| H A D | kgv1dec.c | 54 uint8_t *out, *prev; in decode_frame() local
|
| H A D | options.c | 50 static void *codec_child_next(void *obj, void *prev) in codec_child_next() argument
|
| /third_party/ffmpeg/libavfilter/ |
| H A D | af_crystalizer.c | 31 AVFrame *prev; member
|
| /third_party/curl/src/ |
| H A D | tool_formparse.h | 44 struct tool_mime *prev; /* Previous sibling (reverse order link). */ member
|
| /third_party/backends/backend/ |
| H A D | hp-hpmem.c | 58 Alloc * prev; member [all...] |
| /third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/ |
| H A D | UTF8.java | 161 static boolean isValidTrail(int prev, byte t, int i, int length) { in isValidTrail() argument
|
| /third_party/icu/icu4c/source/common/ |
| H A D | locutil.cpp | 172 int32_t prev, i; in initLocaleFromName() local [all...] |
| /third_party/icu/icu4c/source/i18n/ |
| H A D | nortrans.cpp | 141 int32_t prev = start; in handleTransliterate() local
|
| /third_party/libuv/test/ |
| H A D | test-fs-poll.c | 84 poll_cb_fail(uv_fs_poll_t* handle, int status, const uv_stat_t* prev, const uv_stat_t* curr) poll_cb_fail() argument 91 poll_cb_noop(uv_fs_poll_t* handle, int status, const uv_stat_t* prev, const uv_stat_t* curr) poll_cb_noop() argument 98 poll_cb(uv_fs_poll_t* handle, int status, const uv_stat_t* prev, const uv_stat_t* curr) poll_cb() argument [all...] |
| /third_party/libbpf/include/linux/ |
| H A D | list.h | 51 static inline void __list_del(struct list_head * prev, struct list_head * next) in __list_del() argument 21 __list_add(struct list_head *new, struct list_head *prev, struct list_head *next) __list_add() argument [all...] |
| /third_party/libwebsockets/lib/roles/h2/ |
| H A D | minihuf.c | 331 int prev; in main() local
|
| /third_party/libwebsockets/lib/roles/http/ |
| H A D | minilex.c | 241 int prev; in issue() local
|
| /third_party/node/src/ |
| H A D | node_stat_watcher.cc | 79 Callback(uv_fs_poll_t* handle, int status, const uv_stat_t* prev, const uv_stat_t* curr) Callback() argument
|
| /third_party/ntfs-3g/ntfsprogs/ |
| H A D | list.h | 38 struct ntfs_list_head *next, *prev; member 59 __ntfs_list_add(struct ntfs_list_head * new, struct ntfs_list_head * prev, struct ntfs_list_head * next) __ntfs_list_add() argument 106 __ntfs_list_del(struct ntfs_list_head * prev, struct ntfs_list_head * next) __ntfs_list_del() argument [all...] |
| /third_party/musl/src/thread/ |
| H A D | pthread_cond_timedwait.c | 26 struct waiter *prev, *next; member [all...] |