Home
last modified time | relevance | path

Searched refs:head (Results 76 - 100 of 5939) sorted by relevance

12345678910>>...238

/kernel/linux/linux-6.6/security/tomoyo/
H A Dgc.c42 struct tomoyo_io_buffer *head; in tomoyo_struct_used_by_io_buffer() local
46 list_for_each_entry(head, &tomoyo_io_buffer_list, list) { in tomoyo_struct_used_by_io_buffer()
47 head->users++; in tomoyo_struct_used_by_io_buffer()
49 mutex_lock(&head->io_sem); in tomoyo_struct_used_by_io_buffer()
50 if (head->r.domain == element || head->r.group == element || in tomoyo_struct_used_by_io_buffer()
51 head->r.acl == element || &head->w.domain->list == element) in tomoyo_struct_used_by_io_buffer()
53 mutex_unlock(&head->io_sem); in tomoyo_struct_used_by_io_buffer()
55 head in tomoyo_struct_used_by_io_buffer()
73 struct tomoyo_io_buffer *head; tomoyo_name_used_by_io_buffer() local
621 struct tomoyo_io_buffer *head; tomoyo_gc_thread() local
650 tomoyo_notify_gc(struct tomoyo_io_buffer *head, const bool is_register) tomoyo_notify_gc() argument
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Dlinked_list.c15 int list_push_pop(struct bpf_spin_lock *lock, struct bpf_list_head *head, bool leave_in_map) in list_push_pop() argument
25 n = bpf_list_pop_front(head); in list_push_pop()
34 n = bpf_list_pop_back(head); in list_push_pop()
45 bpf_list_push_front(head, &f->node2); in list_push_pop()
50 n = bpf_list_pop_back(head); in list_push_pop()
62 bpf_list_push_front(head, &f->node2); in list_push_pop()
65 n = bpf_list_pop_front(head); in list_push_pop()
77 n = bpf_list_pop_front(head); in list_push_pop()
85 n = bpf_list_pop_back(head); in list_push_pop()
96 int list_push_pop_multiple(struct bpf_spin_lock *lock, struct bpf_list_head *head, boo argument
178 list_in_list(struct bpf_spin_lock *lock, struct bpf_list_head *head, bool leave_in_map) list_in_list() argument
248 test_list_push_pop(struct bpf_spin_lock *lock, struct bpf_list_head *head) test_list_push_pop() argument
259 test_list_push_pop_multiple(struct bpf_spin_lock *lock, struct bpf_list_head *head) test_list_push_pop_multiple() argument
270 test_list_in_list(struct bpf_spin_lock *lock, struct bpf_list_head *head) test_list_in_list() argument
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A Dcord_rep_ring.cc64 // Unrefs the entries in `[head, tail)`.
66 void UnrefEntries(const CordRepRing* rep, index_type head, index_type tail) { in UnrefEntries() argument
67 rep->ForEach(head, tail, [rep](index_type ix) { in UnrefEntries()
86 << ", head = " << rep.head_ << ", tail = " << rep.tail_ in operator <<()
89 CordRepRing::index_type head = rep.head(); in operator <<() local
91 CordRep* child = rep.entry_child(head); in operator <<()
92 s << " entry[" << head << "] length = " << rep.entry_length(head) in operator <<()
96 << ", offset = " << rep.entry_data_offset(head) in operator <<()
116 index_type head() const { return head_; } head() function in absl::cord_internal::CordRepRing::Filler
155 index_type head = head_; IsValid() local
168 output << "entry[" << head << "].child == nullptr"; IsValid() local
249 Fill(const CordRepRing* src, index_type head, index_type tail) Fill() argument
268 Copy(CordRepRing* rep, index_type head, index_type tail, size_t extra) Copy() argument
374 Position head = ring->Find(offset); AddRing() local
483 index_type head = rep->retreat(rep->head_); PrependLeaf() local
584 FindBinary(index_type head, index_type tail, size_t offset) const FindBinary() argument
601 FindSlow(index_type head, size_t offset) const FindSlow() argument
630 FindTailSlow(index_type head, size_t offset) const FindTailSlow() argument
717 Position head = rep->Find(len); RemovePrefix() local
[all...]
/kernel/linux/linux-5.10/sound/pci/ctxfi/
H A Dctimap.c21 struct list_head *pos, *pre, *head; in input_mapper_add() local
24 head = mappers; in input_mapper_add()
26 if (list_empty(head)) { in input_mapper_add()
29 list_add(&entry->list, head); in input_mapper_add()
33 list_for_each(pos, head) { in input_mapper_add()
41 if (pos != head) { in input_mapper_add()
43 if (pre == head) in input_mapper_add()
44 pre = head->prev; in input_mapper_add()
48 pre = head->prev; in input_mapper_add()
49 pos = head in input_mapper_add()
67 struct list_head *next, *pre, *head; input_mapper_delete() local
96 free_input_mapper_list(struct list_head *head) free_input_mapper_list() argument
[all...]
/kernel/linux/linux-6.6/sound/pci/ctxfi/
H A Dctimap.c21 struct list_head *pos, *pre, *head; in input_mapper_add() local
24 head = mappers; in input_mapper_add()
26 if (list_empty(head)) { in input_mapper_add()
29 list_add(&entry->list, head); in input_mapper_add()
33 list_for_each(pos, head) { in input_mapper_add()
41 if (pos != head) { in input_mapper_add()
43 if (pre == head) in input_mapper_add()
44 pre = head->prev; in input_mapper_add()
48 pre = head->prev; in input_mapper_add()
49 pos = head in input_mapper_add()
67 struct list_head *next, *pre, *head; input_mapper_delete() local
96 free_input_mapper_list(struct list_head *head) free_input_mapper_list() argument
[all...]
/third_party/curl/tests/unit/
H A Dunit1300.c59 struct Curl_llist_element *head; variable
71 * 2: list head will be NULL
77 fail_unless(llist.head == NULL, "list head should initiate to NULL");
88 * 2: list head will hold the data "unusedData_case1"
89 * 3: list tail will be the same as list head
92 Curl_llist_insert_next(&llist, llist.head, &unusedData_case1, &case1_list);
96 /* test that the list head data holds my unusedData */
97 fail_unless(llist.head->ptr == &unusedData_case1,
98 "head pt
[all...]
/kernel/linux/linux-5.10/drivers/rpmsg/
H A Dqcom_glink_smem.c40 __le32 *head; member
54 u32 head; in glink_smem_rx_avail() local
70 head = le32_to_cpu(*pipe->head); in glink_smem_rx_avail()
73 if (head < tail) in glink_smem_rx_avail()
74 return pipe->native.length - tail + head; in glink_smem_rx_avail()
76 return head - tail; in glink_smem_rx_avail()
117 u32 head; in glink_smem_tx_avail() local
121 head = le32_to_cpu(*pipe->head); in glink_smem_tx_avail()
137 glink_smem_tx_write_one(struct glink_smem_pipe *pipe, unsigned int head, const void *data, size_t count) glink_smem_tx_write_one() argument
162 unsigned int head; glink_smem_tx_write() local
[all...]
H A Dqcom_glink_rpm.c51 void __iomem *head; member
59 unsigned int head; in glink_rpm_rx_avail() local
62 head = readl(pipe->head); in glink_rpm_rx_avail()
65 if (head < tail) in glink_rpm_rx_avail()
66 return pipe->native.length - tail + head; in glink_rpm_rx_avail()
68 return head - tail; in glink_rpm_rx_avail()
113 unsigned int head; in glink_rpm_tx_avail() local
116 head = readl(pipe->head); in glink_rpm_tx_avail()
125 glink_rpm_tx_write_one(struct glink_rpm_pipe *pipe, unsigned int head, const void *data, size_t count) glink_rpm_tx_write_one() argument
156 unsigned int head; glink_rpm_tx_write() local
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/dispnv50/
H A Dhead.c22 #include "head.h"
39 nv50_head_flush_clr(struct nv50_head *head, in nv50_head_flush_clr() argument
45 if (clr.crc) nv50_crc_atomic_clr(head); in nv50_head_flush_clr()
46 if (clr.olut) head->func->olut_clr(head); in nv50_head_flush_clr()
47 if (clr.core) head->func->core_clr(head); in nv50_head_flush_clr()
48 if (clr.curs) head->func->curs_clr(head); in nv50_head_flush_clr()
52 nv50_head_flush_set_wndw(struct nv50_head *head, struc argument
65 nv50_head_flush_set(struct nv50_head *head, struct nv50_head_atom *asyh) nv50_head_flush_set() argument
225 nv50_head_atomic_check_lut(struct nv50_head *head, struct nv50_head_atom *asyh) nv50_head_atomic_check_lut() argument
283 nv50_head_atomic_check_mode(struct nv50_head *head, struct nv50_head_atom *asyh) nv50_head_atomic_check_mode() argument
340 struct nv50_head *head = nv50_head(crtc); nv50_head_atomic_check() local
517 struct nv50_head *head = nv50_head(crtc); nv50_head_destroy() local
573 struct nv50_head *head; nv50_head_create() local
[all...]
/third_party/node/lib/internal/streams/
H A Dbuffer_list.js15 this.head = null;
25 this.head = entry;
31 const entry = { data: v, next: this.head };
34 this.head = entry;
41 const ret = this.head.data;
43 this.head = this.tail = null;
45 this.head = this.head.next;
51 this.head = this.tail = null;
58 let p = this.head;
[all...]
/kernel/linux/linux-5.10/include/linux/
H A Dbtree.h16 * Each B+Tree consists of a head, that contains bookkeeping information and
29 * struct btree_head - btree head
61 * @head: the btree head to initialise
67 void btree_init_mempool(struct btree_head *head, mempool_t *mempool);
72 * @head: the btree head to initialise
79 int __must_check btree_init(struct btree_head *head);
84 * @head: the btree head t
[all...]
/kernel/linux/linux-6.6/include/linux/
H A Dbtree.h16 * Each B+Tree consists of a head, that contains bookkeeping information and
29 * struct btree_head - btree head
61 * @head: the btree head to initialise
67 void btree_init_mempool(struct btree_head *head, mempool_t *mempool);
72 * @head: the btree head to initialise
79 int __must_check btree_init(struct btree_head *head);
84 * @head: the btree head t
[all...]
/kernel/linux/linux-5.10/arch/x86/kvm/mmu/
H A Dpage_track.c160 struct kvm_page_track_notifier_head *head; in kvm_page_track_cleanup() local
162 head = &kvm->arch.track_notifier_head; in kvm_page_track_cleanup()
163 cleanup_srcu_struct(&head->track_srcu); in kvm_page_track_cleanup()
168 struct kvm_page_track_notifier_head *head; in kvm_page_track_init() local
170 head = &kvm->arch.track_notifier_head; in kvm_page_track_init()
171 INIT_HLIST_HEAD(&head->track_notifier_list); in kvm_page_track_init()
172 return init_srcu_struct(&head->track_srcu); in kvm_page_track_init()
183 struct kvm_page_track_notifier_head *head; in kvm_page_track_register_notifier() local
185 head = &kvm->arch.track_notifier_head; in kvm_page_track_register_notifier()
188 hlist_add_head_rcu(&n->node, &head in kvm_page_track_register_notifier()
201 struct kvm_page_track_notifier_head *head; kvm_page_track_unregister_notifier() local
222 struct kvm_page_track_notifier_head *head; kvm_page_track_write() local
248 struct kvm_page_track_notifier_head *head; kvm_page_track_flush_slot() local
[all...]
/kernel/linux/linux-6.6/arch/x86/kvm/mmu/
H A Dpage_track.c141 struct kvm_page_track_notifier_head *head; in kvm_page_track_cleanup() local
143 head = &kvm->arch.track_notifier_head; in kvm_page_track_cleanup()
144 cleanup_srcu_struct(&head->track_srcu); in kvm_page_track_cleanup()
149 struct kvm_page_track_notifier_head *head; in kvm_page_track_init() local
151 head = &kvm->arch.track_notifier_head; in kvm_page_track_init()
152 INIT_HLIST_HEAD(&head->track_notifier_list); in kvm_page_track_init()
153 return init_srcu_struct(&head->track_srcu); in kvm_page_track_init()
163 struct kvm_page_track_notifier_head *head; in kvm_page_track_register_notifier() local
170 head = &kvm->arch.track_notifier_head; in kvm_page_track_register_notifier()
173 hlist_add_head_rcu(&n->node, &head in kvm_page_track_register_notifier()
186 struct kvm_page_track_notifier_head *head; kvm_page_track_unregister_notifier() local
208 struct kvm_page_track_notifier_head *head; __kvm_page_track_write() local
231 struct kvm_page_track_notifier_head *head; kvm_page_track_delete_slot() local
[all...]
/third_party/toybox/toys/pending/
H A Dtcpsvd.c66 struct list *head; member
125 struct list_pid *prev, *free_node, *head = *pids; in delete() local
128 if (!head) return NULL; in delete()
130 while (head) { in delete()
131 if (head->pid == pid) { in delete()
132 ip = head->ip; in delete()
133 free_node = head; in delete()
134 if (!prev) *pids = head->next; in delete()
135 else prev->next = head->next; in delete()
139 prev = head; in delete()
148 struct list *head, *prev = NULL, *free_node = NULL; remove_connection() local
270 struct list *head, *newnode; tcpsvd_main() local
[all...]
/third_party/node/deps/v8/tools/
H A Dprofile_view.js49 var head;
56 if (viewParent === head) {
62 var viewNode = createViewNode(node.label, totalWeight, selfWeight, head);
66 head = viewNode;
70 var view = this.createView(head);
78 * @param {ProfileView.Node} head View head node.
81 ViewBuilder.prototype.createView = function(head) {
82 return new ProfileView(head);
95 * @param {ProfileView.Node} head Profil
[all...]
/kernel/linux/linux-6.6/kernel/rcu/
H A Dtiny.c85 static inline bool rcu_reclaim_tiny(struct rcu_head *head) in rcu_reclaim_tiny() argument
88 unsigned long offset = (unsigned long)head->func; in rcu_reclaim_tiny()
92 trace_rcu_invoke_kvfree_callback("", head, offset); in rcu_reclaim_tiny()
93 kvfree((void *)head - offset); in rcu_reclaim_tiny()
98 trace_rcu_invoke_callback("", head); in rcu_reclaim_tiny()
99 f = head->func; in rcu_reclaim_tiny()
100 WRITE_ONCE(head->func, (rcu_callback_t)0L); in rcu_reclaim_tiny()
101 f(head); in rcu_reclaim_tiny()
170 void call_rcu(struct rcu_head *head, rcu_callback_t func) in call_rcu() argument
175 if (debug_rcu_head_queue(head)) { in call_rcu()
249 kvfree_call_rcu(struct rcu_head *head, void *ptr) kvfree_call_rcu() argument
[all...]
/kernel/linux/linux-5.10/arch/x86/platform/uv/
H A Duv_time.c147 struct uv_rtc_timer_head *head = blade_info[bid]; in uv_rtc_allocate_timers() local
149 if (!head) { in uv_rtc_allocate_timers()
150 head = kmalloc_node(struct_size(head, cpu, in uv_rtc_allocate_timers()
153 if (!head) { in uv_rtc_allocate_timers()
157 spin_lock_init(&head->lock); in uv_rtc_allocate_timers()
158 head->ncpus = uv_blade_nr_possible_cpus(bid); in uv_rtc_allocate_timers()
159 head->next_cpu = -1; in uv_rtc_allocate_timers()
160 blade_info[bid] = head; in uv_rtc_allocate_timers()
163 head in uv_rtc_allocate_timers()
171 uv_rtc_find_next_timer(struct uv_rtc_timer_head *head, int pnode) uv_rtc_find_next_timer() argument
205 struct uv_rtc_timer_head *head = blade_info[bid]; uv_rtc_set_timer() local
241 struct uv_rtc_timer_head *head = blade_info[bid]; uv_rtc_unset_timer() local
[all...]
/kernel/linux/linux-6.6/arch/x86/platform/uv/
H A Duv_time.c147 struct uv_rtc_timer_head *head = blade_info[bid]; in uv_rtc_allocate_timers() local
149 if (!head) { in uv_rtc_allocate_timers()
150 head = kmalloc_node(struct_size(head, cpu, in uv_rtc_allocate_timers()
153 if (!head) { in uv_rtc_allocate_timers()
157 spin_lock_init(&head->lock); in uv_rtc_allocate_timers()
158 head->ncpus = uv_blade_nr_possible_cpus(bid); in uv_rtc_allocate_timers()
159 head->next_cpu = -1; in uv_rtc_allocate_timers()
160 blade_info[bid] = head; in uv_rtc_allocate_timers()
163 head in uv_rtc_allocate_timers()
171 uv_rtc_find_next_timer(struct uv_rtc_timer_head *head, int pnode) uv_rtc_find_next_timer() argument
205 struct uv_rtc_timer_head *head = blade_info[bid]; uv_rtc_set_timer() local
241 struct uv_rtc_timer_head *head = blade_info[bid]; uv_rtc_unset_timer() local
[all...]
/third_party/musl/src/stdlib/
H A Dqsort.c92 static void sift(unsigned char *head, size_t width, cmpfun cmp, void *arg, int pshift, size_t lp[]) in sift() argument
98 ar[0] = head; in sift()
100 rt = head - width; in sift()
101 lf = head - width - lp[pshift - 2]; in sift()
108 head = lf; in sift()
112 head = rt; in sift()
119 static void trinkle(unsigned char *head, size_t width, cmpfun cmp, void *arg, size_t pp[2], int pshift, int trusty, size_t lp[]) in trinkle() argument
131 ar[0] = head; in trinkle()
133 stepson = head - lp[pshift]; in trinkle()
138 rt = head in trinkle()
162 unsigned char *head, *high; __qsort_r() local
[all...]
/kernel/linux/linux-6.6/scripts/mod/
H A Dlist.h79 * @head: list head to add it after
81 * Insert a new entry after the specified head.
84 static inline void list_add(struct list_head *new, struct list_head *head) in list_add() argument
86 __list_add(new, head, head->next); in list_add()
92 * @head: list head to add it before
94 * Insert a new entry before the specified head.
97 static inline void list_add_tail(struct list_head *new, struct list_head *head) in list_add_tail() argument
138 list_is_head(const struct list_head *list, const struct list_head *head) list_is_head() argument
147 list_empty(const struct list_head *head) list_empty() argument
[all...]
/third_party/ntfs-3g/ntfsprogs/
H A Dlist.h71 * @head: list head to add it after
73 * Insert a new entry after the specified head.
77 struct ntfs_list_head *head) in ntfs_list_add()
79 __ntfs_list_add(new, head, head->next); in ntfs_list_add()
85 * @head: list head to add it before
87 * Insert a new entry before the specified head.
91 struct ntfs_list_head *head) in ntfs_list_add_tail()
76 ntfs_list_add(struct ntfs_list_head *new, struct ntfs_list_head *head) ntfs_list_add() argument
90 ntfs_list_add_tail(struct ntfs_list_head *new, struct ntfs_list_head *head) ntfs_list_add_tail() argument
139 ntfs_list_empty(struct ntfs_list_head *head) ntfs_list_empty() argument
149 ntfs_list_splice(struct ntfs_list_head *list, struct ntfs_list_head *head) ntfs_list_splice() argument
[all...]
/third_party/selinux/checkpolicy/
H A Dqueue.c21 q->head = q->tail = NULL; in queue_create()
40 if (q->head == NULL) { in queue_insert()
41 q->head = q->tail = newnode; in queue_insert()
64 if (q->head == NULL) { in queue_push()
65 q->head = q->tail = newnode; in queue_push()
67 newnode->next = q->head; in queue_push()
68 q->head = newnode; in queue_push()
82 if (q->head == NULL) in queue_remove()
85 node = q->head; in queue_remove()
86 q->head in queue_remove()
[all...]
/kernel/linux/linux-5.10/fs/proc/
H A Dproc_sysctl.c38 static bool is_empty_dir(struct ctl_table_header *head) in is_empty_dir() argument
40 return head->ctl_table[0].child == sysctl_mount_point; in is_empty_dir()
86 static int insert_links(struct ctl_table_header *head);
115 struct ctl_table_header *head; in find_entry() local
126 head = ctl_node->header; in find_entry()
127 entry = &head->ctl_table[ctl_node - head->node]; in find_entry()
136 *phead = head; in find_entry()
143 static int insert_entry(struct ctl_table_header *head, struct ctl_table *entry) in insert_entry() argument
145 struct rb_node *node = &head in insert_entry()
182 erase_entry(struct ctl_table_header *head, struct ctl_table *entry) erase_entry() argument
189 init_header(struct ctl_table_header *head, struct ctl_table_root *root, struct ctl_table_set *set, struct ctl_node *node, struct ctl_table *table) init_header() argument
211 erase_header(struct ctl_table_header *head) erase_header() argument
273 proc_sys_invalidate_dcache(struct ctl_table_header *head) proc_sys_invalidate_dcache() argument
309 sysctl_head_grab(struct ctl_table_header *head) sysctl_head_grab() argument
319 sysctl_head_finish(struct ctl_table_header *head) sysctl_head_finish() argument
341 struct ctl_table_header *head; lookup_entry() local
369 struct ctl_table_header *head = NULL; first_entry() local
386 struct ctl_table_header *head = *phead; next_entry() local
420 sysctl_perm(struct ctl_table_header *head, struct ctl_table *table, int op) sysctl_perm() argument
433 proc_sys_make_inode(struct super_block *sb, struct ctl_table_header *head, struct ctl_table *table) proc_sys_make_inode() argument
482 proc_sys_evict_inode(struct inode *inode, struct ctl_table_header *head) proc_sys_evict_inode() argument
493 struct ctl_table_header *head = PROC_I(inode)->sysctl; grab_header() local
502 struct ctl_table_header *head = grab_header(dir); proc_sys_lookup() local
547 struct ctl_table_header *head = grab_header(inode); proc_sys_call_handler() local
621 struct ctl_table_header *head = grab_header(inode); proc_sys_open() local
639 struct ctl_table_header *head = grab_header(inode); proc_sys_poll() local
668 proc_sys_fill_cache(struct file *file, struct dir_context *ctx, struct ctl_table_header *head, struct ctl_table *table) proc_sys_fill_cache() argument
717 proc_sys_link_fill_cache(struct file *file, struct dir_context *ctx, struct ctl_table_header *head, struct ctl_table *table) proc_sys_link_fill_cache() argument
738 scan(struct ctl_table_header *head, struct ctl_table *table, unsigned long *pos, struct file *file, struct dir_context *ctx) scan() argument
760 struct ctl_table_header *head = grab_header(file_inode(file)); proc_sys_readdir() local
793 struct ctl_table_header *head; proc_sys_permission() local
836 struct ctl_table_header *head = grab_header(inode); proc_sys_getattr() local
909 struct ctl_table_header *head; proc_sys_compare() local
935 struct ctl_table_header *head; find_subdir() local
1050 struct ctl_table_header *head; sysctl_follow_link() local
1196 struct ctl_table_header *head; get_links() local
1221 insert_links(struct ctl_table_header *head) insert_links() argument
[all...]
/kernel/linux/linux-6.6/fs/proc/
H A Dproc_sysctl.c92 static int insert_links(struct ctl_table_header *head);
116 struct ctl_table_header *head; in find_entry() local
127 head = ctl_node->header; in find_entry()
128 entry = &head->ctl_table[ctl_node - head->node]; in find_entry()
137 *phead = head; in find_entry()
144 static int insert_entry(struct ctl_table_header *head, struct ctl_table *entry) in insert_entry() argument
146 struct rb_node *node = &head->node[entry - head->ctl_table].node; in insert_entry()
147 struct rb_node **p = &head in insert_entry()
183 erase_entry(struct ctl_table_header *head, struct ctl_table *entry) erase_entry() argument
190 init_header(struct ctl_table_header *head, struct ctl_table_root *root, struct ctl_table_set *set, struct ctl_node *node, struct ctl_table *table, size_t table_size) init_header() argument
216 erase_header(struct ctl_table_header *head) erase_header() argument
282 proc_sys_invalidate_dcache(struct ctl_table_header *head) proc_sys_invalidate_dcache() argument
318 sysctl_head_grab(struct ctl_table_header *head) sysctl_head_grab() argument
328 sysctl_head_finish(struct ctl_table_header *head) sysctl_head_finish() argument
350 struct ctl_table_header *head; lookup_entry() local
378 struct ctl_table_header *head = NULL; first_entry() local
395 struct ctl_table_header *head = *phead; next_entry() local
429 sysctl_perm(struct ctl_table_header *head, struct ctl_table *table, int op) sysctl_perm() argument
442 proc_sys_make_inode(struct super_block *sb, struct ctl_table_header *head, struct ctl_table *table) proc_sys_make_inode() argument
493 proc_sys_evict_inode(struct inode *inode, struct ctl_table_header *head) proc_sys_evict_inode() argument
504 struct ctl_table_header *head = PROC_I(inode)->sysctl; grab_header() local
513 struct ctl_table_header *head = grab_header(dir); proc_sys_lookup() local
558 struct ctl_table_header *head = grab_header(inode); proc_sys_call_handler() local
632 struct ctl_table_header *head = grab_header(inode); proc_sys_open() local
650 struct ctl_table_header *head = grab_header(inode); proc_sys_poll() local
679 proc_sys_fill_cache(struct file *file, struct dir_context *ctx, struct ctl_table_header *head, struct ctl_table *table) proc_sys_fill_cache() argument
728 proc_sys_link_fill_cache(struct file *file, struct dir_context *ctx, struct ctl_table_header *head, struct ctl_table *table) proc_sys_link_fill_cache() argument
749 scan(struct ctl_table_header *head, struct ctl_table *table, unsigned long *pos, struct file *file, struct dir_context *ctx) scan() argument
771 struct ctl_table_header *head = grab_header(file_inode(file)); proc_sys_readdir() local
805 struct ctl_table_header *head; proc_sys_permission() local
849 struct ctl_table_header *head = grab_header(inode); proc_sys_getattr() local
922 struct ctl_table_header *head; proc_sys_compare() local
948 struct ctl_table_header *head; find_subdir() local
1062 struct ctl_table_header *head; sysctl_follow_link() local
1165 new_links(struct ctl_dir *dir, struct ctl_table_header *head) new_links() argument
1243 insert_links(struct ctl_table_header *head) insert_links() argument
[all...]

Completed in 12 milliseconds

12345678910>>...238