| /kernel/linux/linux-6.6/scripts/kconfig/ |
| H A D | list.h | 25 struct list_head *next, *prev; member 82 __list_add(struct list_head *_new, struct list_head *prev, struct list_head *next) __list_add() argument 112 __list_del(struct list_head *prev, struct list_head *next) __list_del() argument [all...] |
| /kernel/linux/linux-6.6/tools/perf/util/ |
| H A D | mem2node.c | 84 struct phys_entry *prev = &entries[j - 1]; in mem2node__init() local
|
| /kernel/linux/linux-6.6/security/selinux/ss/ |
| H A D | hashtab.h | 65 struct hashtab_node *prev, *cur; in hashtab_insert() local
|
| /kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
| H A D | cgroup_hierarchical_stats.c | 14 __u64 prev; member
|
| H A D | cpumask_success.c | 433 struct bpf_cpumask *local, *prev; in BPF_PROG() local
|
| /kernel/linux/linux-6.6/tools/testing/selftests/powerpc/dscr/ |
| H A D | dscr_explicit_test.c | 30 sem_t *prev = (sem_t *)args; in dscr_explicit_lockstep_thread() local 56 sem_t *prev = &semaphores[1]; /* reversed prev/next than for the other thread */ in dscr_explicit_lockstep_test() local
|
| /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...] |