/linux-4.1.27/kernel/sched/ |
D | fair.c | 255 #define entity_is_task(se) (!se->my_q) argument 257 static inline struct task_struct *task_of(struct sched_entity *se) in task_of() argument 260 WARN_ON_ONCE(!entity_is_task(se)); in task_of() 262 return container_of(se, struct task_struct, se); in task_of() 266 #define for_each_sched_entity(se) \ argument 267 for (; se; se = se->parent) 271 return p->se.cfs_rq; in task_cfs_rq() 275 static inline struct cfs_rq *cfs_rq_of(struct sched_entity *se) in cfs_rq_of() argument 277 return se->cfs_rq; in cfs_rq_of() 327 is_same_group(struct sched_entity *se, struct sched_entity *pse) in is_same_group() argument [all …]
|
D | debug.c | 64 struct sched_entity *se = tg->se[cpu]; in print_cfs_group_stats() local 71 if (!se) { in print_cfs_group_stats() 79 PN(se->exec_start); in print_cfs_group_stats() 80 PN(se->vruntime); in print_cfs_group_stats() 81 PN(se->sum_exec_runtime); in print_cfs_group_stats() 83 PN(se->statistics.wait_start); in print_cfs_group_stats() 84 PN(se->statistics.sleep_start); in print_cfs_group_stats() 85 PN(se->statistics.block_start); in print_cfs_group_stats() 86 PN(se->statistics.sleep_max); in print_cfs_group_stats() 87 PN(se->statistics.block_max); in print_cfs_group_stats() [all …]
|
D | stop_task.c | 36 stop->se.exec_start = rq_clock_task(rq); in pick_next_task_stop() 63 delta_exec = rq_clock_task(rq) - curr->se.exec_start; in put_prev_task_stop() 67 schedstat_set(curr->se.statistics.exec_max, in put_prev_task_stop() 68 max(curr->se.statistics.exec_max, delta_exec)); in put_prev_task_stop() 70 curr->se.sum_exec_runtime += delta_exec; in put_prev_task_stop() 73 curr->se.exec_start = rq_clock_task(rq); in put_prev_task_stop() 85 stop->se.exec_start = rq_clock_task(rq); in set_curr_task_stop()
|
D | deadline.c | 671 delta_exec = rq_clock_task(rq) - curr->se.exec_start; in update_curr_dl() 675 schedstat_set(curr->se.statistics.exec_max, in update_curr_dl() 676 max(curr->se.statistics.exec_max, delta_exec)); in update_curr_dl() 678 curr->se.sum_exec_runtime += delta_exec; in update_curr_dl() 681 curr->se.exec_start = rq_clock_task(rq); in update_curr_dl() 1129 p->se.exec_start = rq_clock_task(rq); in pick_next_task_dl() 1192 p->se.exec_start = rq_clock_task(rq); in set_curr_task_dl()
|
D | core.c | 790 struct load_weight *load = &p->se.load; in set_load_weight() 1051 p->se.nr_migrations++; in set_task_cpu() 1419 schedstat_inc(p, se.statistics.nr_wakeups_local); in ttwu_stat() 1423 schedstat_inc(p, se.statistics.nr_wakeups_remote); in ttwu_stat() 1435 schedstat_inc(p, se.statistics.nr_wakeups_migrate); in ttwu_stat() 1440 schedstat_inc(p, se.statistics.nr_wakeups); in ttwu_stat() 1443 schedstat_inc(p, se.statistics.nr_wakeups_sync); in ttwu_stat() 1800 p->se.on_rq = 0; in __sched_fork() 1801 p->se.exec_start = 0; in __sched_fork() 1802 p->se.sum_exec_runtime = 0; in __sched_fork() [all …]
|
D | sched.h | 234 struct sched_entity **se; member 303 struct sched_entity *se, int cpu, 919 p->se.cfs_rq = tg->cfs_rq[cpu]; in set_task_rq() 920 p->se.parent = tg->se[cpu]; in set_task_rq()
|
D | rt.c | 945 delta_exec = rq_clock_task(rq) - curr->se.exec_start; in update_curr_rt() 949 schedstat_set(curr->se.statistics.exec_max, in update_curr_rt() 950 max(curr->se.statistics.exec_max, delta_exec)); in update_curr_rt() 952 curr->se.sum_exec_runtime += delta_exec; in update_curr_rt() 955 curr->se.exec_start = rq_clock_task(rq); in update_curr_rt() 1456 p->se.exec_start = rq_clock_task(rq); in _pick_next_task_rt() 2242 p->cputime_expires.sched_exp = p->se.sum_exec_runtime; in watchdog() 2283 p->se.exec_start = rq_clock_task(rq); in set_curr_task_rt()
|
D | cputime.c | 630 .sum_exec_runtime = p->se.sum_exec_runtime, in task_cputime_adjusted()
|
/linux-4.1.27/net/nfc/ |
D | core.c | 546 struct nfc_se *se; in nfc_find_se() local 548 list_for_each_entry(se, &dev->secure_elements, list) in nfc_find_se() 549 if (se->idx == se_idx) in nfc_find_se() 550 return se; in nfc_find_se() 558 struct nfc_se *se; in nfc_enable_se() local 585 se = nfc_find_se(dev, se_idx); in nfc_enable_se() 586 if (!se) { in nfc_enable_se() 591 if (se->state == NFC_SE_ENABLED) { in nfc_enable_se() 598 se->state = NFC_SE_ENABLED; in nfc_enable_se() 607 struct nfc_se *se; in nfc_disable_se() local [all …]
|
D | netlink.c | 503 struct nfc_se *se; in nfc_genl_se_transaction() local 516 se = nfc_find_se(dev, se_idx); in nfc_genl_se_transaction() 517 if (!se) in nfc_genl_se_transaction() 522 nla_put_u8(msg, NFC_ATTR_SE_TYPE, se->type) || in nfc_genl_se_transaction() 1284 struct nfc_se *se, *n; in nfc_genl_send_se() local 1286 list_for_each_entry_safe(se, n, &dev->secure_elements, list) { in nfc_genl_send_se() 1296 nla_put_u32(msg, NFC_ATTR_SE_INDEX, se->idx) || in nfc_genl_send_se() 1297 nla_put_u8(msg, NFC_ATTR_SE_TYPE, se->type)) in nfc_genl_send_se() 1366 struct nfc_se *se; in nfc_se_io() local 1388 se = nfc_find_se(dev, se_idx); in nfc_se_io() [all …]
|
/linux-4.1.27/tools/testing/selftests/timers/ |
D | alarmtimer-suspend.c | 134 struct sigevent se; in main() local 145 memset(&se, 0, sizeof(se)); in main() 146 se.sigev_notify = SIGEV_SIGNAL; in main() 147 se.sigev_signo = signum; in main() 148 se.sigev_value.sival_int = 0; in main() 155 timer_create(alarm_clock_id, &se, &tm1); in main()
|
D | set-timer-lat.c | 126 struct sigevent se; in do_timer() local 132 memset(&se, 0, sizeof(se)); in do_timer() 133 se.sigev_notify = SIGEV_SIGNAL; in do_timer() 134 se.sigev_signo = SIGRTMAX; in do_timer() 135 se.sigev_value.sival_int = 0; in do_timer() 140 err = timer_create(clock_id, &se, &tm1); in do_timer()
|
/linux-4.1.27/crypto/ |
D | twofish_common.c | 498 ctx->s[0][i] = mds[0][q0[(a) ^ sa] ^ se]; \ 506 ctx->s[0][i] = mds[0][q0[q0[(b) ^ sa] ^ se] ^ si]; \ 514 ctx->s[0][i] = mds[0][q0[q0[q1[(b) ^ sa] ^ se] ^ si] ^ sm]; \ 593 u8 sa = 0, sb = 0, sc = 0, sd = 0, se = 0, sf = 0, sg = 0, sh = 0; in __twofish_setkey() local 618 CALC_S (se, sf, sg, sh, 8, 0x00, 0x2D, 0x01, 0x2D); /* 01 A4 02 A4 */ in __twofish_setkey() 619 CALC_S (se, sf, sg, sh, 9, 0x2D, 0xA4, 0x44, 0x8A); /* A4 56 A1 55 */ in __twofish_setkey() 620 CALC_S (se, sf, sg, sh, 10, 0x8A, 0xD5, 0xBF, 0xD1); /* 55 82 FC 87 */ in __twofish_setkey() 621 CALC_S (se, sf, sg, sh, 11, 0xD1, 0x7F, 0x3D, 0x99); /* 87 F3 C1 5A */ in __twofish_setkey() 622 CALC_S (se, sf, sg, sh, 12, 0x99, 0x46, 0x66, 0x96); /* 5A 1E 47 58 */ in __twofish_setkey() 623 CALC_S (se, sf, sg, sh, 13, 0x96, 0x3C, 0x5B, 0xED); /* 58 C6 AE DB */ in __twofish_setkey() [all …]
|
/linux-4.1.27/fs/logfs/ |
D | super.c | 57 struct logfs_segment_entry se; in dump_segfile() local 61 logfs_get_segment_entry(sb, segno, &se); in dump_segfile() 62 printk("%3x: %6x %8x", segno, be32_to_cpu(se.ec_level), in dump_segfile() 63 be32_to_cpu(se.valid)); in dump_segfile() 65 logfs_get_segment_entry(sb, segno, &se); in dump_segfile() 66 printk(" %6x %8x", be32_to_cpu(se.ec_level), in dump_segfile() 67 be32_to_cpu(se.valid)); in dump_segfile() 70 logfs_get_segment_entry(sb, segno, &se); in dump_segfile() 71 printk(" %6x %8x", be32_to_cpu(se.ec_level), in dump_segfile() 72 be32_to_cpu(se.valid)); in dump_segfile() [all …]
|
D | gc.c | 99 struct logfs_segment_entry se; in logfs_valid_bytes() local 102 logfs_get_segment_entry(sb, segno, &se); in logfs_valid_bytes() 103 if (se.ec_level == cpu_to_be32(BADSEG) || in logfs_valid_bytes() 104 se.valid == cpu_to_be32(RESERVED)) in logfs_valid_bytes() 107 ec_level = be32_to_cpu(se.ec_level); in logfs_valid_bytes() 110 return be32_to_cpu(se.valid); in logfs_valid_bytes() 601 struct logfs_segment_entry se; in logfs_journal_wl_pass() local 605 logfs_get_segment_entry(sb, segno, &se); in logfs_journal_wl_pass() 606 ec = be32_to_cpu(se.ec_level) >> 4; in logfs_journal_wl_pass()
|
D | readwrite.c | 2035 struct logfs_segment_entry *se; in logfs_mod_segment_entry() local 2050 se = kmap_atomic(page); in logfs_mod_segment_entry() 2051 change_se(se + child_no, arg); in logfs_mod_segment_entry() 2054 BUG_ON((int)be32_to_cpu(se[child_no].valid) > super->s_segsize); in logfs_mod_segment_entry() 2056 kunmap_atomic(se); in logfs_mod_segment_entry() 2061 static void __get_segment_entry(struct logfs_segment_entry *se, long _target) in __get_segment_entry() argument 2065 *target = *se; in __get_segment_entry() 2069 struct logfs_segment_entry *se) in logfs_get_segment_entry() argument 2071 logfs_mod_segment_entry(sb, segno, 0, __get_segment_entry, (long)se); in logfs_get_segment_entry() 2074 static void __set_segment_used(struct logfs_segment_entry *se, long increment) in __set_segment_used() argument [all …]
|
D | segment.c | 814 struct logfs_segment_entry se; in ostore_get_erase_count() local 817 logfs_get_segment_entry(area->a_sb, area->a_segno, &se); in ostore_get_erase_count() 818 BUG_ON(se.ec_level == cpu_to_be32(BADSEG) || in ostore_get_erase_count() 819 se.valid == cpu_to_be32(RESERVED)); in ostore_get_erase_count() 821 ec_level = be32_to_cpu(se.ec_level); in ostore_get_erase_count()
|
D | logfs.h | 566 struct logfs_segment_entry *se);
|
/linux-4.1.27/fs/f2fs/ |
D | segment.h | 295 static inline void seg_info_from_raw_sit(struct seg_entry *se, in seg_info_from_raw_sit() argument 298 se->valid_blocks = GET_SIT_VBLOCKS(rs); in seg_info_from_raw_sit() 299 se->ckpt_valid_blocks = GET_SIT_VBLOCKS(rs); in seg_info_from_raw_sit() 300 memcpy(se->cur_valid_map, rs->valid_map, SIT_VBLOCK_MAP_SIZE); in seg_info_from_raw_sit() 301 memcpy(se->ckpt_valid_map, rs->valid_map, SIT_VBLOCK_MAP_SIZE); in seg_info_from_raw_sit() 302 se->type = GET_SIT_TYPE(rs); in seg_info_from_raw_sit() 303 se->mtime = le64_to_cpu(rs->mtime); in seg_info_from_raw_sit() 306 static inline void seg_info_to_raw_sit(struct seg_entry *se, in seg_info_to_raw_sit() argument 309 unsigned short raw_vblocks = (se->type << SIT_VBLOCKS_SHIFT) | in seg_info_to_raw_sit() 310 se->valid_blocks; in seg_info_to_raw_sit() [all …]
|
D | segment.c | 512 struct seg_entry *se = get_seg_entry(sbi, cpc->trim_start); in add_discard_addrs() local 513 unsigned long *cur_map = (unsigned long *)se->cur_valid_map; in add_discard_addrs() 514 unsigned long *ckpt_map = (unsigned long *)se->ckpt_valid_map; in add_discard_addrs() 524 if (force && !se->valid_blocks) { in add_discard_addrs() 544 if (!se->valid_blocks || se->valid_blocks == max_blocks) in add_discard_addrs() 647 struct seg_entry *se = get_seg_entry(sbi, segno); in __set_sit_entry_type() local 648 se->type = type; in __set_sit_entry_type() 655 struct seg_entry *se; in update_sit_entry() local 661 se = get_seg_entry(sbi, segno); in update_sit_entry() 662 new_vblocks = se->valid_blocks + del; in update_sit_entry() [all …]
|
D | super.c | 633 struct seg_entry *se = get_seg_entry(sbi, i); in segment_info_seq_show() local 637 seq_printf(seq, "%d|%-3u", se->type, in segment_info_seq_show()
|
D | f2fs.h | 179 #define sit_in_journal(sum, i) (sum->sit_j.entries[i].se)
|
/linux-4.1.27/mm/ |
D | swapfile.c | 126 struct swap_extent *se; in discard_swap() local 132 se = &si->first_swap_extent; in discard_swap() 133 start_block = (se->start_block + 1) << (PAGE_SHIFT - 9); in discard_swap() 134 nr_blocks = ((sector_t)se->nr_pages - 1) << (PAGE_SHIFT - 9); in discard_swap() 143 list_for_each_entry(se, &si->first_swap_extent.list, list) { in discard_swap() 144 start_block = se->start_block << (PAGE_SHIFT - 9); in discard_swap() 145 nr_blocks = (sector_t)se->nr_pages << (PAGE_SHIFT - 9); in discard_swap() 164 struct swap_extent *se = si->curr_swap_extent; in discard_swap_cluster() local 170 if (se->start_page <= start_page && in discard_swap_cluster() 171 start_page < se->start_page + se->nr_pages) { in discard_swap_cluster() [all …]
|
/linux-4.1.27/drivers/s390/net/ |
D | smsgiucv_app.c | 122 struct smsg_app_event *se; in smsg_app_callback() local 137 se = smsg_app_event_alloc(from, msg); in smsg_app_callback() 138 if (!se) in smsg_app_callback() 143 list_add_tail(&se->list, &smsg_event_queue); in smsg_app_callback()
|
/linux-4.1.27/fs/ocfs2/ |
D | slot_map.c | 85 struct ocfs2_slot_map_extended *se; in ocfs2_update_slot_info_extended() local 89 se = (struct ocfs2_slot_map_extended *)si->si_bh[b]->b_data; in ocfs2_update_slot_info_extended() 94 if (se->se_slots[i].es_valid) in ocfs2_update_slot_info_extended() 96 le32_to_cpu(se->se_slots[i].es_node_num)); in ocfs2_update_slot_info_extended() 171 struct ocfs2_slot_map_extended *se; in ocfs2_update_disk_slot_extended() local 175 se = (struct ocfs2_slot_map_extended *)si->si_bh[blkind]->b_data; in ocfs2_update_disk_slot_extended() 176 se->se_slots[slotno].es_valid = si->si_slots[slot_num].sl_valid; in ocfs2_update_disk_slot_extended() 178 se->se_slots[slotno].es_node_num = in ocfs2_update_disk_slot_extended()
|
/linux-4.1.27/fs/hpfs/ |
D | anode.c | 66 secno se; in hpfs_add_sector_to_btree() local 104 …if (hpfs_alloc_if_possible(s, se = le32_to_cpu(btree->u.external[n].disk_secno) + le32_to_cpu(btre… in hpfs_add_sector_to_btree() 108 return se; in hpfs_add_sector_to_btree() 116 se = !fnod ? node : (node + 16384) & ~16383; in hpfs_add_sector_to_btree() 118 …if (!(se = hpfs_alloc_sector(s, se, 1, fsecno*ALLOC_M>ALLOC_FWD_MAX ? ALLOC_FWD_MAX : fsecno*ALLOC… in hpfs_add_sector_to_btree() 127 hpfs_free_sectors(s, se, 1); in hpfs_add_sector_to_btree() 147 hpfs_free_sectors(s, se, 1); in hpfs_add_sector_to_btree() 157 btree->u.external[n].disk_secno = cpu_to_le32(se); in hpfs_add_sector_to_btree() 162 if ((a == node && fnod) || na == -1) return se; in hpfs_add_sector_to_btree() 194 return se; in hpfs_add_sector_to_btree() [all …]
|
/linux-4.1.27/scripts/dtc/ |
D | util.c | 76 const char *ss, *se; in util_is_printable_string() local 86 se = s + len; in util_is_printable_string() 88 while (s < se) { in util_is_printable_string() 90 while (s < se && *s && isprint(*s)) in util_is_printable_string()
|
/linux-4.1.27/arch/openrisc/ |
D | README.openrisc | 13 email: info@southpole.se 15 website: http://southpole.se 98 09. 10. 2010 Jonas Bonn (jonas@southpole.se)
|
/linux-4.1.27/Documentation/devicetree/bindings/sound/ |
D | wm8994.txt | 50 - wlf,lineout1-se : If present LINEOUT1 is in single ended mode. 51 - wlf,lineout2-se : If present LINEOUT2 is in single ended mode. 69 lineout1-se;
|
/linux-4.1.27/tools/perf/util/ |
D | sort.c | 1236 struct sort_entry *se; member 1250 return hse_a->se == hse_b->se; in perf_hpp__same_sort_entry() 1261 hists__new_col_len(hists, hse->se->se_width_idx, strlen(fmt->name)); in perf_hpp__reset_sort_width() 1273 len = hists__col_len(evsel__hists(evsel), hse->se->se_width_idx); in __sort__hpp_header() 1288 len = hists__col_len(evsel__hists(evsel), hse->se->se_width_idx); in __sort__hpp_width() 1302 len = hists__col_len(he->hists, hse->se->se_width_idx); in __sort__hpp_entry() 1304 return hse->se->se_snprintf(he, hpp->buf, hpp->size, len); in __sort__hpp_entry() 1313 return hse->se->se_cmp(a, b); in __sort__hpp_cmp() 1323 collapse_fn = hse->se->se_collapse ?: hse->se->se_cmp; in __sort__hpp_collapse() 1334 sort_fn = hse->se->se_sort ?: hse->se->se_cmp; in __sort__hpp_sort() [all …]
|
/linux-4.1.27/Documentation/arm/SA1100/ |
D | Tifon | 6 Contact: Peter Danielsson <peter.danielsson@era-t.ericsson.se>
|
/linux-4.1.27/Documentation/scheduler/ |
D | sched-design-CFS.txt | 32 p->se.vruntime (nanosec-unit) value. This way, it's possible to accurately 36 p->se.vruntime value --- i.e., tasks would execute simultaneously and no task 39 CFS's task picking logic is based on this p->se.vruntime value and it is thus 40 very simple: it always tries to run the task with the smallest p->se.vruntime 69 p->se.vruntime key. CFS picks the "leftmost" task from this tree and sticks to it. 78 p->se.vruntime. Once p->se.vruntime gets high enough so that another task
|
/linux-4.1.27/arch/arm64/kernel/ |
D | module.c | 406 const Elf_Shdr *s, *se; in module_finalize() local 409 for (s = sechdrs, se = sechdrs + hdr->e_shnum; s < se; s++) { in module_finalize()
|
/linux-4.1.27/arch/arm/kernel/ |
D | module.c | 280 const Elf_Shdr *s, *se; in find_mod_section() local 283 for (s = sechdrs, se = sechdrs + hdr->e_shnum; s < se; s++) in find_mod_section()
|
/linux-4.1.27/arch/mips/include/asm/octeon/ |
D | cvmx-pemx-defs.h | 530 uint64_t se:1; member 534 uint64_t se:1; 576 uint64_t se:1; member 580 uint64_t se:1; 622 uint64_t se:1; member 626 uint64_t se:1;
|
/linux-4.1.27/drivers/nfc/pn544/ |
D | pn544.c | 823 struct nfc_se *se; in pn544_hci_enable_se() local 840 se = nfc_find_se(hdev->ndev, se_idx); in pn544_hci_enable_se() 842 switch (se->type) { in pn544_hci_enable_se() 878 struct nfc_se *se; in pn544_hci_disable_se() local 881 se = nfc_find_se(hdev->ndev, se_idx); in pn544_hci_disable_se() 883 switch (se->type) { in pn544_hci_disable_se()
|
/linux-4.1.27/sound/pci/ice1712/ |
D | Makefile | 8 ….o vt1720_mobo.o pontis.o prodigy192.o prodigy_hifi.o juli.o phase.o wtm.o se.o maya44.o quartet.o…
|
/linux-4.1.27/arch/s390/include/asm/ |
D | nmi.h | 32 __u32 se : 1; /* 16 storage error uncorrected */ member
|
/linux-4.1.27/include/linux/ |
D | init_task.h | 206 .se = { \ 207 .group_node = LIST_HEAD_INIT(tsk.se.group_node), \
|
D | f2fs_fs.h | 373 struct f2fs_sit_entry se; member
|
D | sched.h | 1314 struct sched_entity se; member
|
/linux-4.1.27/arch/sh/include/mach-se/mach/ |
D | se.h | 115 #define __IO_PREFIX se
|
/linux-4.1.27/scripts/ |
D | kallsyms.c | 593 static int may_be_linker_script_provide_symbol(const struct sym_entry *se) in may_be_linker_script_provide_symbol() argument 595 const char *symbol = (char *)se->sym + 1; in may_be_linker_script_provide_symbol() 596 int len = se->len - 1; in may_be_linker_script_provide_symbol()
|
/linux-4.1.27/Documentation/networking/ |
D | pktgen.txt | 312 ftp://robur.slu.se/pub/Linux/net-development/pktgen-testing/ 313 ftp://robur.slu.se/pub/Linux/net-development/pktgen-testing/examples/ 316 ftp://robur.slu.se/pub/Linux/net-development/pktgen-testing/pktgen_paper.pdf
|
/linux-4.1.27/arch/s390/kernel/ |
D | nmi.c | 329 if (mci->se) in s390_do_machine_check()
|
/linux-4.1.27/kernel/ |
D | delayacct.c | 107 t3 = tsk->se.sum_exec_runtime; in __delayacct_add_tsk()
|
D | exit.c | 138 sig->sum_sched_runtime += tsk->se.sum_exec_runtime; in __exit_signal()
|
/linux-4.1.27/Documentation/input/ |
D | bcm5974.txt | 3 Copyright (C) 2008-2009 Henrik Rydberg <rydberg@euromail.se>
|
D | multi-touch-protocol.txt | 3 Copyright (C) 2009-2010 Henrik Rydberg <rydberg@euromail.se>
|
/linux-4.1.27/sound/pci/ctxfi/ |
D | cthardware.h | 144 int (*amixer_set_se)(void *blk, unsigned int se);
|
D | cthw20k2.c | 654 static int amixer_set_se(void *blk, unsigned int se) in amixer_set_se() argument 658 set_field(&ctl->amophi, AMOPHI_SE, se); in amixer_set_se()
|
D | cthw20k1.c | 652 static int amixer_set_se(void *blk, unsigned int se) in amixer_set_se() argument 656 set_field(&ctl->amophi, AMOPHI_SE, se); in amixer_set_se()
|
/linux-4.1.27/tools/power/cpupower/po/ |
D | cs.po | 235 msgstr "Nelze zjistit počet CPU (%s: %s), předpokládá se 1.\n" 505 "předpokládá se jeho hodnota 0.\n" 594 "předpokládá se jeho hodnota 0.\n" 631 "- Snažíte se nastavit neplatnou taktiku?\n" 632 "- Snažíte se nastavit určitou frekvenci, ale není dostupný\n" 937 #~ " -c CPU, --cpu CPU Číslo CPU, o kterém se mají zjistit informace\n" 943 #~ " -c CPU, --cpu CPU Číslo CPU pro který se má provést nastavení "
|
D | it.po | 446 msgstr " -s, --stats Mostra le statistiche se disponibili\n" 469 " -o, --proc Stampa le informazioni come se provenissero dalla\n" 932 " -o, --proc Stampa le informazioni come se provenissero dalla\n"
|
D | pt.po | 450 msgstr " -s, --stats Mostra estatísticas do cpufreq se disponíveis\n"
|
/linux-4.1.27/drivers/infiniband/hw/cxgb4/ |
D | t4.h | 560 static inline int t4_arm_cq(struct t4_cq *cq, int se) in t4_arm_cq() argument 571 val = SEINTARM_V(se) | CIDXINC_V(cq->cidx_inc) | TIMERREG_V(6) | in t4_arm_cq()
|
/linux-4.1.27/drivers/staging/lustre/lustre/llite/ |
D | statahead.c | 390 struct ll_sa_entry *se; in do_sa_entry_to_stated() local 396 list_for_each_entry_reverse(se, &sai->sai_entries_stated, se_list) { in do_sa_entry_to_stated() 397 if (se->se_index < entry->se_index) { in do_sa_entry_to_stated() 398 pos = &se->se_list; in do_sa_entry_to_stated()
|
/linux-4.1.27/kernel/time/ |
D | posix-cpu-timers.c | 428 add_device_randomness((const void*) &tsk->se.sum_exec_runtime, in posix_cpu_timers_exit() 850 tsk->se.sum_exec_runtime); in check_thread_timers() 1106 .sum_exec_runtime = tsk->se.sum_exec_runtime in fastpath_timer_check()
|
/linux-4.1.27/drivers/media/usb/msi2500/ |
D | msi2500.c | 305 struct {signed int x:14; } se; /* sign extension */ in msi2500_convert_stream() local 310 se.x = *s16src++; in msi2500_convert_stream() 312 utmp = se.x + 8192; in msi2500_convert_stream()
|
/linux-4.1.27/arch/sh/ |
D | Makefile | 134 machdir-$(CONFIG_SOLUTION_ENGINE) += mach-se
|
/linux-4.1.27/Documentation/cdrom/ |
D | packet-writing.txt | 131 See http://fy.chalmers.se/~appro/linux/DVD+RW/ for more information
|
/linux-4.1.27/arch/avr32/ |
D | Kconfig | 152 For more information see: http://www.martinsson.se/merisc
|
/linux-4.1.27/ |
D | .mailmap | 95 Peter A Jonsson <pj@ludd.ltu.se>
|
D | CREDITS | 601 E: ulfc@bun.falkenberg.se 1041 E: bj0rn@blox.se 1042 W: http://www.pi.se/blox/ 1755 E: gandalf@wlug.westbo.se 2720 W: http://www.lysator.liu.se/~noring/ 3242 E: Eric.Schenk@dna.lth.se 3779 E: tao@acc.umu.se 3781 W: http://www.acc.umu.se/~tao/ 3859 E: urban@svenskatest.se
|
D | MAINTAINERS | 4735 M: Arvid Brodin <arvid.brodin@alten.se> 7029 M: Peter Rosin <peda@axentia.se> 7285 M: Jonas Bonn <jonas@southpole.se>
|
/linux-4.1.27/Documentation/cris/ |
D | README | 80 Linux version 2.4.1 (bjornw@godzilla.axis.se) (gcc version 2.96 20000427 (experimental)) #207 Wed F…
|
/linux-4.1.27/Documentation/crypto/ |
D | api-intro.txt | 170 Nettle (http://www.lysator.liu.se/~nisse/nettle/)
|
D | descore-readme.txt | 112 (code obtained from chalmers.se:pub/des)
|
/linux-4.1.27/Documentation/laptops/ |
D | sonypi.txt | 148 http://www.acc.umu.se/~erikw/program/smartdimmer-0.1.tar.bz2
|
/linux-4.1.27/Documentation/sound/alsa/ |
D | README.maya44 | 76 se.h
|
D | Audiophile-Usb.txt | 13 found by Hakan Lennestal <Hakan.Lennestal@brfsodrahamn.se>
|
/linux-4.1.27/fs/nfsd/ |
D | nfs4state.c | 2160 gen_callback(struct nfs4_client *clp, struct nfsd4_setclientid *se, struct svc_rqst *rqstp) in gen_callback() argument 2168 if (se->se_callback_netid_len == 3 && in gen_callback() 2169 !memcmp(se->se_callback_netid_val, "tcp", 3)) in gen_callback() 2171 else if (se->se_callback_netid_len == 4 && in gen_callback() 2172 !memcmp(se->se_callback_netid_val, "tcp6", 4)) in gen_callback() 2177 conn->cb_addrlen = rpc_uaddr2sockaddr(clp->net, se->se_callback_addr_val, in gen_callback() 2178 se->se_callback_addr_len, in gen_callback() 2188 conn->cb_prog = se->se_callback_prog; in gen_callback() 2189 conn->cb_ident = se->se_callback_ident; in gen_callback()
|
/linux-4.1.27/Documentation/timers/ |
D | timekeeping.txt | 50 These measures does not affect the clock source per se, they only adapt the
|
/linux-4.1.27/drivers/md/ |
D | dm-cache-target.c | 1121 sector_t se = bio_end_sector(bio); in calc_discard_block_range() local 1125 if (se - sb < cache->discard_block_size) in calc_discard_block_range() 1128 *e = to_dblock(block_div(se, cache->discard_block_size)); in calc_discard_block_range()
|
/linux-4.1.27/arch/arm/crypto/ |
D | sha1-armv4-large.S | 3 @ Written by Andy Polyakov <appro@fy.chalmers.se> for the OpenSSL
|
D | aes-armv4.S | 3 @ Written by Andy Polyakov <appro@fy.chalmers.se> for the OpenSSL
|
/linux-4.1.27/arch/ia64/include/asm/ |
D | pal.h | 475 se : 1, /* Shared error. MCA in a member
|
/linux-4.1.27/Documentation/usb/ |
D | WUSB-Design-overview.txt | 145 Radio Control interface and the WUSB Host Controller interface per se.
|
/linux-4.1.27/drivers/gpu/drm/radeon/ |
D | si.c | 114 static u32 si_get_cu_active_bitmap(struct radeon_device *rdev, u32 se, u32 sh); 5283 static u32 si_get_cu_active_bitmap(struct radeon_device *rdev, u32 se, u32 sh) in si_get_cu_active_bitmap() argument 5288 si_select_se_sh(rdev, se, sh); in si_get_cu_active_bitmap()
|
D | cik.c | 129 static u32 cik_get_cu_active_bitmap(struct radeon_device *rdev, u32 se, u32 sh); 6946 static u32 cik_get_cu_active_bitmap(struct radeon_device *rdev, u32 se, u32 sh) in cik_get_cu_active_bitmap() argument 6952 cik_select_se_sh(rdev, se, sh); in cik_get_cu_active_bitmap()
|
/linux-4.1.27/drivers/hid/ |
D | Kconfig | 141 Support for Aureal Cy se W-01RN Remote Controller and other Aureal derived remotes.
|
/linux-4.1.27/Documentation/filesystems/ |
D | coda.txt | 667 44..66.. sseettaattttrr 1023 44..1166.. cclloossee
|
/linux-4.1.27/Documentation/scsi/ |
D | sym53c8xx_2.txt | 74 Stefan Esser <se@mi.Uni-Koeln.de>
|
D | ncr53c8xx.txt | 94 Stefan Esser <se@mi.Uni-Koeln.de>
|
/linux-4.1.27/fs/proc/ |
D | base.c | 313 (unsigned long long)task->se.sum_exec_runtime, in proc_pid_schedstat()
|
/linux-4.1.27/scripts/genksyms/ |
D | lex.lex.c_shipped | 543 Based on original work by Bjorn Ekwall <bj0rn@blox.se>
|
/linux-4.1.27/Documentation/ |
D | devices.txt | 1795 write to <arla-drinkers@stacken.kth.se> or see 1796 http://www.stacken.kth.se/project/arla/
|
/linux-4.1.27/drivers/scsi/ |
D | Kconfig | 1586 <http://www.lysator.liu.se/amiga/ar/guide/ar310.guide?FEATURE5>),
|
/linux-4.1.27/Documentation/devicetree/ |
D | booting-without-of.txt | 537 The unit name doesn't exist as a property per-se but is included in
|
/linux-4.1.27/Documentation/RCU/ |
D | RTFP.txt | 1543 ,note="\url{http://www.nada.kth.se/~snilsson/publications/TRASH/trash.pdf}"
|
/linux-4.1.27/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 4341 Henrik Nordstrom <http://hem.passagen.se/hno/> - Provided a variety
|