| /kernel/linux/linux-6.6/tools/perf/util/ |
| H A D | dso.h | 149 struct list_head node; member
|
| H A D | probe-file.c | 428 struct str_node *node; in probe_cache_entry__get_event() local [all...] |
| H A D | srcline.c | 48 inline_list__append(struct symbol *symbol, char *srcline, struct inline_node *node) inline_list__append() argument 287 inline_list__append_dso_a2l(struct dso *dso, struct inline_node *node, struct symbol *sym) inline_list__append_dso_a2l() argument 301 addr2line(const char *dso_name, u64 addr, char **file, unsigned int *line, struct dso *dso, bool unwind_inlines, struct inline_node *node, struct symbol *sym) addr2line() argument 622 inline_list__append_record(struct dso *dso, struct inline_node *node, struct symbol *sym, const char *function, const char *filename, unsigned int line_nr) inline_list__append_record() argument 634 addr2line(const char *dso_name, u64 addr, char **file, unsigned int *line_nr, struct dso *dso, bool unwind_inlines, struct inline_node *node, struct symbol *sym __maybe_unused) addr2line() argument 796 struct inline_node *node; addr2inlines() local 921 struct srcline_node *i, *node; srcline__tree_insert() local 992 inline_node__delete(struct inline_node *node) inline_node__delete() argument [all...] |
| /kernel/linux/linux-6.6/security/apparmor/ |
| H A D | label.c | 724 struct rb_node *node; in __vec_find() local 1145 struct rb_node *node; __label_find_merge() local 1983 struct rb_node *node; aa_labelset_destroy() local 2015 struct rb_node *node; labelset_next_stale() local [all...] |
| /kernel/linux/linux-6.6/security/selinux/ |
| H A D | avc.c | 154 struct avc_node *node; in avc_get_hash_stats() local 328 static int avc_add_xperms_decision(struct avc_node *node, in avc_add_xperms_decision() argument 353 static int avc_xperms_populate(struct avc_node *node, in avc_xperms_populate() argument 433 struct avc_node *node = container_of(rhead, struct avc_node, rhead); in avc_node_free() local 439 avc_node_delete(struct avc_node *node) avc_node_delete() argument 446 avc_node_kill(struct avc_node *node) avc_node_kill() argument 463 struct avc_node *node; avc_reclaim_node() local 498 struct avc_node *node; avc_alloc_node() local 515 avc_node_populate(struct avc_node *node, u32 ssid, u32 tsid, u16 tclass, struct av_decision *avd) avc_node_populate() argument 525 struct avc_node *node, *ret = NULL; avc_search_node() local 557 struct avc_node *node; avc_lookup() local 611 struct avc_node *pos, *node = NULL; avc_insert() local 839 struct avc_node *pos, *node, *orig = NULL; avc_update_node() local 926 struct avc_node *node; avc_flush() local 1021 struct avc_node *node; avc_has_extended_perms() local 1148 struct avc_node *node; avc_has_perm_noaudit() local [all...] |
| /kernel/linux/linux-6.6/security/keys/ |
| H A D | keyring.c | 668 struct assoc_array_node *node; in search_nested_keyrings() member 673 struct assoc_array_node *node; in search_nested_keyrings() local [all...] |
| /kernel/linux/linux-6.6/security/selinux/ss/ |
| H A D | policydb.h | 185 } node; /* node information */ member
|
| /kernel/linux/linux-6.6/tools/testing/selftests/net/mptcp/ |
| H A D | mptcp_sockopt.c | 161 static void xgetaddrinfo(const char *node, const char *service, in xgetaddrinfo() argument
|
| /kernel/linux/linux-6.6/tools/testing/selftests/rseq/ |
| H A D | param_test.c | 631 struct percpu_list_node *node = NULL; in this_cpu_list_pop() local 667 struct percpu_list_node *node; in __percpu_list_pop() local 597 this_cpu_list_push(struct percpu_list *list, struct percpu_list_node *node, int *_cpu) this_cpu_list_push() argument 686 struct percpu_list_node *node; test_percpu_list_thread() local 721 struct percpu_list_node *node; test_percpu_list() local 753 struct percpu_list_node *node; test_percpu_list() local 772 this_cpu_buffer_push(struct percpu_buffer *buffer, struct percpu_buffer_node *node, int *_cpu) this_cpu_buffer_push() argument 869 struct percpu_buffer_node *node; test_percpu_buffer_thread() local 914 struct percpu_buffer_node *node; test_percpu_buffer() local 953 struct percpu_buffer_node *node; test_percpu_buffer() local 1262 struct percpu_list_node *node; test_membarrier_init_percpu_list() local [all...] |
| /kernel/liteos_a/drivers/block/disk/src/ |
| H A D | disk.c | 1674 struct Vnode *node = NULL; in los_part_access() local
|
| /kernel/liteos_a/fs/vfs/bcache/src/ |
| H A D | bcache.c | 141 struct rb_node *node = bc->rbRoot.rb_node; in RbFindBlock() local 154 struct rb_node *node = bc->rbRoot.rb_node; in RbAddBlock() local 455 LOS_DL_LIST *node = NULL; GetSlowBlock() local 601 LOS_DL_LIST *node = NULL; BcacheSync() local [all...] |
| /kernel/liteos_a/kernel/extended/liteipc/ |
| H A D | hm_liteipc.c | 294 IpcUsedNode *node = NULL; in LiteIpcPoolDelete() local 347 IpcUsedNode *node = (IpcUsedNode *)malloc(sizeof(IpcUsedNode)); in EnableIpcNodeFreeByUser() local 373 IpcUsedNode *node = NULL; IsIpcNode() local 403 CheckUsedBuffer(const VOID *node, IpcListNode **outPtr) CheckUsedBuffer() argument 595 IpcListNode *node = NULL; LiteIpcRemoveServiceHandle() local 834 HandleSpecialObjects(UINT32 dstTid, IpcListNode *node, BOOL isRollback) HandleSpecialObjects() argument 908 CopyDataFromUser(IpcListNode *node, UINT32 bufSz, const IpcMsg *msg) CopyDataFromUser() argument 955 IpcListNode *node = (IpcListNode *)GetIpcKernelAddr(curr, (INTPTR)(content->buffToFree)); IsValidReply() local 1101 CheckReceivedMsg(IpcListNode *node, IpcContent *content, LosTaskCB *tcb) CheckReceivedMsg() argument 1143 (VOID)HandleSpecialObjects(LOS_CurTaskIDGet(), node, TRUE); CheckReceivedMsg() local 1157 IpcListNode *node = NULL; LiteIpcRead() local [all...] |
| /kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
| H A D | tipc.h | 25 __u32 node; member
|
| /kernel/linux/linux-6.6/sound/soc/codecs/ |
| H A D | cros_ec_codec.c | 963 struct device_node *node; in cros_ec_codec_platform_probe() local
|
| /kernel/linux/linux-6.6/drivers/s390/cio/ |
| H A D | cmf.c | 441 struct ccw_device_private *node; in alloc_cmb_single() local
|
| /kernel/linux/linux-6.6/drivers/scsi/device_handler/ |
| H A D | scsi_dh_alua.c | 64 struct list_head node; member 84 struct list_head node; member [all...] |
| H A D | scsi_dh_rdac.c | 155 struct list_head node; /* list of all controllers */ member 185 struct list_head node; member
|
| /kernel/linux/linux-6.6/kernel/sched/ |
| H A D | debug.c | 982 void print_numa_stats(struct seq_file *m, int node, unsigned long tsf, in print_numa_stats() argument
|
| /kernel/linux/linux-6.6/net/atm/ |
| H A D | lec.c | 818 struct hlist_node *node; member
|
| /kernel/linux/linux-6.6/kernel/time/ |
| H A D | posix-cpu-timers.c | 514 struct timerqueue_node *node; in cleanup_timerqueue() local [all...] |
| /kernel/linux/linux-6.6/lib/ |
| H A D | bitmap.c | 1399 unsigned long *bitmap_alloc_node(unsigned int nbits, gfp_t flags, int node) in bitmap_alloc_node() argument 1406 unsigned long *bitmap_zalloc_node(unsigned int nbits, gfp_t flags, int node) in bitmap_zalloc_node() argument
|
| /kernel/linux/linux-6.6/mm/ |
| H A D | util.c | 595 void *kvmalloc_node(size_t size, gfp_t flags, int node) in kvmalloc_node() argument
|
| H A D | slab_common.c | 1008 void *__do_kmalloc_node(size_t size, gfp_t flags, int node, unsigned long caller) in __do_kmalloc_node() argument 1031 void *__kmalloc_node(size_t size, gfp_t flags, int node) in __kmalloc_node() argument 1043 __kmalloc_node_track_caller(size_t size, gfp_t flags, int node, unsigned long caller) __kmalloc_node_track_caller() argument 1127 kmalloc_node_trace(struct kmem_cache *s, gfp_t gfpflags, int node, size_t size) kmalloc_node_trace() argument 1157 __kmalloc_large_node(size_t size, gfp_t flags, int node) __kmalloc_large_node() argument 1192 kmalloc_large_node(size_t size, gfp_t flags, int node) kmalloc_large_node() argument [all...] |
| H A D | slab.h | 806 static inline struct kmem_cache_node *get_node(struct kmem_cache *s, int node) in get_node() argument
|
| /kernel/linux/linux-6.6/net/batman-adv/ |
| H A D | network-coding.c | 514 batadv_nc_hash_compare(const struct hlist_node *node, const void *data2) batadv_nc_hash_compare() argument [all...] |