Home
last modified time | relevance | path

Searched refs:list (Results 1 – 25 of 25) sorted by relevance

/sysdeps/htl/
A Dtimer_routines.c73 newp->prev = list->prev; in list_append()
74 newp->next = list; in list_append()
75 list->prev->next = newp; in list_append()
76 list->prev = newp; in list_append()
82 list_append (list, newp); in list_insbefore()
93 struct list_head *lnext = list->next, *lprev = list->prev; in list_unlink()
102 return list->next; in list_first()
106 list_null (struct list_head *list) in list_null() argument
108 return list; in list_null()
114 return list->next; in list_next()
[all …]
/sysdeps/posix/
A Dlibc_fatal.c71 struct str_list *list = NULL; in __libc_message() local
106 newp->next = list; in __libc_message()
107 list = newp; in __libc_message()
118 iov[cnt].iov_base = (char *) list->str; in __libc_message()
119 iov[cnt].iov_len = list->len; in __libc_message()
120 total += list->len; in __libc_message()
121 list = list->next; in __libc_message()
A Dgetaddrinfo.c1318 unsigned int bits = list[idx].bits; in match_prefix()
1319 const uint8_t *mask = list[idx].prefix.s6_addr; in match_prefix()
1340 return list[idx].val; in match_prefix()
1714 free_prefixlist (struct prefixlist *list) in free_prefixlist() argument
1716 while (list != NULL) in free_prefixlist()
1718 struct prefixlist *oldp = list; in free_prefixlist()
1719 list = list->next; in free_prefixlist()
1726 free_scopelist (struct scopelist *list) in free_scopelist() argument
1728 while (list != NULL) in free_scopelist()
1730 struct scopelist *oldp = list; in free_scopelist()
[all …]
/sysdeps/pthread/
A Dposix-timer.h163 list_unlink_ip (struct list_head *list) in list_unlink_ip() argument
165 struct list_head *lnext = list->next, *lprev = list->prev; in list_unlink_ip()
174 list->next = list; in list_unlink_ip()
175 list->prev = list; in list_unlink_ip()
/sysdeps/mach/hurd/
A Dflistxattr.c26 flistxattr (int fd, char *list, size_t size) in flistxattr() argument
30 err = HURD_DPORT_USE (fd, _hurd_xattr_list (port, list, &size)); in flistxattr()
A Dlistxattr.c25 listxattr (const char *path, char *list, size_t size) in listxattr() argument
31 err = _hurd_xattr_list (port, list, &size); in listxattr()
A Dllistxattr.c26 llistxattr (const char *path, char *list, size_t size) in llistxattr() argument
32 err = _hurd_xattr_list (port, list, &size); in llistxattr()
/sysdeps/nptl/
A Dfork.h103 struct pthread *curp = list_entry (runp, struct pthread, list); in reclaim_stacks()
140 list_del (&self->list); in reclaim_stacks()
147 list_add (&self->list, &GL (dl_stack_user)); in reclaim_stacks()
149 list_add (&self->list, &GL (dl_stack_used)); in reclaim_stacks()
A Ddl-thread_gscope_wait.c36 struct pthread *t = list_entry (runp, struct pthread, list); in __thread_gscope_wait()
59 struct pthread *t = list_entry (runp, struct pthread, list); in __thread_gscope_wait()
A Ddl-tls_init_tp.c72 list_add (&pd->list, &GL (dl_stack_user)); in __tls_init_tp()
89 pd->robust_head.list = &pd->robust_head; in __tls_init_tp()
A D_Fork.c46 self->robust_head.list = &self->robust_head; in _Fork()
/sysdeps/unix/sysv/linux/
A DMakefile40 sysdeps/unix/sysv/linux/syscall-names.list
178 ../sysdeps/unix/sysv/linux/syscall-names.list
186 $(objpfx)tst-syscall-list-macros.list: \
194 $(objpfx)tst-syscall-list-nr.list: \
196 $(objpfx)tst-syscall-list-macros.list
201 $(objpfx)tst-syscall-list-sys.list: $(objpfx)tst-syscall-list-macros.list
205 tests-special += $(objpfx)tst-syscall-list.out
206 $(objpfx)tst-syscall-list.out: \
208 $(objpfx)tst-syscall-list-macros.list \
209 $(objpfx)tst-syscall-list-nr.list \
[all …]
A Ddl-execstack.c74 err = __nptl_change_stack_perm (list_entry (runp, struct pthread, list)); in _dl_make_stacks_executable()
86 list)); in _dl_make_stacks_executable()
A Dsyscall-names.list19 # This file contains the list of system call names. It has to remain in
21 # This file can list all potential system calls. The names are only
24 # The list of system calls is current as of Linux 5.15.
A Dglibcsyscalls.py108 names = list(set(names) - set(self.syscalls))
/sysdeps/unix/sysv/linux/sparc/sparc32/fpu/
A DImplies1 # We must list this here to move it ahead of the ldbl-opt code.
/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/
A DImplies1 # We must list this here to move it ahead of the ldbl-opt code.
/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/
A DImplies1 # We must list this here to move it ahead of the ldbl-opt code.
/sysdeps/x86_64/fpu/
A DMakefile2 libmvec-double-func-list = \
7 libmvec-float-func-list = \
21 $(foreach l,$(libmvec-double-func-list), \
23 $(foreach l,$(libmvec-float-func-list), \
/sysdeps/x86_64/fpu/multiarch/
A DMakefile62 libmvec-multiarch-double-func-list = \
69 libmvec-multiarch-float-func-list = \
78 $(foreach l,$(libmvec-multiarch-double-func-list), \
80 $(foreach l,$(libmvec-multiarch-float-func-list), \
/sysdeps/unix/
A DMakefile94 $(wildcard $(+sysdep_dirs:%=%/syscalls.list)) \
98 test -f $$dir/syscalls.list && \
A Dmake-syscalls.sh54 /^[ ]*$/d' $thisdir/syscalls.list`
/sysdeps/arc/
A Dconfigure.ac8 # Later # also got added to comment list, but ; couldn't be switched to
A Dconfigure9 # Later # also got added to comment list, but ; couldn't be switched to
/sysdeps/generic/
A Dldsodefs.h489 void *list[50]; member

Completed in 23 milliseconds