Searched defs:se (Results 1 - 44 of 44) sorted by relevance

/linux-4.4.14/drivers/s390/net/
H A Dsmsgiucv_app.c122 struct smsg_app_event *se; smsg_app_callback() local
/linux-4.4.14/crypto/
H A Dtwofish_common.c593 u8 sa = 0, sb = 0, sc = 0, sd = 0, se = 0, sf = 0, sg = 0, sh = 0; __twofish_setkey() local
/linux-4.4.14/arch/s390/include/asm/
H A Dnmi.h42 u64 se : 1; /* 16 storage error uncorrected */ member in struct:mci::__anon2464
/linux-4.4.14/arch/arm64/kernel/
H A Dmodule.c416 const Elf_Shdr *s, *se; module_finalize() local
/linux-4.4.14/arch/arm/kernel/
H A Dmodule.c310 const Elf_Shdr *s, *se; find_mod_section() local
/linux-4.4.14/tools/testing/selftests/timers/
H A Dalarmtimer-suspend.c134 struct sigevent se; main() local
H A Dleap-a-day.c190 struct sigevent se; main() local
H A Dset-timer-lat.c126 struct sigevent se; do_timer() local
/linux-4.4.14/fs/hpfs/
H A Danode.c66 secno se; hpfs_add_sector_to_btree() local
/linux-4.4.14/fs/logfs/
H A Dsuper.c57 struct logfs_segment_entry se; dump_segfile() local
192 struct logfs_segment_entry se; write_one_sb() local
H A Dgc.c99 struct logfs_segment_entry se; logfs_valid_bytes() local
601 struct logfs_segment_entry se; logfs_journal_wl_pass() local
H A Dsegment.c814 struct logfs_segment_entry se; ostore_get_erase_count() local
H A Dreadwrite.c2035 struct logfs_segment_entry *se; logfs_mod_segment_entry() local
2061 static void __get_segment_entry(struct logfs_segment_entry *se, long _target) __get_segment_entry() argument
2074 static void __set_segment_used(struct logfs_segment_entry *se, long increment) __set_segment_used() argument
2094 static void __set_segment_erased(struct logfs_segment_entry *se, long ec_level) __set_segment_erased() argument
2107 static void __set_segment_reserved(struct logfs_segment_entry *se, long ignore) __set_segment_reserved() argument
2117 static void __set_segment_unreserved(struct logfs_segment_entry *se, __set_segment_unreserved() argument
2068 logfs_get_segment_entry(struct super_block *sb, u32 segno, struct logfs_segment_entry *se) logfs_get_segment_entry() argument
/linux-4.4.14/scripts/dtc/
H A Dutil.c76 const char *ss, *se; util_is_printable_string() local
/linux-4.4.14/fs/ocfs2/
H A Dslot_map.c85 struct ocfs2_slot_map_extended *se; ocfs2_update_slot_info_extended() local
171 struct ocfs2_slot_map_extended *se; ocfs2_update_disk_slot_extended() local
/linux-4.4.14/kernel/sched/
H A Ddebug.c64 struct sched_entity *se = tg->se[cpu]; print_cfs_group_stats() local
H A Dsched.h245 struct sched_entity **se; member in struct:task_group
H A Dfair.c257 static inline struct task_struct *task_of(struct sched_entity *se) task_of() argument
275 static inline struct cfs_rq *cfs_rq_of(struct sched_entity *se) cfs_rq_of() argument
322 is_same_group(struct sched_entity *se, struct sched_entity *pse) is_same_group() argument
330 static inline struct sched_entity *parent_entity(struct sched_entity *se) parent_entity() argument
336 find_matching_se(struct sched_entity **se, struct sched_entity **pse) find_matching_se() argument
369 static inline struct task_struct *task_of(struct sched_entity *se) task_of() argument
389 static inline struct cfs_rq *cfs_rq_of(struct sched_entity *se) cfs_rq_of() argument
414 static inline struct sched_entity *parent_entity(struct sched_entity *se) parent_entity() argument
420 find_matching_se(struct sched_entity **se, struct sched_entity **pse) find_matching_se() argument
465 struct sched_entity *se = rb_entry(cfs_rq->rb_leftmost, update_min_vruntime() local
486 static void __enqueue_entity(struct cfs_rq *cfs_rq, struct sched_entity *se) __enqueue_entity() argument
522 static void __dequeue_entity(struct cfs_rq *cfs_rq, struct sched_entity *se) __dequeue_entity() argument
544 static struct sched_entity *__pick_next_entity(struct sched_entity *se) __pick_next_entity() argument
596 static inline u64 calc_delta_fair(u64 delta, struct sched_entity *se) calc_delta_fair() argument
626 static u64 sched_slice(struct cfs_rq *cfs_rq, struct sched_entity *se) sched_slice() argument
653 static u64 sched_vslice(struct cfs_rq *cfs_rq, struct sched_entity *se) sched_vslice() argument
672 void init_entity_runnable_average(struct sched_entity *se) init_entity_runnable_average() argument
693 void init_entity_runnable_average(struct sched_entity *se) init_entity_runnable_average() argument
742 update_stats_wait_start(struct cfs_rq *cfs_rq, struct sched_entity *se) update_stats_wait_start() argument
750 static void update_stats_enqueue(struct cfs_rq *cfs_rq, struct sched_entity *se) update_stats_enqueue() argument
761 update_stats_wait_end(struct cfs_rq *cfs_rq, struct sched_entity *se) update_stats_wait_end() argument
778 update_stats_dequeue(struct cfs_rq *cfs_rq, struct sched_entity *se) update_stats_dequeue() argument
792 update_stats_curr_start(struct cfs_rq *cfs_rq, struct sched_entity *se) update_stats_curr_start() argument
2331 account_entity_enqueue(struct cfs_rq *cfs_rq, struct sched_entity *se) account_entity_enqueue() argument
2348 account_entity_dequeue(struct cfs_rq *cfs_rq, struct sched_entity *se) account_entity_dequeue() argument
2402 static void reweight_entity(struct cfs_rq *cfs_rq, struct sched_entity *se, reweight_entity() argument
2423 struct sched_entity *se; update_cfs_shares() local
2436 reweight_entity(cfs_rq_of(se), se, shares); update_cfs_shares() local
2716 static inline void update_load_avg(struct sched_entity *se, int update_tg) update_load_avg() argument
2734 static void attach_entity_load_avg(struct cfs_rq *cfs_rq, struct sched_entity *se) attach_entity_load_avg() argument
2761 static void detach_entity_load_avg(struct cfs_rq *cfs_rq, struct sched_entity *se) detach_entity_load_avg() argument
2775 enqueue_entity_load_avg(struct cfs_rq *cfs_rq, struct sched_entity *se) enqueue_entity_load_avg() argument
2802 dequeue_entity_load_avg(struct cfs_rq *cfs_rq, struct sched_entity *se) dequeue_entity_load_avg() argument
2816 void remove_entity_load_avg(struct sched_entity *se) remove_entity_load_avg() argument
2870 static inline void update_load_avg(struct sched_entity *se, int update_tg) {} update_load_avg() argument
2872 enqueue_entity_load_avg(struct cfs_rq *cfs_rq, struct sched_entity *se) {} enqueue_entity_load_avg() argument
2874 dequeue_entity_load_avg(struct cfs_rq *cfs_rq, struct sched_entity *se) {} remove_entity_load_avg() argument
2875 static inline void remove_entity_load_avg(struct sched_entity *se) {} remove_entity_load_avg() argument
2878 attach_entity_load_avg(struct cfs_rq *cfs_rq, struct sched_entity *se) {} attach_entity_load_avg() argument
2880 detach_entity_load_avg(struct cfs_rq *cfs_rq, struct sched_entity *se) {} detach_entity_load_avg() argument
2889 static void enqueue_sleeper(struct cfs_rq *cfs_rq, struct sched_entity *se) enqueue_sleeper() argument
2951 static void check_spread(struct cfs_rq *cfs_rq, struct sched_entity *se) check_spread() argument
2965 place_entity(struct cfs_rq *cfs_rq, struct sched_entity *se, int initial) place_entity() argument
2999 enqueue_entity(struct cfs_rq *cfs_rq, struct sched_entity *se, int flags) enqueue_entity() argument
3033 static void __clear_buddies_last(struct sched_entity *se) __clear_buddies_last() argument
3044 static void __clear_buddies_next(struct sched_entity *se) __clear_buddies_next() argument
3055 static void __clear_buddies_skip(struct sched_entity *se) __clear_buddies_skip() argument
3066 static void clear_buddies(struct cfs_rq *cfs_rq, struct sched_entity *se) clear_buddies() argument
3081 dequeue_entity(struct cfs_rq *cfs_rq, struct sched_entity *se, int flags) dequeue_entity() argument
3132 struct sched_entity *se; check_preempt_tick() local
3166 set_next_entity(struct cfs_rq *cfs_rq, struct sched_entity *se) set_next_entity() argument
3210 struct sched_entity *se; pick_next_entity() local
3559 struct sched_entity *se; throttle_cfs_rq() local
3613 struct sched_entity *se; unthrottle_cfs_rq() local
4084 struct sched_entity *se = &p->se; hrtick_start_fair() local
4138 struct sched_entity *se = &p->se; enqueue_task_fair() local
4186 struct sched_entity *se = &p->se; dequeue_task_fair() local
4501 struct sched_entity *se = &p->se; task_waking_fair() local
4574 struct sched_entity *se = tg->se[cpu]; effective_load() local
5038 wakeup_gran(struct sched_entity *curr, struct sched_entity *se) wakeup_gran() argument
5073 wakeup_preempt_entity(struct sched_entity *curr, struct sched_entity *se) wakeup_preempt_entity() argument
5087 static void set_last_buddy(struct sched_entity *se) set_last_buddy() argument
5096 static void set_next_buddy(struct sched_entity *se) set_next_buddy() argument
5105 static void set_skip_buddy(struct sched_entity *se) set_skip_buddy() argument
5117 struct sched_entity *se = &curr->se, *pse = &p->se; check_preempt_wakeup() local
5201 struct sched_entity *se; pick_next_task_fair() local
5269 set_next_entity(cfs_rq_of(se), se); pick_next_task_fair() local
5333 struct sched_entity *se = &prev->se; put_prev_task_fair() local
5351 struct sched_entity *se = &curr->se; yield_task_fair() local
5380 struct sched_entity *se = &p->se; yield_to_task_fair() local
5928 struct sched_entity *se = cfs_rq->tg->se[cpu_of(rq)]; update_cfs_rq_h_load() local
7878 struct sched_entity *se = &curr->se; task_tick_fair() local
7897 struct sched_entity *se = &p->se, *curr; task_fork_fair() local
7963 struct sched_entity *se = &p->se; vruntime_normalized() local
7990 struct sched_entity *se = &p->se; detach_task_cfs_rq() local
8008 struct sched_entity *se = &p->se; attach_task_cfs_rq() local
8055 struct sched_entity *se = &rq->curr->se; set_curr_task_fair() local
8115 struct sched_entity *se; alloc_fair_sched_group() local
8223 struct sched_entity *se; for_each_possible_cpu() local
8256 struct sched_entity *se = &task->se; get_rr_interval_fair() local
8170 init_tg_cfs_entry(struct task_group *tg, struct cfs_rq *cfs_rq, struct sched_entity *se, int cpu, struct sched_entity *parent) init_tg_cfs_entry() argument
/linux-4.4.14/scripts/
H A Dkallsyms.c593 static int may_be_linker_script_provide_symbol(const struct sym_entry *se) may_be_linker_script_provide_symbol() argument
/linux-4.4.14/net/nfc/
H A Dcore.c546 struct nfc_se *se; nfc_find_se() local
558 struct nfc_se *se; nfc_enable_se() local
607 struct nfc_se *se; nfc_disable_se() local
880 struct nfc_se *se; nfc_add_se() local
914 struct nfc_se *se, *n; nfc_remove_se() local
959 struct nfc_se *se, *n; nfc_release() local
H A Dnetlink.c511 struct nfc_se *se; nfc_genl_se_transaction() local
1290 struct nfc_se *se, *n; nfc_genl_send_se() local
1372 struct nfc_se *se; nfc_se_io() local
/linux-4.4.14/drivers/staging/lustre/lustre/llite/
H A Dstatahead.c390 struct ll_sa_entry *se; do_sa_entry_to_stated() local
/linux-4.4.14/drivers/media/usb/msi2500/
H A Dmsi2500.c305 struct {signed int x:14; } se; /* sign extension */ msi2500_convert_stream() local
/linux-4.4.14/drivers/nfc/pn544/
H A Dpn544.c823 struct nfc_se *se; pn544_hci_enable_se() local
878 struct nfc_se *se; pn544_hci_disable_se() local
/linux-4.4.14/fs/f2fs/
H A Dsuper.c706 struct seg_entry *se = get_seg_entry(sbi, i); segment_info_seq_show() local
H A Dsegment.h308 static inline void seg_info_from_raw_sit(struct seg_entry *se, seg_info_from_raw_sit() argument
319 static inline void seg_info_to_raw_sit(struct seg_entry *se, seg_info_to_raw_sit() argument
H A Dsegment.c501 struct seg_entry *se; f2fs_issue_discard() local
521 struct seg_entry *se = get_seg_entry(sbi, discard_next_dnode() local
567 struct seg_entry *se = get_seg_entry(sbi, cpc->trim_start); add_discard_addrs() local
685 struct seg_entry *se = get_seg_entry(sbi, segno); __set_sit_entry_type() local
693 struct seg_entry *se; update_sit_entry() local
768 struct seg_entry *se; is_checkpointed_data() local
1007 struct seg_entry *se = get_seg_entry(sbi, seg->segno); __next_free_blkoff() local
1355 struct seg_entry *se; __f2fs_replace_block() local
1892 struct seg_entry *se; flush_sit_entries() local
2137 struct seg_entry *se = &sit_i->sentries[start]; build_sit_entries() local
538 __add_discard_entry(struct f2fs_sb_info *sbi, struct cp_control *cpc, struct seg_entry *se, unsigned int start, unsigned int end) __add_discard_entry() argument
/linux-4.4.14/sound/soc/
H A Dsoc-topology.c412 struct soc_enum *se = container_of(dobj, struct soc_enum, dobj); remove_enum() local
470 struct soc_enum *se = remove_widget() local
854 static int soc_tplg_denum_create_texts(struct soc_enum *se, soc_tplg_denum_create_texts() argument
888 static int soc_tplg_denum_create_values(struct soc_enum *se, soc_tplg_denum_create_values() argument
907 struct soc_enum *se; soc_tplg_denum_create() local
1208 struct soc_enum *se; soc_tplg_dapm_widget_denum_create() local
/linux-4.4.14/drivers/infiniband/hw/cxgb4/
H A Dt4.h580 static inline int t4_arm_cq(struct t4_cq *cq, int se) t4_arm_cq() argument
/linux-4.4.14/mm/
H A Dswapfile.c126 struct swap_extent *se; discard_swap() local
164 struct swap_extent *se = si->curr_swap_extent; discard_swap_cluster() local
1053 struct swap_extent *se = &sis->first_swap_extent; swap_type_of() local
1625 struct swap_extent *se; map_swap_entry() local
1665 struct swap_extent *se; destroy_swap_extents() local
1692 struct swap_extent *se; add_swap_extent() local
/linux-4.4.14/include/linux/
H A Df2fs_fs.h381 struct f2fs_sit_entry se; member in struct:sit_journal_entry
H A Dsched.h1401 struct sched_entity se; member in struct:task_struct
/linux-4.4.14/arch/mips/include/asm/octeon/
H A Dcvmx-pemx-defs.h530 uint64_t se:1; member in struct:cvmx_pemx_int_enb::cvmx_pemx_int_enb_s
576 uint64_t se:1; member in struct:cvmx_pemx_int_enb_int::cvmx_pemx_int_enb_int_s
622 uint64_t se:1; member in struct:cvmx_pemx_int_sum::cvmx_pemx_int_sum_s
/linux-4.4.14/tools/perf/util/
H A Dsort.c1372 struct sort_entry *se; member in struct:hpp_sort_entry
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/
H A Dgfx_v7_0.c4411 gfx_v7_0_get_cu_active_bitmap(struct amdgpu_device *adev, u32 se, u32 sh) gfx_v7_0_get_cu_active_bitmap() argument
H A Dgfx_v8_0.c5112 gfx_v8_0_get_cu_active_bitmap(struct amdgpu_device *adev, u32 se, u32 sh) gfx_v8_0_get_cu_active_bitmap() argument
/linux-4.4.14/drivers/md/
H A Ddm-cache-target.c1338 sector_t se = bio_end_sector(bio); calc_discard_block_range() local
/linux-4.4.14/drivers/gpu/drm/radeon/
H A Dsi.c5286 static u32 si_get_cu_active_bitmap(struct radeon_device *rdev, u32 se, u32 sh) si_get_cu_active_bitmap() argument
H A Dcik.c6967 static u32 cik_get_cu_active_bitmap(struct radeon_device *rdev, u32 se, u32 sh) cik_get_cu_active_bitmap() argument
/linux-4.4.14/sound/pci/ctxfi/
H A Dcthw20k1.c652 static int amixer_set_se(void *blk, unsigned int se) amixer_set_se() argument
H A Dcthw20k2.c654 static int amixer_set_se(void *blk, unsigned int se) amixer_set_se() argument
/linux-4.4.14/fs/nfsd/
H A Dnfs4state.c2178 gen_callback(struct nfs4_client *clp, struct nfsd4_setclientid *se, struct svc_rqst *rqstp) gen_callback() argument
/linux-4.4.14/kernel/events/
H A Dcore.c6252 struct perf_switch_event *se = data; perf_event_switch_output() local
/linux-4.4.14/arch/ia64/include/asm/
H A Dpal.h475 se : 1, /* Shared error. MCA in a member in struct:pal_process_state_info_s

Completed in 1775 milliseconds