Home
last modified time | relevance | path

Searched defs:s (Results 1 – 25 of 2061) sorted by relevance

12345678910>>...83

/linux/mm/
H A Dslub.c230 static inline bool kmem_cache_debug(struct kmem_cache *s) in kmem_cache_debug() argument
235 void *fixup_red_left(struct kmem_cache *s, void *p) in fixup_red_left() argument
324 static inline int sysfs_slab_add(struct kmem_cache *s) { return 0; } in sysfs_slab_add() argument
330 static inline void debugfs_slab_add(struct kmem_cache *s) { } in debugfs_slab_add() argument
374 stat(const struct kmem_cache * s,enum stat_item si) stat() argument
386 stat_add(const struct kmem_cache * s,enum stat_item si,int v) stat_add() argument
441 get_node(struct kmem_cache * s,int node) get_node() argument
446 get_barn_node(struct kmem_cache * s,int node) get_barn_node() argument
454 get_barn(struct kmem_cache * s) get_barn() argument
488 struct kmem_cache *s; global() member
504 freelist_ptr_encode(const struct kmem_cache * s,void * ptr,unsigned long ptr_addr) freelist_ptr_encode() argument
517 freelist_ptr_decode(const struct kmem_cache * s,freeptr_t ptr,unsigned long ptr_addr) freelist_ptr_decode() argument
530 get_freepointer(struct kmem_cache * s,void * object) get_freepointer() argument
541 set_freepointer(struct kmem_cache * s,void * object,void * fp) set_freepointer() argument
556 freeptr_outside_object(struct kmem_cache * s) freeptr_outside_object() argument
565 get_info_end(struct kmem_cache * s) get_info_end() argument
675 __slab_update_freelist(struct kmem_cache * s,struct slab * slab,struct freelist_counters * old,struct freelist_counters * new,const char * n) __slab_update_freelist() argument
701 slab_update_freelist(struct kmem_cache * s,struct slab * slab,struct freelist_counters * old,struct freelist_counters * new,const char * n) slab_update_freelist() argument
734 set_orig_size(struct kmem_cache * s,void * object,unsigned long orig_size) set_orig_size() argument
748 get_orig_size(struct kmem_cache * s,void * object) get_orig_size() argument
777 need_slab_obj_exts(struct kmem_cache * s) need_slab_obj_exts() argument
796 obj_exts_offset_in_slab(struct kmem_cache * s,struct slab * slab) obj_exts_offset_in_slab() argument
806 obj_exts_fit_within_slab_leftover(struct kmem_cache * s,struct slab * slab) obj_exts_fit_within_slab_leftover() argument
815 obj_exts_in_slab(struct kmem_cache * s,struct slab * slab) obj_exts_in_slab() argument
830 need_slab_obj_exts(struct kmem_cache * s) need_slab_obj_exts() argument
840 obj_exts_offset_in_slab(struct kmem_cache * s,struct slab * slab) obj_exts_offset_in_slab() argument
846 obj_exts_fit_within_slab_leftover(struct kmem_cache * s,struct slab * slab) obj_exts_fit_within_slab_leftover() argument
852 obj_exts_in_slab(struct kmem_cache * s,struct slab * slab) obj_exts_in_slab() argument
860 obj_exts_in_object(struct kmem_cache * s,struct slab * slab) obj_exts_in_object() argument
872 obj_exts_offset_in_object(struct kmem_cache * s) obj_exts_offset_in_object() argument
887 obj_exts_in_object(struct kmem_cache * s,struct slab * slab) obj_exts_in_object() argument
892 obj_exts_offset_in_object(struct kmem_cache * s) obj_exts_offset_in_object() argument
912 __fill_map(unsigned long * obj_map,struct kmem_cache * s,struct slab * slab) __fill_map() argument
959 size_from_object(struct kmem_cache * s) size_from_object() argument
967 restore_red_left(struct kmem_cache * s,void * p) restore_red_left() argument
992 check_valid_pointer(struct kmem_cache * s,struct slab * slab,void * object) check_valid_pointer() argument
1020 get_track(struct kmem_cache * s,void * object,enum track_item alloc) get_track() argument
1049 set_track_update(struct kmem_cache * s,void * object,enum track_item alloc,unsigned long addr,depot_stack_handle_t handle) set_track_update() argument
1064 set_track(struct kmem_cache * s,void * object,enum track_item alloc,unsigned long addr,gfp_t gfp_flags) set_track() argument
1072 init_tracking(struct kmem_cache * s,void * object) init_tracking() argument
1083 print_track(const char * s,struct track * t,unsigned long pr_time) print_track() argument
1101 print_tracking(struct kmem_cache * s,void * object) print_tracking() argument
1118 skip_orig_size_check(struct kmem_cache * s,const void * object) skip_orig_size_check() argument
1123 __slab_bug(struct kmem_cache * s,const char * fmt,va_list argsp) __slab_bug() argument
1137 slab_bug(struct kmem_cache * s,const char * fmt,...) slab_bug() argument
1147 slab_fix(struct kmem_cache * s,const char * fmt,...) slab_fix() argument
1162 print_trailer(struct kmem_cache * s,struct slab * slab,u8 * p) print_trailer() argument
1205 object_err(struct kmem_cache * s,struct slab * slab,u8 * object,const char * reason) object_err() argument
1234 slab_err(struct kmem_cache * s,struct slab * slab,const char * fmt,...) slab_err() argument
1249 init_object(struct kmem_cache * s,void * object,u8 val) init_object() argument
1283 restore_bytes(struct kmem_cache * s,const char * message,u8 data,void * from,void * to) restore_bytes() argument
1297 check_bytes_and_report(struct kmem_cache * s,struct slab * slab,u8 * object,const char * what,u8 * start,unsigned int value,unsigned int bytes,bool slab_obj_print) check_bytes_and_report() argument
1387 check_pad_bytes(struct kmem_cache * s,struct slab * slab,u8 * p) check_pad_bytes() argument
1413 slab_pad_check(struct kmem_cache * s,struct slab * slab) slab_pad_check() argument
1457 check_object(struct kmem_cache * s,struct slab * slab,void * object,u8 val) check_object() argument
1542 check_slab(struct kmem_cache * s,struct slab * slab) check_slab() argument
1571 on_freelist(struct kmem_cache * s,struct slab * slab,void * search) on_freelist() argument
1628 trace(struct kmem_cache * s,struct slab * slab,void * object,int alloc) trace() argument
1649 add_full(struct kmem_cache * s,struct kmem_cache_node * n,struct slab * slab) add_full() argument
1659 remove_full(struct kmem_cache * s,struct kmem_cache_node * n,struct slab * slab) remove_full() argument
1673 inc_slabs_node(struct kmem_cache * s,int node,int objects) inc_slabs_node() argument
1680 dec_slabs_node(struct kmem_cache * s,int node,int objects) dec_slabs_node() argument
1689 setup_object_debug(struct kmem_cache * s,void * object) setup_object_debug() argument
1699 setup_slab_debug(struct kmem_cache * s,struct slab * slab,void * addr) setup_slab_debug() argument
1709 alloc_consistency_checks(struct kmem_cache * s,struct slab * slab,void * object) alloc_consistency_checks() argument
1726 alloc_debug_processing(struct kmem_cache * s,struct slab * slab,void * object,int orig_size) alloc_debug_processing() argument
1753 free_consistency_checks(struct kmem_cache * s,struct slab * slab,void * object,unsigned long addr) free_consistency_checks() argument
1999 setup_object_debug(struct kmem_cache * s,void * object) setup_object_debug() argument
2001 setup_slab_debug(struct kmem_cache * s,struct slab * slab,void * addr) setup_slab_debug() argument
2003 alloc_debug_processing(struct kmem_cache * s,struct slab * slab,void * object,int orig_size) alloc_debug_processing() argument
2006 free_debug_processing(struct kmem_cache * s,struct slab * slab,void * head,void * tail,int * bulk_cnt,unsigned long addr,depot_stack_handle_t handle) free_debug_processing() argument
2010 slab_pad_check(struct kmem_cache * s,struct slab * slab) slab_pad_check() argument
2011 check_object(struct kmem_cache * s,struct slab * slab,void * object,u8 val) check_object() argument
2014 set_track(struct kmem_cache * s,void * object,enum track_item alloc,unsigned long addr,gfp_t gfp_flags) set_track() argument
2016 add_full(struct kmem_cache * s,struct kmem_cache_node * n,struct slab * slab) add_full() argument
2018 remove_full(struct kmem_cache * s,struct kmem_cache_node * n,struct slab * slab) remove_full() argument
2030 inc_slabs_node(struct kmem_cache * s,int node,int objects) inc_slabs_node() argument
2032 dec_slabs_node(struct kmem_cache * s,int node,int objects) dec_slabs_node() argument
2120 obj_exts_alloc_size(struct kmem_cache * s,struct slab * slab,gfp_t gfp) obj_exts_alloc_size() argument
2145 alloc_slab_obj_exts(struct slab * slab,struct kmem_cache * s,gfp_t gfp,bool new_slab) alloc_slab_obj_exts() argument
2266 alloc_slab_obj_exts_early(struct kmem_cache * s,struct slab * slab) alloc_slab_obj_exts_early() argument
2321 alloc_slab_obj_exts(struct slab * slab,struct kmem_cache * s,gfp_t gfp,bool new_slab) alloc_slab_obj_exts() argument
2331 alloc_slab_obj_exts_early(struct kmem_cache * s,struct slab * slab) alloc_slab_obj_exts_early() argument
2341 prepare_slab_obj_exts_hook(struct kmem_cache * s,struct slab * slab,gfp_t flags,void * p) prepare_slab_obj_exts_hook() argument
2357 __alloc_tagging_slab_alloc_hook(struct kmem_cache * s,void * object,gfp_t flags) __alloc_tagging_slab_alloc_hook() argument
2392 alloc_tagging_slab_alloc_hook(struct kmem_cache * s,void * object,gfp_t flags) alloc_tagging_slab_alloc_hook() argument
2400 __alloc_tagging_slab_free_hook(struct kmem_cache * s,struct slab * slab,void ** p,int objects) __alloc_tagging_slab_free_hook() argument
2424 alloc_tagging_slab_free_hook(struct kmem_cache * s,struct slab * slab,void ** p,int objects) alloc_tagging_slab_free_hook() argument
2434 alloc_tagging_slab_alloc_hook(struct kmem_cache * s,void * object,gfp_t flags) alloc_tagging_slab_alloc_hook() argument
2439 alloc_tagging_slab_free_hook(struct kmem_cache * s,struct slab * slab,void ** p,int objects) alloc_tagging_slab_free_hook() argument
2452 memcg_slab_post_alloc_hook(struct kmem_cache * s,struct list_lru * lru,gfp_t flags,size_t size,void ** p) memcg_slab_post_alloc_hook() argument
2475 memcg_slab_free_hook(struct kmem_cache * s,struct slab * slab,void ** p,int objects) memcg_slab_free_hook() argument
2497 struct kmem_cache *s; memcg_slab_post_charge() local
2553 memcg_slab_post_alloc_hook(struct kmem_cache * s,struct list_lru * lru,gfp_t flags,size_t size,void ** p) memcg_slab_post_alloc_hook() argument
2561 memcg_slab_free_hook(struct kmem_cache * s,struct slab * slab,void ** p,int objects) memcg_slab_free_hook() argument
2608 slab_free_hook(struct kmem_cache * s,void * x,bool init,bool after_rcu_delay) slab_free_hook() argument
2693 slab_free_freelist_hook(struct kmem_cache * s,void ** head,void ** tail,int * cnt) slab_free_freelist_hook() argument
2736 setup_object(struct kmem_cache * s,void * object) setup_object() argument
2748 __alloc_empty_sheaf(struct kmem_cache * s,gfp_t gfp,unsigned int capacity) __alloc_empty_sheaf() argument
2780 alloc_empty_sheaf(struct kmem_cache * s,gfp_t gfp) alloc_empty_sheaf() argument
2786 free_empty_sheaf(struct kmem_cache * s,struct slab_sheaf * sheaf) free_empty_sheaf() argument
2807 refill_sheaf(struct kmem_cache * s,struct slab_sheaf * sheaf,gfp_t gfp) refill_sheaf() argument
2848 __sheaf_flush_main_batch(struct kmem_cache * s) __sheaf_flush_main_batch() argument
2876 sheaf_flush_main(struct kmem_cache * s) sheaf_flush_main() argument
2891 sheaf_try_flush_main(struct kmem_cache * s) sheaf_try_flush_main() argument
2914 sheaf_flush_unused(struct kmem_cache * s,struct slab_sheaf * sheaf) sheaf_flush_unused() argument
2926 __rcu_free_sheaf_prepare(struct kmem_cache * s,struct slab_sheaf * sheaf) __rcu_free_sheaf_prepare() argument
2957 struct kmem_cache *s; rcu_free_sheaf_nobarn() local
2978 pcs_flush_all(struct kmem_cache * s) pcs_flush_all() argument
3005 __pcs_flush_all_cpu(struct kmem_cache * s,unsigned int cpu) __pcs_flush_all_cpu() argument
3025 pcs_destroy(struct kmem_cache * s) pcs_destroy() argument
3236 barn_shrink(struct kmem_cache * s,struct node_barn * barn) barn_shrink() argument
3293 init_cache_random_seq(struct kmem_cache * s) init_cache_random_seq() argument
3322 struct kmem_cache *s; init_freelist_randomization() local
3333 next_freelist_entry(struct kmem_cache * s,unsigned long * pos,void * start,unsigned long page_limit,unsigned long freelist_count) next_freelist_entry() argument
3357 shuffle_freelist(struct kmem_cache * s,struct slab * slab,bool allow_spin) shuffle_freelist() argument
3403 init_cache_random_seq(struct kmem_cache * s) init_cache_random_seq() argument
3408 shuffle_freelist(struct kmem_cache * s,struct slab * slab,bool allow_spin) shuffle_freelist() argument
3416 account_slab(struct slab * slab,int order,struct kmem_cache * s,gfp_t gfp) account_slab() argument
3428 unaccount_slab(struct slab * slab,int order,struct kmem_cache * s,bool allow_spin) unaccount_slab() argument
3441 allocate_slab(struct kmem_cache * s,gfp_t flags,int node) allocate_slab() argument
3518 new_slab(struct kmem_cache * s,gfp_t flags,int node) new_slab() argument
3529 __free_slab(struct kmem_cache * s,struct slab * slab,bool allow_spin) __free_slab() argument
3546 free_new_slab_nolock(struct kmem_cache * s,struct slab * slab) free_new_slab_nolock() argument
3562 free_slab(struct kmem_cache * s,struct slab * slab) free_slab() argument
3578 discard_slab(struct kmem_cache * s,struct slab * slab) discard_slab() argument
3635 alloc_single_from_partial(struct kmem_cache * s,struct kmem_cache_node * n,struct slab * slab,int orig_size) alloc_single_from_partial() argument
3673 alloc_single_from_new_slab(struct kmem_cache * s,struct slab * slab,int orig_size,gfp_t gfpflags) alloc_single_from_new_slab() argument
3720 get_partial_node_bulk(struct kmem_cache * s,struct kmem_cache_node * n,struct partial_bulk_context * pc,bool allow_spin) get_partial_node_bulk() argument
3778 get_from_partial_node(struct kmem_cache * s,struct kmem_cache_node * n,struct partial_context * pc) get_from_partial_node() argument
3842 get_from_any_partial(struct kmem_cache * s,struct partial_context * pc) get_from_any_partial() argument
3915 get_from_partial(struct kmem_cache * s,int node,struct partial_context * pc) get_from_partial() argument
3931 has_pcs_used(int cpu,struct kmem_cache * s) has_pcs_used() argument
3950 struct kmem_cache *s; flush_cpu_sheaves() local
3961 flush_all_cpus_locked(struct kmem_cache * s) flush_all_cpus_locked() argument
3991 flush_all(struct kmem_cache * s) flush_all() argument
4003 struct kmem_cache *s; flush_rcu_sheaf() local
4022 flush_rcu_sheaves_on_cache(struct kmem_cache * s) flush_rcu_sheaves_on_cache() argument
4054 struct kmem_cache *s; flush_all_rcu_sheaves() local
4074 struct kmem_cache *s; slub_cpu_setup() local
4122 struct kmem_cache *s; slub_cpu_dead() local
4145 free_debug_processing(struct kmem_cache * s,struct slab * slab,void * head,void * tail,int * bulk_cnt,unsigned long addr,depot_stack_handle_t handle) free_debug_processing() argument
4258 slab_out_of_memory(struct kmem_cache * s,gfp_t gfpflags,int nid) slab_out_of_memory() argument
4294 slab_out_of_memory(struct kmem_cache * s,gfp_t gfpflags,int nid) slab_out_of_memory() argument
4313 get_freelist_nofreeze(struct kmem_cache * s,struct slab * slab) get_freelist_nofreeze() argument
4338 maybe_wipe_obj_freeptr(struct kmem_cache * s,void * obj) maybe_wipe_obj_freeptr() argument
4347 alloc_from_new_slab(struct kmem_cache * s,struct slab * slab,void ** p,unsigned int count,bool allow_spin) alloc_from_new_slab() argument
4405 ___slab_alloc(struct kmem_cache * s,gfp_t gfpflags,int node,unsigned long addr,unsigned int orig_size) ___slab_alloc() argument
4484 __slab_alloc_node(struct kmem_cache * s,gfp_t gfpflags,int node,unsigned long addr,size_t orig_size) __slab_alloc_node() argument
4516 slab_pre_alloc_hook(struct kmem_cache * s,gfp_t flags) slab_pre_alloc_hook() argument
4529 slab_post_alloc_hook(struct kmem_cache * s,struct list_lru * lru,gfp_t flags,size_t size,void ** p,bool init,unsigned int orig_size) slab_post_alloc_hook() argument
4592 __pcs_replace_empty_main(struct kmem_cache * s,struct slub_percpu_sheaves * pcs,gfp_t gfp) __pcs_replace_empty_main() argument
4704 alloc_from_pcs(struct kmem_cache * s,gfp_t gfp,int node) alloc_from_pcs() argument
4779 alloc_from_pcs_bulk(struct kmem_cache * s,gfp_t gfp,size_t size,void ** p) alloc_from_pcs_bulk() argument
4869 slab_alloc_node(struct kmem_cache * s,struct list_lru * lru,gfp_t gfpflags,int node,unsigned long addr,size_t orig_size) slab_alloc_node() argument
4903 kmem_cache_alloc_noprof(struct kmem_cache * s,gfp_t gfpflags) kmem_cache_alloc_noprof() argument
4914 kmem_cache_alloc_lru_noprof(struct kmem_cache * s,struct list_lru * lru,gfp_t gfpflags) kmem_cache_alloc_lru_noprof() argument
4948 kmem_cache_alloc_node_noprof(struct kmem_cache * s,gfp_t gfpflags,int node) kmem_cache_alloc_node_noprof() argument
4958 __prefill_sheaf_pfmemalloc(struct kmem_cache * s,struct slab_sheaf * sheaf,gfp_t gfp) __prefill_sheaf_pfmemalloc() argument
4993 kmem_cache_prefill_sheaf(struct kmem_cache * s,gfp_t gfp,unsigned int size) kmem_cache_prefill_sheaf() argument
5077 kmem_cache_return_sheaf(struct kmem_cache * s,gfp_t gfp,struct slab_sheaf * sheaf) kmem_cache_return_sheaf() argument
5135 kmem_cache_refill_sheaf(struct kmem_cache * s,gfp_t gfp,struct slab_sheaf ** sheafp,unsigned int size) kmem_cache_refill_sheaf() argument
5191 kmem_cache_alloc_from_sheaf_noprof(struct kmem_cache * s,gfp_t gfp,struct slab_sheaf * sheaf) kmem_cache_alloc_from_sheaf_noprof() argument
5279 struct kmem_cache *s; __do_kmalloc_node() local
5325 struct kmem_cache *s; kmalloc_nolock_noprof() local
5408 __kmalloc_cache_noprof(struct kmem_cache * s,gfp_t gfpflags,size_t size) __kmalloc_cache_noprof() argument
5420 __kmalloc_cache_node_noprof(struct kmem_cache * s,gfp_t gfpflags,int node,size_t size) __kmalloc_cache_node_noprof() argument
5433 free_to_partial_list(struct kmem_cache * s,struct slab * slab,void * head,void * tail,int bulk_cnt,unsigned long addr) free_to_partial_list() argument
5505 __slab_free(struct kmem_cache * s,struct slab * slab,void * head,void * tail,int cnt,unsigned long addr) __slab_free() argument
5629 __pcs_install_empty_sheaf(struct kmem_cache * s,struct slub_percpu_sheaves * pcs,struct slab_sheaf * empty,struct node_barn * barn) __pcs_install_empty_sheaf() argument
5676 __pcs_replace_full_main(struct kmem_cache * s,struct slub_percpu_sheaves * pcs,bool allow_spin) __pcs_replace_full_main() argument
5799 free_to_pcs(struct kmem_cache * s,void * object,bool allow_spin) free_to_pcs() argument
5828 struct kmem_cache *s; rcu_free_sheaf() local
5894 __kfree_rcu_sheaf(struct kmem_cache * s,void * obj) __kfree_rcu_sheaf() argument
6051 free_to_pcs_bulk(struct kmem_cache * s,size_t size,void ** p) free_to_pcs_bulk() argument
6196 struct kmem_cache *s; free_deferred_objects() local
6218 defer_free(struct kmem_cache * s,void * head) defer_free() argument
6240 slab_free(struct kmem_cache * s,struct slab * slab,void * object,unsigned long addr) slab_free() argument
6259 memcg_alloc_abort_single(struct kmem_cache * s,void * object) memcg_alloc_abort_single() argument
6271 slab_free_bulk(struct kmem_cache * s,struct slab * slab,void * head,void * tail,void ** p,int cnt,unsigned long addr) slab_free_bulk() argument
6293 struct kmem_cache *s; slab_free_after_rcu_debug() local
6323 warn_free_bad_obj(struct kmem_cache * s,void * obj) warn_free_bad_obj() argument
6353 kmem_cache_free(struct kmem_cache * s,void * x) kmem_cache_free() argument
6379 struct kmem_cache *s = slab->slab_cache; slab_ksize() local
6498 struct kmem_cache *s; kvfree_rcu_cb() local
6544 struct kmem_cache *s; kfree() local
6577 struct kmem_cache *s; kfree_nolock() local
6639 struct kmem_cache *s = NULL; __do_krealloc() local
6960 struct kmem_cache *s; global() member
6976 build_detached_freelist(struct kmem_cache * s,size_t size,void ** p,struct detached_freelist * df) build_detached_freelist() argument
7040 __kmem_cache_free_bulk(struct kmem_cache * s,size_t size,void ** p) __kmem_cache_free_bulk() argument
7061 kmem_cache_free_bulk(struct kmem_cache * s,size_t size,void ** p) kmem_cache_free_bulk() argument
7089 __refill_objects_node(struct kmem_cache * s,void ** p,gfp_t gfp,unsigned int min,unsigned int max,struct kmem_cache_node * n,bool allow_spin) __refill_objects_node() argument
7169 __refill_objects_any(struct kmem_cache * s,void ** p,gfp_t gfp,unsigned int min,unsigned int max) __refill_objects_any() argument
7220 __refill_objects_any(struct kmem_cache * s,void ** p,gfp_t gfp,unsigned int min,unsigned int max) __refill_objects_any() argument
7228 refill_objects(struct kmem_cache * s,void ** p,gfp_t gfp,unsigned int min,unsigned int max) refill_objects() argument
7272 __kmem_cache_alloc_bulk(struct kmem_cache * s,gfp_t flags,size_t size,void ** p) __kmem_cache_alloc_bulk() argument
7306 kmem_cache_alloc_bulk_noprof(struct kmem_cache * s,gfp_t flags,size_t size,void ** p) kmem_cache_alloc_bulk_noprof() argument
7519 alloc_kmem_cache_stats(struct kmem_cache * s) alloc_kmem_cache_stats() argument
7534 init_percpu_sheaves(struct kmem_cache * s) init_percpu_sheaves() argument
7621 free_kmem_cache_nodes(struct kmem_cache * s) free_kmem_cache_nodes() argument
7644 __kmem_cache_release(struct kmem_cache * s) __kmem_cache_release() argument
7654 init_kmem_cache_nodes(struct kmem_cache * s) init_kmem_cache_nodes() argument
7693 calculate_sheaf_capacity(struct kmem_cache * s,struct kmem_cache_args * args) calculate_sheaf_capacity() argument
7744 calculate_sizes(struct kmem_cache_args * args,struct kmem_cache * s) calculate_sizes() argument
7900 list_slab_objects(struct kmem_cache * s,struct slab * slab) list_slab_objects() argument
7932 free_partial(struct kmem_cache * s,struct kmem_cache_node * n) free_partial() argument
7953 __kmem_cache_empty(struct kmem_cache * s) __kmem_cache_empty() argument
7967 __kmem_cache_shutdown(struct kmem_cache * s) __kmem_cache_shutdown() argument
8002 struct kmem_cache *s = slab->slab_cache; __kmem_obj_info() local
8135 struct kmem_cache *s; __check_heap_object() local
8184 __kmem_cache_do_shrink(struct kmem_cache * s) __kmem_cache_do_shrink() argument
8254 __kmem_cache_shrink(struct kmem_cache * s) __kmem_cache_shrink() argument
8262 struct kmem_cache *s; slab_mem_going_offline_callback() local
8277 struct kmem_cache *s; slab_mem_going_online_callback() local
8372 struct kmem_cache *s = kmem_cache_zalloc(kmem_cache, GFP_NOWAIT); bootstrap() local
8397 bootstrap_cache_sheaves(struct kmem_cache * s) bootstrap_cache_sheaves() argument
8530 do_kmem_cache_create(struct kmem_cache * s,const char * name,unsigned int size,struct kmem_cache_args * args,slab_flags_t flags) do_kmem_cache_create() argument
8642 validate_slab(struct kmem_cache * s,struct slab * slab,unsigned long * obj_map) validate_slab() argument
8667 validate_slab_node(struct kmem_cache * s,struct kmem_cache_node * n,unsigned long * obj_map) validate_slab_node() argument
8704 validate_slab_cache(struct kmem_cache * s) validate_slab_cache() argument
8781 add_location(struct loc_track * t,struct kmem_cache * s,const struct track * track,unsigned int orig_size) add_location() argument
8873 process_slab(struct loc_track * t,struct kmem_cache * s,struct slab * slab,enum track_item alloc,unsigned long * obj_map) process_slab() argument
8907 show_slab_objects(struct kmem_cache * s,char * buf,unsigned long flags) show_slab_objects() argument
8993 slab_size_show(struct kmem_cache * s,char * buf) slab_size_show() argument
8999 align_show(struct kmem_cache * s,char * buf) align_show() argument
9005 object_size_show(struct kmem_cache * s,char * buf) object_size_show() argument
9011 objs_per_slab_show(struct kmem_cache * s,char * buf) objs_per_slab_show() argument
9017 order_show(struct kmem_cache * s,char * buf) order_show() argument
9023 sheaf_capacity_show(struct kmem_cache * s,char * buf) sheaf_capacity_show() argument
9029 min_partial_show(struct kmem_cache * s,char * buf) min_partial_show() argument
9034 min_partial_store(struct kmem_cache * s,const char * buf,size_t length) min_partial_store() argument
9049 cpu_partial_show(struct kmem_cache * s,char * buf) cpu_partial_show() argument
9054 cpu_partial_store(struct kmem_cache * s,const char * buf,size_t length) cpu_partial_store() argument
9070 ctor_show(struct kmem_cache * s,char * buf) ctor_show() argument
9078 aliases_show(struct kmem_cache * s,char * buf) aliases_show() argument
9084 partial_show(struct kmem_cache * s,char * buf) partial_show() argument
9090 cpu_slabs_show(struct kmem_cache * s,char * buf) cpu_slabs_show() argument
9096 objects_partial_show(struct kmem_cache * s,char * buf) objects_partial_show() argument
9102 slabs_cpu_partial_show(struct kmem_cache * s,char * buf) slabs_cpu_partial_show() argument
9108 reclaim_account_show(struct kmem_cache * s,char * buf) reclaim_account_show() argument
9114 hwcache_align_show(struct kmem_cache * s,char * buf) hwcache_align_show() argument
9121 cache_dma_show(struct kmem_cache * s,char * buf) cache_dma_show() argument
9129 usersize_show(struct kmem_cache * s,char * buf) usersize_show() argument
9136 destroy_by_rcu_show(struct kmem_cache * s,char * buf) destroy_by_rcu_show() argument
9143 slabs_show(struct kmem_cache * s,char * buf) slabs_show() argument
9149 total_objects_show(struct kmem_cache * s,char * buf) total_objects_show() argument
9155 objects_show(struct kmem_cache * s,char * buf) objects_show() argument
9161 sanity_checks_show(struct kmem_cache * s,char * buf) sanity_checks_show() argument
9167 trace_show(struct kmem_cache * s,char * buf) trace_show() argument
9173 red_zone_show(struct kmem_cache * s,char * buf) red_zone_show() argument
9180 poison_show(struct kmem_cache * s,char * buf) poison_show() argument
9187 store_user_show(struct kmem_cache * s,char * buf) store_user_show() argument
9194 validate_show(struct kmem_cache * s,char * buf) validate_show() argument
9199 validate_store(struct kmem_cache * s,const char * buf,size_t length) validate_store() argument
9216 failslab_show(struct kmem_cache * s,char * buf) failslab_show() argument
9221 failslab_store(struct kmem_cache * s,const char * buf,size_t length) failslab_store() argument
9237 shrink_show(struct kmem_cache * s,char * buf) shrink_show() argument
9242 shrink_store(struct kmem_cache * s,const char * buf,size_t length) shrink_store() argument
9254 remote_node_defrag_ratio_show(struct kmem_cache * s,char * buf) remote_node_defrag_ratio_show() argument
9259 remote_node_defrag_ratio_store(struct kmem_cache * s,const char * buf,size_t length) remote_node_defrag_ratio_store() argument
9279 show_stat(struct kmem_cache * s,char * buf,enum stat_item si) show_stat() argument
9311 clear_stat(struct kmem_cache * s,enum stat_item si) clear_stat() argument
9363 skip_kfence_show(struct kmem_cache * s,char * buf) skip_kfence_show() argument
9368 skip_kfence_store(struct kmem_cache * s,const char * buf,size_t length) skip_kfence_store() argument
9469 struct kmem_cache *s; slab_attr_show() local
9485 struct kmem_cache *s; slab_attr_store() local
9514 cache_kset(struct kmem_cache * s) cache_kset() argument
9525 create_unique_id(struct kmem_cache * s) create_unique_id() argument
9563 sysfs_slab_add(struct kmem_cache * s) sysfs_slab_add() argument
9607 sysfs_slab_unlink(struct kmem_cache * s) sysfs_slab_unlink() argument
9613 sysfs_slab_release(struct kmem_cache * s) sysfs_slab_release() argument
9623 struct kmem_cache *s; global() member
9630 sysfs_slab_alias(struct kmem_cache * s,const char * name) sysfs_slab_alias() argument
9661 struct kmem_cache *s; slab_sysfs_init() local
9812 struct kmem_cache *s = file_inode(filep)->i_private; slab_debug_trace_open() local
9871 debugfs_slab_add(struct kmem_cache * s) debugfs_slab_add() argument
9887 debugfs_slab_release(struct kmem_cache * s) debugfs_slab_release() argument
9894 struct kmem_cache *s; slab_debugfs_init() local
9911 get_slabinfo(struct kmem_cache * s,struct slabinfo * sinfo) get_slabinfo() argument
[all...]
/linux/tools/testing/selftests/kvm/lib/
H A Dsparsebit.c205 node_first(const struct sparsebit * s) node_first() argument
219 node_next(const struct sparsebit * s,struct node * np) node_next() argument
247 node_prev(const struct sparsebit * s,struct node * np) node_prev() argument
310 node_find(const struct sparsebit * s,sparsebit_idx_t idx) node_find() argument
333 node_add(struct sparsebit * s,sparsebit_idx_t idx) node_add() argument
396 sparsebit_all_set(const struct sparsebit * s) sparsebit_all_set() argument
409 node_rm(struct sparsebit * s,struct node * nodep) node_rm() argument
498 node_split(struct sparsebit * s,sparsebit_idx_t idx) node_split() argument
599 node_reduce(struct sparsebit * s,struct node * nodep) node_reduce() argument
778 sparsebit_is_set(const struct sparsebit * s,sparsebit_idx_t idx) sparsebit_is_set() argument
804 bit_set(struct sparsebit * s,sparsebit_idx_t idx) bit_set() argument
831 bit_clear(struct sparsebit * s,sparsebit_idx_t idx) bit_clear() argument
924 sparsebit_dump_internal(FILE * stream,const struct sparsebit * s,unsigned int indent) sparsebit_dump_internal() argument
940 struct sparsebit *s; sparsebit_alloc() local
957 struct sparsebit *s = *sbitp; sparsebit_free() local
972 sparsebit_copy(struct sparsebit * d,const struct sparsebit * s) sparsebit_copy() argument
984 sparsebit_is_set_num(const struct sparsebit * s,sparsebit_idx_t idx,sparsebit_num_t num) sparsebit_is_set_num() argument
1008 sparsebit_is_clear(const struct sparsebit * s,sparsebit_idx_t idx) sparsebit_is_clear() argument
1015 sparsebit_is_clear_num(const struct sparsebit * s,sparsebit_idx_t idx,sparsebit_num_t num) sparsebit_is_clear_num() argument
1044 sparsebit_num_set(const struct sparsebit * s) sparsebit_num_set() argument
1050 sparsebit_any_set(const struct sparsebit * s) sparsebit_any_set() argument
1073 sparsebit_all_clear(const struct sparsebit * s) sparsebit_all_clear() argument
1079 sparsebit_any_clear(const struct sparsebit * s) sparsebit_any_clear() argument
1086 sparsebit_first_set(const struct sparsebit * s) sparsebit_first_set() argument
1100 sparsebit_first_clear(const struct sparsebit * s) sparsebit_first_clear() argument
1154 sparsebit_next_set(const struct sparsebit * s,sparsebit_idx_t prev) sparsebit_next_set() argument
1247 sparsebit_next_clear(const struct sparsebit * s,sparsebit_idx_t prev) sparsebit_next_clear() argument
1303 sparsebit_next_set_num(const struct sparsebit * s,sparsebit_idx_t start,sparsebit_num_t num) sparsebit_next_set_num() argument
1338 sparsebit_next_clear_num(const struct sparsebit * s,sparsebit_idx_t start,sparsebit_num_t num) sparsebit_next_clear_num() argument
1370 sparsebit_set_num(struct sparsebit * s,sparsebit_idx_t start,sparsebit_num_t num) sparsebit_set_num() argument
1452 sparsebit_clear_num(struct sparsebit * s,sparsebit_idx_t start,sparsebit_num_t num) sparsebit_clear_num() argument
1521 sparsebit_set(struct sparsebit * s,sparsebit_idx_t idx) sparsebit_set() argument
1527 sparsebit_clear(struct sparsebit * s,sparsebit_idx_t idx) sparsebit_clear() argument
1533 sparsebit_set_all(struct sparsebit * s) sparsebit_set_all() argument
1541 sparsebit_clear_all(struct sparsebit * s) sparsebit_clear_all() argument
1586 sparsebit_dump(FILE * stream,const struct sparsebit * s,unsigned int indent) sparsebit_dump() argument
1684 sparsebit_validate_internal(const struct sparsebit * s) sparsebit_validate_internal() argument
1898 struct sparsebit *s; global() variable
[all...]
/linux/drivers/comedi/
H A Dcomedi_buf.c51 struct comedi_subdevice *s) in __comedi_buf_free()
119 struct comedi_subdevice *s, in __comedi_buf_alloc()
181 comedi_buf_map_from_subdev_get(struct comedi_subdevice *s) in comedi_buf_map_from_subdev_get()
202 bool comedi_buf_is_mmapped(struct comedi_subdevice *s) in comedi_buf_is_mmapped()
209 int comedi_buf_alloc(struct comedi_device *dev, struct comedi_subdevice *s, in comedi_buf_alloc()
238 void comedi_buf_reset(struct comedi_subdevice *s) in comedi_buf_reset()
260 static unsigned int comedi_buf_write_n_unalloc(struct comedi_subdevice *s) in comedi_buf_write_n_unalloc()
268 unsigned int comedi_buf_write_n_available(struct comedi_subdevice *s) in comedi_buf_write_n_available()
276 unsigned int _comedi_buf_write_alloc(struct comedi_subdevice *s, in _comedi_buf_write_alloc()
307 unsigned int comedi_buf_write_alloc(struct comedi_subdevice *s, in comedi_buf_write_alloc()
[all …]
H A Ddrivers.c98 struct comedi_subdevice *s; in comedi_alloc_subdevices() local
140 int comedi_alloc_subdev_readback(struct comedi_subdevice *s) in comedi_alloc_subdev_readback()
159 struct comedi_subdevice *s; in comedi_device_detach_cleanup() local
219 static int poll_invalid(struct comedi_device *dev, struct comedi_subdevice *s) in poll_invalid()
237 int insn_inval(struct comedi_device *dev, struct comedi_subdevice *s, in insn_inval()
261 struct comedi_subdevice *s, in comedi_readback_insn_read()
296 struct comedi_subdevice *s, in comedi_timeout()
344 struct comedi_subdevice *s, in comedi_dio_insn_config()
389 unsigned int comedi_dio_update_state(struct comedi_subdevice *s, in comedi_dio_update_state()
423 unsigned int comedi_bytes_per_scan_cmd(struct comedi_subdevice *s, in comedi_bytes_per_scan_cmd()
[all …]
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
H A Dramseq.h6 #define ram_init(s,p) hwsq_init(&(s)->base, (p)) argument
7 #define ram_exec(s,e) hwsq_exec(&(s)->base, (e)) argument
8 #define ram_have(s,r) ((s)->r_##r.addr != 0x000000) argument
9 #define ram_rd32(s,r) hwsq_rd32(&(s)->base, &(s)->r_##r) argument
10 #define ram_wr32(s,r,d) hwsq_wr32(&(s)->base, &(s)->r_##r, (d)) argument
11 #define ram_nuke(s,r) hwsq_nuke(&(s)->base, &(s)->r_##r) argument
12 #define ram_mask(s,r,m,d) hwsq_mask(&(s)->base, &(s)->r_##r, (m), (d)) argument
13 #define ram_setf(s,f,d) hwsq_setf(&(s)->base, (f), (d)) argument
14 #define ram_wait(s,f,d) hwsq_wait(&(s)->base, (f), (d)) argument
15 #define ram_wait_vblank(s) hwsq_wait_vblank(&(s)->base) argument
[all …]
/linux/drivers/usb/host/
H A Docteon-hcd.h157 } s; member
227 } s; member
316 } s; member
546 } s; member
573 } s; member
626 } s; member
754 } s; member
778 } s; member
824 } s; member
913 } s; member
[all …]
/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_debugfs.c15 #define hclge_seq_file_to_hdev(s) \ argument
790 struct seq_file *s) in hclge_dbg_dump_reg_tqp()
842 struct seq_file *s) in hclge_dbg_dump_reg_common()
902 struct seq_file *s) in hclge_dbg_dump_mac_enable_status()
931 struct seq_file *s) in hclge_dbg_dump_mac_frame_size()
955 struct seq_file *s) in hclge_dbg_dump_mac_speed_duplex()
984 static int hclge_dbg_dump_mac(struct seq_file *s, void *data) in hclge_dbg_dump_mac()
1000 static int hclge_dbg_dump_dcb_qset(struct hclge_dev *hdev, struct seq_file *s) in hclge_dbg_dump_dcb_qset()
1028 static int hclge_dbg_dump_dcb_pri(struct hclge_dev *hdev, struct seq_file *s) in hclge_dbg_dump_dcb_pri()
1055 static int hclge_dbg_dump_dcb_pg(struct hclge_dev *hdev, struct seq_file *s) in hclge_dbg_dump_dcb_pg()
[all …]
/linux/drivers/tty/serial/
H A Dmax3100.c123 static int max3100_do_parity(struct max3100_port *s, u16 c) in max3100_do_parity()
141 static int max3100_check_parity(struct max3100_port *s, u16 c) in max3100_check_parity()
146 static void max3100_calc_parity(struct max3100_port *s, u16 *c) in max3100_calc_parity()
157 static int max3100_sr(struct max3100_port *s, u16 tx, u16 *rx) in max3100_sr()
182 static int max3100_handlerx_unlocked(struct max3100_port *s, u16 rx) in max3100_handlerx_unlocked()
223 static int max3100_handlerx(struct max3100_port *s, u16 rx) in max3100_handlerx()
236 struct max3100_port *s = container_of(w, struct max3100_port, work); in max3100_work() local
304 static void max3100_dowork(struct max3100_port *s) in max3100_dowork()
312 struct max3100_port *s = timer_container_of(s, t, timer); in max3100_timeout() local
320 struct max3100_port *s = dev_id; in max3100_irq() local
[all …]
/linux/include/linux/
H A Dseq_buf.h33 static inline void seq_buf_clear(struct seq_buf *s) in seq_buf_clear()
41 seq_buf_init(struct seq_buf *s, char *buf, unsigned int size) in seq_buf_init()
53 seq_buf_has_overflowed(struct seq_buf *s) in seq_buf_has_overflowed()
59 seq_buf_set_overflow(struct seq_buf *s) in seq_buf_set_overflow()
68 seq_buf_buffer_left(struct seq_buf *s) in seq_buf_buffer_left()
77 static inline unsigned int seq_buf_used(struct seq_buf *s) in seq_buf_used()
98 static inline const char *seq_buf_str(struct seq_buf *s) in seq_buf_str()
119 static inline size_t seq_buf_get_buf(struct seq_buf *s, char **bufp) in seq_buf_get_buf()
141 static inline void seq_buf_commit(struct seq_buf *s, int num) in seq_buf_commit()
160 static inline int seq_buf_pop(struct seq_buf *s) in seq_buf_pop()
/linux/arch/mips/include/asm/octeon/
H A Dcvmx-pciercx-defs.h82 } s; member
93 } s; member
104 } s; member
117 } s; member
124 } s; member
131 } s; member
157 } s; member
176 } s; member
203 } s; member
232 } s; member
[all …]
/linux/net/bluetooth/bnep/
H A Dcore.c50 struct bnep_session *s; in __bnep_get_session() local
61 static void __bnep_link_session(struct bnep_session *s) in __bnep_link_session()
66 static void __bnep_unlink_session(struct bnep_session *s) in __bnep_unlink_session()
71 static int bnep_send(struct bnep_session *s, void *data, size_t len) in bnep_send()
79 static int bnep_send_rsp(struct bnep_session *s, u8 ctrl, u16 resp) in bnep_send_rsp()
89 static inline void bnep_set_default_proto_filter(struct bnep_session *s) in bnep_set_default_proto_filter()
103 static int bnep_ctrl_set_netfilter(struct bnep_session *s, __be16 *data, int len) in bnep_ctrl_set_netfilter()
149 static int bnep_ctrl_set_mcfilter(struct bnep_session *s, u8 *data, int len) in bnep_ctrl_set_mcfilter()
209 static int bnep_rx_control(struct bnep_session *s, void *data, int len) in bnep_rx_control()
257 static int bnep_rx_extension(struct bnep_session *s, struct sk_buff *skb) in bnep_rx_extension()
[all …]
/linux/drivers/misc/genwqe/
H A Dcard_debugfs.c28 static void dbg_uidn_show(struct seq_file *s, struct genwqe_reg *regs, in dbg_uidn_show()
43 static int curr_dbg_uidn_show(struct seq_file *s, void *unused, int uid) in curr_dbg_uidn_show()
69 static int curr_dbg_uid0_show(struct seq_file *s, void *unused) in curr_dbg_uid0_show()
76 static int curr_dbg_uid1_show(struct seq_file *s, void *unused) in curr_dbg_uid1_show()
83 static int curr_dbg_uid2_show(struct seq_file *s, void *unused) in curr_dbg_uid2_show()
90 static int prev_dbg_uidn_show(struct seq_file *s, void *unused, int uid) in prev_dbg_uidn_show()
98 static int prev_dbg_uid0_show(struct seq_file *s, void *unused) in prev_dbg_uid0_show()
105 static int prev_dbg_uid1_show(struct seq_file *s, void *unused) in prev_dbg_uid1_show()
112 static int prev_dbg_uid2_show(struct seq_file *s, void *unused) in prev_dbg_uid2_show()
119 static int curr_regs_show(struct seq_file *s, void *unused) in curr_regs_show()
[all …]
/linux/net/bluetooth/rfcomm/
H A Dcore.c83 #define __session_dir(s) ((s)->initiator ? 0x00 : 0x01) argument
238 struct rfcomm_session *s = timer_container_of(s, t, timer); in rfcomm_session_timeout() local
246 static void rfcomm_session_set_timer(struct rfcomm_session *s, long timeout) in rfcomm_session_set_timer()
253 static void rfcomm_session_clear_timer(struct rfcomm_session *s) in rfcomm_session_clear_timer()
331 static void rfcomm_dlc_link(struct rfcomm_session *s, struct rfcomm_dlc *d) in rfcomm_dlc_link()
343 struct rfcomm_session *s = d->session; in rfcomm_dlc_unlink() local
355 static struct rfcomm_dlc *rfcomm_dlc_get(struct rfcomm_session *s, u8 dlci) in rfcomm_dlc_get()
373 struct rfcomm_session *s; in __rfcomm_dlc_open() local
439 struct rfcomm_session *s = d->session; in __rfcomm_dlc_disconn() local
453 struct rfcomm_session *s = d->session; in __rfcomm_dlc_close() local
[all …]
/linux/arch/x86/kvm/
H A Di8259.c46 static void pic_lock(struct kvm_pic *s) in pic_lock()
52 static void pic_unlock(struct kvm_pic *s) in pic_unlock()
74 static void pic_clear_isr(struct kvm_kpic_state *s, int irq) in pic_clear_isr()
93 static inline int pic_set_irq1(struct kvm_kpic_state *s, int irq, int level) in pic_set_irq1()
123 static inline int get_priority(struct kvm_kpic_state *s, int mask) in get_priority()
137 static int pic_get_irq(struct kvm_kpic_state *s) in pic_get_irq()
167 static void pic_update_irq(struct kvm_pic *s) in pic_update_irq()
183 void kvm_pic_update_irq(struct kvm_pic *s) in kvm_pic_update_irq()
193 struct kvm_pic *s = kvm->arch.vpic; in kvm_pic_set_irq() local
214 static inline void pic_intack(struct kvm_kpic_state *s, int irq) in pic_intack()
[all …]
/linux/drivers/media/pci/cx18/
H A Dcx18-streams.c108 struct cx18_stream *s = vb2_get_drv_priv(vq); in cx18_queue_setup() local
141 struct cx18_stream *s = vb2_get_drv_priv(vb->vb2_queue); in cx18_buf_queue() local
155 struct cx18_stream *s = vb2_get_drv_priv(vb->vb2_queue); in cx18_buf_prepare() local
175 void cx18_clear_queue(struct cx18_stream *s, enum vb2_buffer_state state) in cx18_clear_queue()
190 struct cx18_stream *s = vb2_get_drv_priv(vq); in cx18_start_streaming() local
216 struct cx18_stream *s = vb2_get_drv_priv(vq); in cx18_stop_streaming() local
236 struct cx18_stream *s = &cx->streams[type]; in cx18_stream_init() local
303 struct cx18_stream *s = &cx->streams[type]; in cx18_prep_dev() local
408 struct cx18_stream *s = &cx->streams[type]; in cx18_reg_dev() local
548 static void cx18_vbi_setup(struct cx18_stream *s) in cx18_vbi_setup()
[all …]
/linux/drivers/net/ethernet/meta/fbnic/
H A Dfbnic_debugfs.c16 static void fbnic_dbg_desc_break(struct seq_file *s, int i) in fbnic_dbg_desc_break()
24 static void fbnic_dbg_ring_show(struct seq_file *s) in fbnic_dbg_ring_show()
76 static void fbnic_dbg_twd_desc_seq_show(struct seq_file *s, int i) in fbnic_dbg_twd_desc_seq_show()
107 static int fbnic_dbg_twq_desc_seq_show(struct seq_file *s, void *v) in fbnic_dbg_twq_desc_seq_show()
132 static int fbnic_dbg_tcq_desc_seq_show(struct seq_file *s, void *v) in fbnic_dbg_tcq_desc_seq_show()
181 static int fbnic_dbg_bdq_desc_seq_show(struct seq_file *s, void *v) in fbnic_dbg_bdq_desc_seq_show()
211 static void fbnic_dbg_rcd_desc_seq_show(struct seq_file *s, int i) in fbnic_dbg_rcd_desc_seq_show()
254 static int fbnic_dbg_rcq_desc_seq_show(struct seq_file *s, void *v) in fbnic_dbg_rcq_desc_seq_show()
380 static int fbnic_dbg_mac_addr_show(struct seq_file *s, void *v) in fbnic_dbg_mac_addr_show()
406 static int fbnic_dbg_tce_tcam_show(struct seq_file *s, void *v) in fbnic_dbg_tce_tcam_show()
[all …]
/linux/drivers/pcmcia/
H A Dpcmcia_resource.c37 int pcmcia_validate_mem(struct pcmcia_socket *s) in pcmcia_validate_mem()
46 int low, struct pcmcia_socket *s) in pcmcia_find_mem_region()
60 static void release_io_space(struct pcmcia_socket *s, struct resource *res) in release_io_space()
96 static int alloc_io_space(struct pcmcia_socket *s, struct resource *res, in alloc_io_space()
155 static int pcmcia_access_config(struct pcmcia_device *p_dev, in pcmcia_access_config()
161 struct pcmcia_socket *s; in pcmcia_access_config() local
226 struct pcmcia_socket *s = p_dev->socket; in pcmcia_map_mem_page() local
255 struct pcmcia_socket *s = p_dev->socket; in pcmcia_fixup_iowidth() local
305 struct pcmcia_socket *s = p_dev->socket; in pcmcia_fixup_vpp() local
349 struct pcmcia_socket *s = p_dev->socket; in pcmcia_release_configuration() local
[all …]
/linux/security/selinux/ss/
H A Dsidtab.c35 int sidtab_init(struct sidtab *s) in sidtab_init()
60 static u32 context_to_sid(struct sidtab *s, struct context *context, u32 hash) in context_to_sid()
78 int sidtab_set_initial(struct sidtab *s, u32 sid, struct context *context) in sidtab_set_initial()
163 static int sidtab_alloc_roots(struct sidtab *s, u32 level) in sidtab_alloc_roots()
184 static struct sidtab_entry *sidtab_do_lookup(struct sidtab *s, u32 index, in sidtab_do_lookup()
225 static struct sidtab_entry *sidtab_lookup(struct sidtab *s, u32 index) in sidtab_lookup()
236 static struct sidtab_entry *sidtab_lookup_initial(struct sidtab *s, u32 sid) in sidtab_lookup_initial()
241 static struct sidtab_entry *sidtab_search_core(struct sidtab *s, u32 sid, in sidtab_search_core()
258 struct sidtab_entry *sidtab_search_entry(struct sidtab *s, u32 sid) in sidtab_search_entry()
263 struct sidtab_entry *sidtab_search_entry_force(struct sidtab *s, u32 sid) in sidtab_search_entry_force()
[all …]
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/clk/
H A Dseq.h6 #define clk_init(s,p) hwsq_init(&(s)->base, (p)) argument
7 #define clk_exec(s,e) hwsq_exec(&(s)->base, (e)) argument
8 #define clk_have(s,r) ((s)->r_##r.addr != 0x000000) argument
9 #define clk_rd32(s,r) hwsq_rd32(&(s)->base, &(s)->r_##r) argument
10 #define clk_wr32(s,r,d) hwsq_wr32(&(s)->base, &(s)->r_##r, (d)) argument
11 #define clk_mask(s,r,m,d) hwsq_mask(&(s)->base, &(s)->r_##r, (m), (d)) argument
12 #define clk_setf(s,f,d) hwsq_setf(&(s)->base, (f), (d)) argument
13 #define clk_wait(s,f,d) hwsq_wait(&(s)->base, (f), (d)) argument
14 #define clk_nsec(s,n) hwsq_nsec(&(s)->base, (n)) argument
/linux/kernel/bpf/
H A Dpercpu_freelist.c6 int pcpu_freelist_init(struct pcpu_freelist *s) in pcpu_freelist_init() argument
25 free_percpu(s->freelist); in pcpu_freelist_destroy() argument
45 void __pcpu_freelist_push(struct pcpu_freelist *s, in pcpu_freelist_try_push_extra() argument
56 ___pcpu_freelist_push_nmi(struct pcpu_freelist * s,struct pcpu_freelist_node * node) ___pcpu_freelist_push_nmi() argument
80 __pcpu_freelist_push(struct pcpu_freelist * s,struct pcpu_freelist_node * node) __pcpu_freelist_push() argument
89 pcpu_freelist_push(struct pcpu_freelist * s,struct pcpu_freelist_node * node) pcpu_freelist_push() argument
99 pcpu_freelist_populate(struct pcpu_freelist * s,void * buf,u32 elem_size,u32 nr_elems) pcpu_freelist_populate() argument
121 ___pcpu_freelist_pop(struct pcpu_freelist * s) ___pcpu_freelist_pop() argument
153 ___pcpu_freelist_pop_nmi(struct pcpu_freelist * s) ___pcpu_freelist_pop_nmi() argument
184 __pcpu_freelist_pop(struct pcpu_freelist * s) __pcpu_freelist_pop() argument
191 pcpu_freelist_pop(struct pcpu_freelist * s) pcpu_freelist_pop() argument
[all...]
/linux/sound/firewire/
H A Damdtp-stream.c92 int amdtp_stream_init(struct amdtp_stream *s, struct fw_unit *unit, in amdtp_stream_init()
126 void amdtp_stream_destroy(struct amdtp_stream *s) in amdtp_stream_destroy()
163 struct snd_interval *s = hw_param_interval(params, rule->var); in apply_constraint_to_size() local
190 int amdtp_stream_add_pcm_hw_constraints(struct amdtp_stream *s, in amdtp_stream_add_pcm_hw_constraints()
271 int amdtp_stream_set_parameters(struct amdtp_stream *s, unsigned int rate, in amdtp_stream_set_parameters()
301 static int amdtp_stream_get_max_ctx_payload_size(struct amdtp_stream *s) in amdtp_stream_get_max_ctx_payload_size()
320 unsigned int amdtp_stream_get_max_payload(struct amdtp_stream *s) in amdtp_stream_get_max_payload()
339 void amdtp_stream_pcm_prepare(struct amdtp_stream *s) in amdtp_stream_pcm_prepare()
347 #define prev_packet_desc(s, desc) \ argument
350 static void pool_blocking_data_blocks(struct amdtp_stream *s, struct seq_desc *descs, in pool_blocking_data_blocks()
[all …]
/linux/lib/
H A Dseq_buf.c38 static bool seq_buf_can_fit(struct seq_buf *s, size_t len) in seq_buf_can_fit()
50 int seq_buf_print_seq(struct seq_file *m, struct seq_buf *s) in seq_buf_print_seq()
67 int seq_buf_vprintf(struct seq_buf *s, const char *fmt, va_list args) in seq_buf_vprintf()
93 int seq_buf_printf(struct seq_buf *s, const char *fmt, ...) in seq_buf_printf()
115 void seq_buf_do_printk(struct seq_buf *s, const char *lvl) in seq_buf_do_printk()
154 int seq_buf_bprintf(struct seq_buf *s, const char *fmt, const u32 *binary) in seq_buf_bprintf()
182 int seq_buf_puts(struct seq_buf *s, const char *str) in seq_buf_puts()
211 int seq_buf_putc(struct seq_buf *s, unsigned char c) in seq_buf_putc()
236 int seq_buf_putmem(struct seq_buf *s, const void *mem, unsigned int len) in seq_buf_putmem()
264 int seq_buf_putmem_hex(struct seq_buf *s, const void *mem,
[all …]
/linux/arch/alpha/lib/
H A Dmemcpy.c27 #define ALIGN_DEST_TO8_UP(d,s,n) \ argument
34 #define ALIGN_DEST_TO8_DN(d,s,n) \ argument
46 #define DO_REST_UP(d,s,n) \ argument
52 #define DO_REST_DN(d,s,n) \ argument
63 #define DO_REST_ALIGNED_UP(d,s,n) DO_REST_UP(d,s,n) argument
64 #define DO_REST_ALIGNED_DN(d,s,n) DO_REST_DN(d,s,n) argument
73 static inline void __memcpy_unaligned_up (unsigned long d, unsigned long s, in __memcpy_unaligned_up()
101 static inline void __memcpy_unaligned_dn (unsigned long d, unsigned long s, in __memcpy_unaligned_dn()
119 static inline void __memcpy_aligned_up (unsigned long d, unsigned long s, in __memcpy_aligned_up()
135 static inline void __memcpy_aligned_dn (unsigned long d, unsigned long s, in __memcpy_aligned_dn()
/linux/fs/hpfs/
H A Dalloc.c12 static void hpfs_claim_alloc(struct super_block *s, secno sec) in hpfs_claim_alloc()
25 static void hpfs_claim_free(struct super_block *s, secno sec) in hpfs_claim_free()
38 static void hpfs_claim_dirband_alloc(struct super_block *s, secno sec) in hpfs_claim_dirband_alloc()
51 static void hpfs_claim_dirband_free(struct super_block *s, secno sec) in hpfs_claim_dirband_free()
69 static int chk_if_allocated(struct super_block *s, secno sec, char *msg) in chk_if_allocated()
100 int hpfs_chk_sectors(struct super_block *s, secno start, int len, char *msg) in hpfs_chk_sectors()
115 static secno alloc_in_bmp(struct super_block *s, secno near, unsigned n, unsigned forward) in alloc_in_bmp()
203 secno hpfs_alloc_sector(struct super_block *s, secno near, unsigned n, int forward) in hpfs_alloc_sector()
277 static secno alloc_in_dirband(struct super_block *s, secno near) in alloc_in_dirband()
296 int hpfs_alloc_if_possible(struct super_block *s, secno sec) in hpfs_alloc_if_possible()
[all …]
/linux/arch/xtensa/variants/de212/include/variant/
H A Dtie.h89 #define XCHAL_NCP_SA_LIST(s) \ argument
99 #define XCHAL_CP0_SA_LIST(s) /* empty */ argument
102 #define XCHAL_CP1_SA_LIST(s) /* empty */ argument
105 #define XCHAL_CP2_SA_LIST(s) /* empty */ argument
108 #define XCHAL_CP3_SA_LIST(s) /* empty */ argument
111 #define XCHAL_CP4_SA_LIST(s) /* empty */ argument
114 #define XCHAL_CP5_SA_LIST(s) /* empty */ argument
117 #define XCHAL_CP6_SA_LIST(s) /* empty */ argument
120 #define XCHAL_CP7_SA_LIST(s) /* empty */ argument

12345678910>>...83