Searched defs:si (Results 1 - 3 of 3) sorted by relevance

/mm/
H A Dmemory-failure.c196 struct siginfo si; local
202 si.si_signo = SIGBUS;
203 si.si_errno = 0;
204 si.si_code = BUS_MCEERR_AO;
205 si.si_addr = (void *)addr;
207 si.si_trapno = trapno;
209 si.si_addr_lsb = compound_trans_order(compound_head(page)) + PAGE_SHIFT;
216 ret = send_sig_info(SIGBUS, &si, t); /* synchronous? */
H A Dswapfile.c73 __try_to_reclaim_swap(struct swap_info_struct *si, unsigned long offset) argument
75 swp_entry_t entry = swp_entry(si->type, offset);
101 static int discard_swap(struct swap_info_struct *si) argument
109 se = &si->first_swap_extent;
113 err = blkdev_issue_discard(si->bdev, start_block,
120 list_for_each_entry(se, &si->first_swap_extent.list, list) {
124 err = blkdev_issue_discard(si->bdev, start_block,
138 static void discard_swap_cluster(struct swap_info_struct *si, argument
141 struct swap_extent *se = si->curr_swap_extent;
159 si
182 scan_swap_map(struct swap_info_struct *si, unsigned char usage) argument
413 struct swap_info_struct *si; local
456 struct swap_info_struct *si; local
1024 find_next_to_unuse(struct swap_info_struct *si, unsigned int prev) argument
1065 struct swap_info_struct *si = swap_info[type]; local
1701 struct swap_info_struct *si; local
1724 struct swap_info_struct *si = v; local
1751 struct swap_info_struct *si = v; local
2172 struct swap_info_struct *si = swap_info[type]; local
2298 struct swap_info_struct *si; local
2361 struct swap_info_struct *si; local
2460 swap_count_continued(struct swap_info_struct *si, pgoff_t offset, unsigned char count) argument
2541 free_swap_count_continuations(struct swap_info_struct *si) argument
[all...]
H A Dslub.c228 static inline void stat(const struct kmem_cache *s, enum stat_item si) argument
231 __this_cpu_inc(s->cpu_slab->stat[si]);
4986 static int show_stat(struct kmem_cache *s, char *buf, enum stat_item si) argument
4997 unsigned x = per_cpu_ptr(s->cpu_slab, cpu)->stat[si];
5015 static void clear_stat(struct kmem_cache *s, enum stat_item si) argument
5020 per_cpu_ptr(s->cpu_slab, cpu)->stat[si] = 0;
5023 #define STAT_ATTR(si, text) \
5026 return show_stat(s, buf, si); \
5033 clear_stat(s, si); \

Completed in 29 milliseconds