Searched refs:exclude (Results 1 - 164 of 164) sorted by relevance

/linux-4.4.14/arch/tile/include/asm/
H A Dpmc.h25 #define TILE_CTL_EXCL_USER (1 << 7) /* exclude user level */
26 #define TILE_CTL_EXCL_KERNEL (1 << 8) /* exclude kernel level */
27 #define TILE_CTL_EXCL_HV (1 << 9) /* exclude hypervisor level */
37 #define TILE_CTL_EXCL_USER (1 << 10) /* exclude user level */
38 #define TILE_CTL_EXCL_KERNEL (1 << 11) /* exclude kernel level */
39 #define TILE_CTL_EXCL_HV (1 << 12) /* exclude hypervisor level */
/linux-4.4.14/tools/perf/
H A Dperf-completion.sh6 local exclude i j first
7 # Which word separators to exclude?
8 exclude="${1//[^$COMP_WORDBREAKS]}"
10 if [ -z "$exclude" ]; then
24 [ "${COMP_WORDS[$i]//[^$exclude]}" = "${COMP_WORDS[$i]}" ]
61 local exclude cur_ words_ cword_
63 exclude=$2
66 __my_reassemble_comp_words_by_ref "$exclude"
H A Dbuiltin-record.c1030 OPT_CALLBACK_NOOPT(0, "exclude-perf", &record.evlist,
H A Dbuiltin-report.c708 OPT_BOOLEAN('x', "exclude-other", &symbol_conf.exclude_other, cmd_report()
/linux-4.4.14/tools/perf/tests/
H A Dparse-events.c262 TEST_ASSERT_VAL("wrong exclude guest", !evsel->attr.exclude_guest); test__checkevent_exclude_host_modifier()
263 TEST_ASSERT_VAL("wrong exclude host", evsel->attr.exclude_host); test__checkevent_exclude_host_modifier()
272 TEST_ASSERT_VAL("wrong exclude guest", evsel->attr.exclude_guest); test__checkevent_exclude_guest_modifier()
273 TEST_ASSERT_VAL("wrong exclude host", !evsel->attr.exclude_host); test__checkevent_exclude_guest_modifier()
306 TEST_ASSERT_VAL("wrong exclude idle", evsel->attr.exclude_idle); test__checkevent_exclude_idle_modifier()
307 TEST_ASSERT_VAL("wrong exclude guest", !evsel->attr.exclude_guest); test__checkevent_exclude_idle_modifier()
308 TEST_ASSERT_VAL("wrong exclude host", !evsel->attr.exclude_host); test__checkevent_exclude_idle_modifier()
321 TEST_ASSERT_VAL("wrong exclude idle", evsel->attr.exclude_idle); test__checkevent_exclude_idle_modifier_1()
322 TEST_ASSERT_VAL("wrong exclude guest", !evsel->attr.exclude_guest); test__checkevent_exclude_idle_modifier_1()
323 TEST_ASSERT_VAL("wrong exclude host", evsel->attr.exclude_host); test__checkevent_exclude_idle_modifier_1()
620 TEST_ASSERT_VAL("wrong exclude guest", !evsel->attr.exclude_guest); test__group1()
621 TEST_ASSERT_VAL("wrong exclude host", !evsel->attr.exclude_host); test__group1()
637 TEST_ASSERT_VAL("wrong exclude guest", evsel->attr.exclude_guest); test__group1()
638 TEST_ASSERT_VAL("wrong exclude host", !evsel->attr.exclude_host); test__group1()
662 TEST_ASSERT_VAL("wrong exclude guest", !evsel->attr.exclude_guest); test__group2()
663 TEST_ASSERT_VAL("wrong exclude host", !evsel->attr.exclude_host); test__group2()
678 TEST_ASSERT_VAL("wrong exclude guest", evsel->attr.exclude_guest); test__group2()
679 TEST_ASSERT_VAL("wrong exclude host", !evsel->attr.exclude_host); test__group2()
693 TEST_ASSERT_VAL("wrong exclude guest", !evsel->attr.exclude_guest); test__group2()
694 TEST_ASSERT_VAL("wrong exclude host", !evsel->attr.exclude_host); test__group2()
718 TEST_ASSERT_VAL("wrong exclude guest", evsel->attr.exclude_guest); test__group3()
719 TEST_ASSERT_VAL("wrong exclude host", !evsel->attr.exclude_host); test__group3()
737 TEST_ASSERT_VAL("wrong exclude guest", evsel->attr.exclude_guest); test__group3()
738 TEST_ASSERT_VAL("wrong exclude host", !evsel->attr.exclude_host); test__group3()
753 TEST_ASSERT_VAL("wrong exclude guest", !evsel->attr.exclude_guest); test__group3()
754 TEST_ASSERT_VAL("wrong exclude host", evsel->attr.exclude_host); test__group3()
770 TEST_ASSERT_VAL("wrong exclude guest", !evsel->attr.exclude_guest); test__group3()
771 TEST_ASSERT_VAL("wrong exclude host", evsel->attr.exclude_host); test__group3()
785 TEST_ASSERT_VAL("wrong exclude guest", !evsel->attr.exclude_guest); test__group3()
786 TEST_ASSERT_VAL("wrong exclude host", !evsel->attr.exclude_host); test__group3()
810 TEST_ASSERT_VAL("wrong exclude guest", evsel->attr.exclude_guest); test__group4()
811 TEST_ASSERT_VAL("wrong exclude host", !evsel->attr.exclude_host); test__group4()
828 TEST_ASSERT_VAL("wrong exclude guest", evsel->attr.exclude_guest); test__group4()
829 TEST_ASSERT_VAL("wrong exclude host", !evsel->attr.exclude_host); test__group4()
853 TEST_ASSERT_VAL("wrong exclude guest", !evsel->attr.exclude_guest); test__group5()
854 TEST_ASSERT_VAL("wrong exclude host", evsel->attr.exclude_host); test__group5()
870 TEST_ASSERT_VAL("wrong exclude guest", !evsel->attr.exclude_guest); test__group5()
871 TEST_ASSERT_VAL("wrong exclude host", evsel->attr.exclude_host); test__group5()
885 TEST_ASSERT_VAL("wrong exclude guest", !evsel->attr.exclude_guest); test__group5()
886 TEST_ASSERT_VAL("wrong exclude host", evsel->attr.exclude_host); test__group5()
902 TEST_ASSERT_VAL("wrong exclude guest", !evsel->attr.exclude_guest); test__group5()
903 TEST_ASSERT_VAL("wrong exclude host", evsel->attr.exclude_host); test__group5()
916 TEST_ASSERT_VAL("wrong exclude guest", evsel->attr.exclude_guest); test__group5()
917 TEST_ASSERT_VAL("wrong exclude host", !evsel->attr.exclude_host); test__group5()
939 TEST_ASSERT_VAL("wrong exclude guest", evsel->attr.exclude_guest); test__group_gh1()
940 TEST_ASSERT_VAL("wrong exclude host", !evsel->attr.exclude_host); test__group_gh1()
955 TEST_ASSERT_VAL("wrong exclude guest", !evsel->attr.exclude_guest); test__group_gh1()
956 TEST_ASSERT_VAL("wrong exclude host", !evsel->attr.exclude_host); test__group_gh1()
979 TEST_ASSERT_VAL("wrong exclude guest", !evsel->attr.exclude_guest); test__group_gh2()
980 TEST_ASSERT_VAL("wrong exclude host", evsel->attr.exclude_host); test__group_gh2()
995 TEST_ASSERT_VAL("wrong exclude guest", !evsel->attr.exclude_guest); test__group_gh2()
996 TEST_ASSERT_VAL("wrong exclude host", !evsel->attr.exclude_host); test__group_gh2()
1019 TEST_ASSERT_VAL("wrong exclude guest", !evsel->attr.exclude_guest); test__group_gh3()
1020 TEST_ASSERT_VAL("wrong exclude host", evsel->attr.exclude_host); test__group_gh3()
1035 TEST_ASSERT_VAL("wrong exclude guest", evsel->attr.exclude_guest); test__group_gh3()
1036 TEST_ASSERT_VAL("wrong exclude host", !evsel->attr.exclude_host); test__group_gh3()
1059 TEST_ASSERT_VAL("wrong exclude guest", !evsel->attr.exclude_guest); test__group_gh4()
1060 TEST_ASSERT_VAL("wrong exclude host", evsel->attr.exclude_host); test__group_gh4()
1075 TEST_ASSERT_VAL("wrong exclude guest", !evsel->attr.exclude_guest); test__group_gh4()
1076 TEST_ASSERT_VAL("wrong exclude host", !evsel->attr.exclude_host); test__group_gh4()
1098 TEST_ASSERT_VAL("wrong exclude guest", evsel->attr.exclude_guest); test__leader_sample1()
1099 TEST_ASSERT_VAL("wrong exclude host", !evsel->attr.exclude_host); test__leader_sample1()
1113 TEST_ASSERT_VAL("wrong exclude guest", evsel->attr.exclude_guest); test__leader_sample1()
1114 TEST_ASSERT_VAL("wrong exclude host", !evsel->attr.exclude_host); test__leader_sample1()
1127 TEST_ASSERT_VAL("wrong exclude guest", evsel->attr.exclude_guest); test__leader_sample1()
1128 TEST_ASSERT_VAL("wrong exclude host", !evsel->attr.exclude_host); test__leader_sample1()
1151 TEST_ASSERT_VAL("wrong exclude guest", evsel->attr.exclude_guest); test__leader_sample2()
1152 TEST_ASSERT_VAL("wrong exclude host", !evsel->attr.exclude_host); test__leader_sample2()
1166 TEST_ASSERT_VAL("wrong exclude guest", evsel->attr.exclude_guest); test__leader_sample2()
1167 TEST_ASSERT_VAL("wrong exclude host", !evsel->attr.exclude_host); test__leader_sample2()
/linux-4.4.14/drivers/scsi/arm/
H A Dqueue.h43 * Function: struct scsi_cmnd *queue_remove_exclude_ref (queue, exclude)
46 * exclude - array of busy LUNs
50 unsigned long *exclude);
H A Dqueue.c155 * Function: struct scsi_cmnd *queue_remove_exclude (queue, exclude)
158 * exclude - bit array of target&lun which is busy
161 struct scsi_cmnd *queue_remove_exclude(Queue_t *queue, unsigned long *exclude) queue_remove_exclude() argument
171 (u8)(q->SCpnt->device->lun & 0x7), exclude)) { queue_remove_exclude()
/linux-4.4.14/tools/perf/arch/x86/tests/
H A Dregs_load.S39 leaq 8(%rsp), %rax /* exclude this call. */
76 leal 4(%esp), %eax /* exclude this call. */
/linux-4.4.14/tools/testing/selftests/powerpc/pmu/
H A Dper_event_excludes.c66 * The open here will fail if we don't have per event exclude support, per_event_excludes()
67 * because the second event has an incompatible set of exclude settings per_event_excludes()
/linux-4.4.14/samples/bpf/
H A DMakefile71 # But, ehere is not easy way to fix it, so just exclude it since it is
/linux-4.4.14/include/uapi/asm-generic/
H A Dmman-common.h56 #define MADV_DONTDUMP 16 /* Explicity exclude from the core dump,
/linux-4.4.14/arch/alpha/include/uapi/asm/
H A Dmman.h62 #define MADV_DONTDUMP 16 /* Explicity exclude from the core dump,
/linux-4.4.14/include/uapi/linux/
H A Dinotify.h54 #define IN_EXCL_UNLINK 0x04000000 /* exclude events on unlinked objects */
H A Dperf_event.h331 exclude_callchain_kernel : 1, /* exclude kernel callchains */
332 exclude_callchain_user : 1, /* exclude user callchains */
/linux-4.4.14/arch/powerpc/sysdev/
H A Dxilinx_pci.c124 * exclude config access to anything except bus 0 */ xilinx_pci_init()
/linux-4.4.14/arch/parisc/include/uapi/asm/
H A Dmman.h58 #define MADV_DONTDUMP 69 /* Explicity exclude from the core dump,
/linux-4.4.14/include/linux/mfd/abx500/
H A Dab8500.h412 /* exclude also ab8505, ab9540... */ is_ab8500_1p0_or_earlier()
418 /* exclude also ab8505, ab9540... */ is_ab8500_1p1_or_earlier()
424 /* exclude also ab8505, ab9540... */ is_ab8500_2p0_or_earlier()
435 /* exclude also ab8505, ab9540... */ is_ab8500_2p0()
/linux-4.4.14/drivers/i2c/busses/
H A Di2c-amd756-s4882.c54 /* We exclude the multiplexed addresses */ amd756_access_virt0()
83 /* We exclude the non-multiplexed addresses */ amd756_access_channel()
H A Di2c-nforce2-s4985.c52 /* We exclude the multiplexed addresses */ nforce2_access_virt0()
79 /* We exclude the non-multiplexed addresses */ nforce2_access_channel()
/linux-4.4.14/arch/x86/kvm/
H A Dpmu.c190 !(en_field & 0x2), /* exclude user */ reprogram_fixed_counter()
191 !(en_field & 0x1), /* exclude kernel */ reprogram_fixed_counter()
/linux-4.4.14/arch/powerpc/platforms/
H A Dfsl_uli1575.c351 /* exclude Modem controller */ uli_exclude_device()
355 /* exclude HD Audio controller */ uli_exclude_device()
/linux-4.4.14/scripts/
H A Dkallsyms.c155 /* exclude also MIPS ELF local symbols ($L123 instead of .L123) */ read_symbol()
158 /* exclude debugging symbols */ read_symbol()
201 * specified so exclude them to get a stable symbol list. symbol_valid()
H A Dget_maintainer.pl613 my $exclude = 0;
625 $exclude = 1;
632 if (!$exclude) {
823 Any specified X: (exclude) pattern matches are _not_ ignored.
H A Dnamespace.pl237 # No obvious source, exclude the object if it is conglomerate
/linux-4.4.14/arch/x86/include/asm/
H A Dx86_init.h151 * @is_untracked_pat_range exclude from PAT logic
/linux-4.4.14/arch/xtensa/include/uapi/asm/
H A Dmman.h101 #define MADV_DONTDUMP 16 /* Explicity exclude from the core dump,
/linux-4.4.14/kernel/locking/
H A Dpercpu-rwsem.c136 /* exclude other writers, and block the new readers completely */ percpu_down_write()
H A Dspinlock.c108 /* Careful: we must exclude softirqs too, hence the */ \
/linux-4.4.14/include/net/
H A Dif_inet6.h104 unsigned long sf_count[2]; /* include/exclude counts */
/linux-4.4.14/arch/mips/include/uapi/asm/
H A Dmman.h89 #define MADV_DONTDUMP 16 /* Explicity exclude from the core dump,
/linux-4.4.14/arch/mips/netlogic/xlp/
H A Dsetup.c86 /* exclude 0x1000_0000-0x2000_0000, u-boot device */ xlp_init_mem_from_bars()
/linux-4.4.14/include/linux/
H A Digmp.h72 unsigned long sf_count[2]; /* include/exclude counts */
H A Dradix-tree.h140 * items, setting or clearing tags) must exclude other modifications, and
141 * exclude any functions reading the tree.
143 * gang lookups) must exclude modifications to the tree, but may occur
H A Dworkqueue.h288 * workqueues exclude the scheduler from choosing the CPU to
H A Dinterrupt.h46 * IRQF_NOBALANCING - Flag to exclude this interrupt from irq balancing
H A Dcrypto.h1405 * primitive can be implemented. These cipher primitives exclude any block
/linux-4.4.14/drivers/staging/rtl8188eu/include/
H A Drtl8188e_hal.h162 /* PG data exclude header, dummy 6 bytes from CP test and reserved 1byte. */
180 /* PG data exclude header, dummy 7 bytes from CP test and reserved 1byte. */
/linux-4.4.14/tools/perf/util/
H A Dparse-events.c1100 int exclude = eu | ek | eh; get_event_modifier() local
1107 if (!exclude) get_event_modifier()
1108 exclude = eu = ek = eh = 1; get_event_modifier()
1111 if (!exclude) get_event_modifier()
1112 exclude = eu = ek = eh = 1; get_event_modifier()
1115 if (!exclude) get_event_modifier()
1116 exclude = eu = ek = eh = 1; get_event_modifier()
1582 "--exclude-perf option should follow a -e tracepoint option\n"); add_exclude_perf_filter()
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/
H A Dobd_mount.c696 PRINT_CMD(D_MOUNT, "exclude %d: OST%04x\n", i, lmd_print()
711 /* Only exclude OSTs */ lustre_check_exclusion()
726 /* mount -v -o exclude=lustre-OST0001:lustre-OST0002 -t lustre ... */ lmd_make_exclusion()
755 CDEBUG(D_MOUNT, "ignoring exclude %.*s: type = %#x\n", lmd_make_exclusion()
758 /* now we are pointing at ':' (next exclude) lmd_make_exclusion()
966 } else if (strncmp(s1, "exclude=", 8) == 0) { lmd_parse()
/linux-4.4.14/fs/ubifs/
H A Dfind.c37 * @exclude_index: whether to exclude index LEBs
110 /* If specified, exclude index LEBs */ scan_for_dirty_cb()
113 /* If specified, exclude empty or freeable LEBs */ scan_for_dirty_cb()
131 * @exclude_index: whether to exclude index LEBs
380 /* If specified, exclude empty LEBs */ scan_for_free_cb()
/linux-4.4.14/drivers/staging/rtl8712/
H A Drtl871x_security.c165 { /* exclude ICV */ r8712_wep_encrypt()
222 /* exclude ICV */ r8712_wep_decrypt()
572 { /* exclude ICV */ r8712_tkip_encrypt()
652 { /* exclude ICV */ r8712_tkip_decrypt()
1158 { /* exclude ICV */ r8712_aes_encrypt()
1366 { /* exclude ICV */ r8712_aes_decrypt()
/linux-4.4.14/drivers/staging/wlan-ng/
H A Dcfg80211.c564 /* Assume we should set privacy invoked and exclude unencrypted prism2_connect()
581 and exclude unencrypted */ prism2_connect()
H A Dhfa384x_usb.c3468 /* If exclude and we receive an unencrypted, drop it */ hfa384x_usbin_rx()
/linux-4.4.14/drivers/net/wireless/ti/wlcore/
H A Dcmd.h632 /* Include/exclude timestamps from the log messages */
679 /* Include/exclude timestamps from the log messages */
H A Dconf.h1308 /* Include/exclude timestamps from the log messages */
/linux-4.4.14/drivers/phy/
H A Dphy-mt65xx-usb3.c26 * for sifslv2 register, but exclude port's;
123 void __iomem *sif_base; /* include sif2, but exclude port's */
/linux-4.4.14/arch/arc/kernel/
H A Dperf_event.c166 /* "exclude user" means "count only kernel" */ arc_pmu_event_init()
170 /* "exclude kernel" means "count only user" */ arc_pmu_event_init()
/linux-4.4.14/drivers/hwmon/
H A Dk8temp.c192 /* feature available since SH-C0, exclude older revisions */ k8temp_probe()
/linux-4.4.14/include/linux/crush/
H A Dcrush.h121 * exclude it.
/linux-4.4.14/arch/ia64/include/asm/uv/
H A Duv_hub.h34 * right shift the NASID by 1 to exclude the always-zero bit.
/linux-4.4.14/arch/ia64/include/uapi/asm/
H A Dperfmon.h46 #define PFM_SETFL_EXCL_IDLE 0x01 /* exclude idle task (syswide only) XXX: DO NOT USE YET */
/linux-4.4.14/arch/avr32/boards/atngw100/
H A Dmrmt.c297 /* NB: exclude LCDC_CC pin, as NGW100 reserves it for other use */ mrmt1_init()
/linux-4.4.14/net/ipv4/
H A Dip_sockglue.c1206 /* we need to exclude all possible ENOPROTOOPTs except default case */ ip_setsockopt()
1235 /* we need to exclude all possible ENOPROTOOPTs except default case */ compat_ip_setsockopt()
1514 /* we need to exclude all possible ENOPROTOOPTs except default case */ ip_getsockopt()
1549 /* we need to exclude all possible ENOPROTOOPTs except default case */ compat_ip_getsockopt()
H A Digmp.c2101 /* any-source empty exclude case */ ip_mc_leave_src()
/linux-4.4.14/net/ipv6/
H A Dipv6_sockglue.c897 /* we need to exclude all possible ENOPROTOOPTs except default case */ ipv6_setsockopt()
932 /* we need to exclude all possible ENOPROTOOPTs except default case */ compat_ipv6_setsockopt()
1334 /* we need to exclude all possible ENOPROTOOPTs except default case */ ipv6_getsockopt()
1376 /* we need to exclude all possible ENOPROTOOPTs except default case */ compat_ipv6_getsockopt()
H A Dmcast.c2390 /* any-source empty exclude case */ ip6_mc_leave_src()
/linux-4.4.14/sound/drivers/mpu401/
H A Dmpu401.c36 static int index[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = -2}; /* exclude the first card */
/linux-4.4.14/
H A DMakefile430 export RCS_TAR_IGNORE := --exclude SCCS --exclude BitKeeper --exclude .svn \
431 --exclude CVS --exclude .pc --exclude .hg --exclude .git
/linux-4.4.14/drivers/scsi/
H A Dsg.c182 bool exclude; /* 1->open(O_EXCL) succeeded and is active */ member in struct:sg_device
254 while (sdp->exclude) { open_wait()
258 !sdp->exclude)); open_wait()
320 if (sdp->exclude) { sg_open()
333 sdp->exclude = true; sg_open()
357 sdp->exclude = false; /* undo if error */ sg_open()
388 if (sdp->exclude) { sg_release()
389 sdp->exclude = false; sg_release()
2694 sdp->sg_tablesize, sdp->exclude, sdp->open_cnt); sg_proc_seq_show_debug()
H A Dncr53c8xx.c5996 ** We just exclude some fatal dma errors. ncr_exception()
/linux-4.4.14/drivers/staging/rtl8188eu/core/
H A Drtw_security.c142 { /* exclude ICV */ rtw_wep_encrypt()
201 /* exclude ICV */ rtw_wep_decrypt()
563 { /* exclude ICV */ rtw_tkip_encrypt()
644 { /* exclude ICV */ rtw_tkip_decrypt()
1196 { /* exclude ICV */ rtw_aes_encrypt()
1453 { /* exclude ICV */ rtw_aes_decrypt()
/linux-4.4.14/drivers/staging/rtl8723au/core/
H A Drtw_security.c150 /* exclude ICV */ rtw_wep_encrypt23a()
214 /* exclude ICV */ rtw_wep_decrypt23a()
1282 { /* exclude ICV */ rtw_aes_encrypt23a()
1566 { /* exclude ICV */ rtw_aes_decrypt23a()
/linux-4.4.14/drivers/net/wireless/p54/
H A Dlmac.h482 u8 exclude[1]; member in struct:p54_psm
H A Dfwio.c629 psm->exclude[0] = WLAN_EID_TIM; p54_set_ps()
/linux-4.4.14/drivers/net/ethernet/qlogic/qed/
H A Dqed_mcp.h176 * @param o_mcp_resp - The MCP response code (exclude sequence).
/linux-4.4.14/lib/
H A Dklist.c42 * Use the lowest bit of n_klist to mark deleted nodes and exclude
/linux-4.4.14/mm/
H A Dpage_io.c190 if (page_no) { /* exclude the header page */ generic_swapfile_activate()
H A Dmemory.c102 * ( When CONFIG_COMPAT_BRK=y we exclude brk from randomization,
2321 * We enter with non-exclusive mmap_sem (to exclude vma changes,
2479 * We enter with non-exclusive mmap_sem (to exclude vma changes,
2558 * test below, are not enough to exclude that. Even if it is still do_swap_page()
2699 * We enter with non-exclusive mmap_sem (to exclude vma changes,
3149 * We enter with non-exclusive mmap_sem (to exclude vma changes,
3305 * We enter with non-exclusive mmap_sem (to exclude vma changes,
H A Dmemblock.c393 /* only exclude range when trying to double reserved.regions */ memblock_double_array()
/linux-4.4.14/security/selinux/ss/
H A Dpolicydb.h258 /* quickly exclude lookups when parent ttype has no rules */
/linux-4.4.14/arch/powerpc/platforms/cell/spufs/
H A Drun.c96 * We need to exclude userspace access to the context. spu_setup_isolated()
/linux-4.4.14/drivers/staging/rtl8723au/include/
H A Drtl8723a_hal.h199 /* PG data exclude header, dummy 6 bytes from CP test and reserved 1byte. */
/linux-4.4.14/drivers/staging/lustre/lustre/llite/
H A Dllite_mmap.c202 /* we grab lli_trunc_sem to exclude truncate case. ll_page_mkwrite0()
/linux-4.4.14/drivers/net/wan/
H A Dfarsync.h324 * should define FST_DEBUG=0 in order to exclude the code.
H A Dfarsync.c2423 * configured. An exclude list can be provided in /etc/modules.conf fst_add_one()
2427 * There are cards to exclude fst_add_one()
H A Dsbni.c1434 /* exclude from list */ emancipate()
/linux-4.4.14/fs/nilfs2/
H A Dmdt.c51 /* Caller exclude read accesses using page lock */ nilfs_mdt_insert_new_block()
/linux-4.4.14/kernel/irq/
H A Dirqdesc.c446 * argument. x86 uses this to exclude the GSI space. __irq_alloc_descs()
/linux-4.4.14/arch/s390/kernel/
H A Dcrash_dump.c583 /* For kdump, exclude previous crashkernel memory */ elfcorehdr_alloc()
H A Dperf_cpum_sf.c947 * Filter perf events according to their exclude specification.
/linux-4.4.14/drivers/s390/cio/
H A Ddevice_ops.c216 /* Adjust requested path mask to exclude unusable paths. */ ccw_device_start_key()
522 /* Adjust requested path mask to exclude unusable paths. */ ccw_device_tm_start_key()
/linux-4.4.14/arch/x86/kernel/
H A Dsetup.c699 * Sandy Bridge graphics has trouble with certain ranges, exclude
776 * exclude kernel range. If we really are running on top non-RAM, e820_add_kernel_range()
H A Dcrash.c221 * If gart aperture is present, one needs to exclude that region fill_up_crash_elf_data()
/linux-4.4.14/drivers/hwtracing/coresight/
H A Dcoresight-etm4x.c274 static int etm4_set_mode_exclude(struct etmv4_drvdata *drvdata, bool exclude) etm4_set_mode_exclude() argument
295 if (exclude == true) { etm4_set_mode_exclude()
297 * Set exclude bit and unset the include bit etm4_set_mode_exclude()
304 * Set include bit and unset exclude bit etm4_set_mode_exclude()
1223 * Program include or exclude control bits for vinst or vdata addr_range_store()
/linux-4.4.14/arch/powerpc/perf/
H A Dcore-book3s.c948 * If the PMU we're on supports per event exclude settings then we check_excludes()
950 * per event exclude and limited PMCs. check_excludes()
1669 * doesn't exclude any processor mode.
/linux-4.4.14/drivers/staging/lustre/lustre/include/
H A Dlustre_dlm_flags.h245 * to know to exclude each other's locks from the calculation as they walk
/linux-4.4.14/drivers/gpu/drm/radeon/
H A Dradeon_object.c46 * To exclude mutual BO access we rely on bo_reserve exclusion, as all
/linux-4.4.14/drivers/media/usb/gspca/
H A Dspca506.c137 /* and exclude SAA7113 reserved channel set default 0 otherwise */ spca506_SetNormeInput()
/linux-4.4.14/drivers/pci/
H A Diov.c610 * Returns max number of buses (exclude current one) used by Virtual
/linux-4.4.14/drivers/perf/
H A Darm_pmu.c418 * Check whether we need to exclude the counter from certain modes. __hw_perf_event_init()
/linux-4.4.14/drivers/cpuidle/governors/
H A Dmenu.c265 * those by setting the threshold to exclude these outliers, then get_typical_interval()
/linux-4.4.14/drivers/acpi/apei/
H A Dapei-base.c486 * busy, so exclude it from APEI resources to avoid false apei_resources_request()
/linux-4.4.14/drivers/gpu/drm/i915/
H A Dintel_guc_loader.c51 * 512K. In order to exclude 0-512K address space from GGTT, all gfx objects
H A Dintel_dp.c78 * Below only provides the fixed rate but exclude variable rate.
/linux-4.4.14/arch/x86/include/asm/uv/
H A Duv_hub.h40 * right shift the NASID by 1 to exclude the always-zero bit.
/linux-4.4.14/arch/x86/kernel/cpu/
H A Dperf_event.h219 * Intel host/guest exclude bits
H A Dperf_event_intel_uncore.c659 * So it doesn't make sense to specify any exclude bits. uncore_pmu_event_init()
/linux-4.4.14/arch/x86/platform/intel-quark/
H A Dimr.c386 * memory map we exclude IMR overlaps. imr_add_range()
/linux-4.4.14/arch/frv/kernel/
H A Dhead.S557 # GR9 region top pointer updated to exclude new tile
/linux-4.4.14/arch/arm/mm/
H A Dinit.c440 /* Find and exclude any reserved regions */ for_each_memblock()
/linux-4.4.14/drivers/net/ethernet/intel/i40e/
H A Di40e_fcoe.c1293 /* for FCoE, maclen should exclude ether type */ i40e_fcoe_tx_map()
1302 /* trim to exclude trailer */ i40e_fcoe_tx_map()
/linux-4.4.14/drivers/net/wireless/
H A Dat76c50x-usb.c1394 /* jal: always exclude unencrypted if WEP is active */ at76_startup_device()
2113 /* always exclude unencrypted if WEP is active */ at76_set_wep()
/linux-4.4.14/drivers/usb/dwc3/
H A Dcore.c857 * Request memory region but exclude xHCI regs, dwc3_probe()
/linux-4.4.14/drivers/rtc/
H A Drtc-cmos.c28 * interrupts disabled, holding the global rtc_lock, to exclude those
/linux-4.4.14/drivers/net/wireless/libertas/
H A Dif_sdio.c756 * exclude that from the test. if_sdio_prog_firmware()
/linux-4.4.14/drivers/pinctrl/nomadik/
H A Dpinctrl-nomadik-db8540.c431 /* mc1_a_2_pins exclude MC1_FBCLK */
/linux-4.4.14/drivers/net/wireless/ath/ath9k/
H A Dar9003_calib.c860 /* find average (exclude max abs value) */ ar9003_hw_detect_outlier()
/linux-4.4.14/drivers/platform/x86/
H A Deeepc-laptop.c1429 * It's also good for us to exclude multiple instances because both eeepc_acpi_add()
/linux-4.4.14/drivers/powercap/
H A Dintel_rapl.c1123 /* exclude non-raw primitives */ rapl_update_domain_data()
/linux-4.4.14/arch/um/drivers/
H A Dubd_kern.c1131 /* This should no more be needed. And it didn't work anyway to exclude ubd_open()
/linux-4.4.14/arch/x86/kernel/apic/
H A Dvector.c194 * We exclude the current @vector_cpumask from the requested
/linux-4.4.14/lib/zlib_deflate/
H A Ddeflate.c103 * exclude worst case performance for pathological files. Better values may be
/linux-4.4.14/scripts/kconfig/
H A Dmconf.c38 "a module or to exclude the feature respectively.\n"
H A Dnconf.c41 "or to exclude the feature respectively.\n"
/linux-4.4.14/fs/cifs/
H A Dnetmisc.c183 /* attempt to exclude the scope ID from the address part */ cifs_convert_address()
/linux-4.4.14/kernel/
H A Dcompat.c263 * - we call it with HRTIMER_MODE_REL and therefor exclude the COMPAT_SYSCALL_DEFINE2()
H A Dexit.c1023 * Check thread_group_leader() to exclude the traced sub-threads. wait_task_zombie()
H A Dkprobes.c418 * instructions including addr (exclude breakpoint).
/linux-4.4.14/arch/powerpc/kernel/
H A Dfadump.c1045 * exclude the dump reserve area. Will reuse it for next fadump_release_memory()
/linux-4.4.14/arch/mips/cavium-octeon/
H A Dsetup.c946 * exclude a page at the beginning and end of plat_mem_setup()
/linux-4.4.14/arch/ia64/kernel/
H A Defi.c1272 /* find a block of memory aligned to 64M exclude reserved regions
H A Dperfmon.c267 unsigned int excl_idle:1; /* exclude idle task in system wide session */
5667 "CPU%-2d exclude idle : %d\n" pfm_proc_show()
/linux-4.4.14/arch/ia64/sn/pci/
H A Dtioce_provider.c424 * tioce_dma_barrier - swizzle a TIOCE bus address to include or exclude
/linux-4.4.14/net/mac80211/
H A Dmain.c697 /* Driver provides cipher suites, but we need to exclude WEP */ ieee80211_init_cipher_suites()
/linux-4.4.14/sound/pci/hda/
H A Dpatch_cirrus.c789 /* exclude NID 0x10 (HP) from output volumes due to different steps */ patch_cs4208()
H A Dpatch_realtek.c6289 /* exclude VREF80 */ alc861vd_fixup_dallas()
/linux-4.4.14/drivers/net/ethernet/sfc/
H A Dfalcon.c2009 /* exclude PHY from "invisible" reset */ __falcon_reset_hw()
2012 /* exclude EEPROM/flash and PCIe */ __falcon_reset_hw()
/linux-4.4.14/drivers/scsi/aic94xx/
H A Daic94xx_seq.c901 /* Workaround needed by SEQ to fix a SATA issue is to exclude asd_init_scb_sites()
/linux-4.4.14/drivers/hid/
H A Dhid-input.c83 * We should exclude unmapped usages when doing lookup by keycode. match_keycode()
/linux-4.4.14/drivers/net/ethernet/micrel/
H A Dks8851_mll.c821 /* exclude CRC size */ ks_rcv()
/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/
H A Dmac-ctxt.c229 /* exclude the given vif */ iwl_mvm_iface_hw_queues_iter()
/linux-4.4.14/drivers/net/ethernet/xilinx/
H A Dxilinx_emaclite.c535 /* To exclude tx timeout */ xemaclite_tx_timeout()
/linux-4.4.14/drivers/net/wimax/i2400m/
H A Dcontrol.c697 * the mutex to exclude other players.
/linux-4.4.14/drivers/net/ethernet/intel/e1000/
H A De1000_ethtool.c1644 * so exclude FUNC_1 ports from having WoL enabled e1000_wol_exclusion()
/linux-4.4.14/drivers/bus/
H A Darm-ccn.c735 dev_warn(ccn->dev, "Can't exclude execution levels!\n"); arm_ccn_pmu_event_init()
/linux-4.4.14/drivers/tty/
H A Dn_tty.c355 * Holds termios_rwsem to exclude producer/consumer while
/linux-4.4.14/drivers/net/dsa/
H A Dmv88e6xxx.c1421 /* exclude all ports except the CPU and DSA ports */ _mv88e6xxx_vlan_init()
/linux-4.4.14/drivers/media/usb/cx231xx/
H A Dcx231xx-video.c1846 * need exclude following. cx231xx_close()
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
H A Dreg.h634 /* PG data exclude header, dummy 7 bytes frome CP test and reserved 1byte.*/
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
H A Dreg.h627 #define EFUSE_OOB_PROTECT_BYTES 18 /* PG data exclude header,
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
H A Dreg.h656 /* PG data exclude header, dummy 7 bytes frome CP test and reserved 1byte.*/
/linux-4.4.14/arch/sparc/mm/
H A Dinit_64.c2040 /* We need to exclude reserved regions. This exclusion will include
/linux-4.4.14/net/batman-adv/
H A Dbat_iv_ogm.c178 * exclude the removed interface
/linux-4.4.14/arch/mips/kernel/
H A Dtraps.c1171 * restricted the allowed set to exclude any CPUs with FPUs, mt_ase_fp_affinity()
/linux-4.4.14/net/irda/irnet/
H A Dirnet_irda.c65 * Note : as we are the only event producer, we only need to exclude irnet_post_event()
/linux-4.4.14/drivers/scsi/pm8001/
H A Dpm80xx_hwi.c3842 /* exclude top 4 bytes for SMP req header */ pm80xx_chip_smp_req()
3846 /* exclude 4 bytes for SMP req header and CRC */ pm80xx_chip_smp_req()
/linux-4.4.14/drivers/usb/core/
H A Dhcd.c1960 * ok to exclude it. usb_hcd_alloc_bandwidth()
/linux-4.4.14/drivers/video/fbdev/
H A Dcirrusfb.c1345 /* 0xf2 is %11110010, exclude tmp bits */ cirrusfb_pan_display()
/linux-4.4.14/drivers/md/
H A Draid1.c2475 * that can be installed to exclude normal IO requests.
H A Draid10.c2783 * that can be installed to exclude normal IO requests.
/linux-4.4.14/drivers/net/ethernet/neterion/vxge/
H A Dvxge-config.h1235 * Bit 43 - Set to 1 to exclude the frame from bandwidth metering
/linux-4.4.14/virt/kvm/
H A Dkvm_main.c3351 /* exclude ioeventfd which is limited by maximum fd */ kvm_io_bus_register_dev()
/linux-4.4.14/kernel/sched/
H A Dcore.c6096 * Build an iteration mask that can exclude certain CPUs from the upwards
7087 * exclude other special cases in the future.
/linux-4.4.14/fs/jfs/
H A Djfs_dmap.c3407 * all the data in bmap control page should exclude dbExtendFS()
/linux-4.4.14/fs/ceph/
H A Dcaps.c686 * exclude caps issued by non-auth MDS, but are been revoking __ceph_caps_issued()
/linux-4.4.14/fs/btrfs/
H A Dextent-tree.c7802 * Mixed block groups will exclude before processing the log so we only btrfs_alloc_logged_file_extent()
9747 * We need to exclude the super stripes now so that the space btrfs_read_block_groups()
/linux-4.4.14/drivers/net/wireless/ath/ath10k/
H A Dwmi.c3091 pvm_len = ie_len - 3; /* exclude dtim count, dtim period, bmap ctl */ ath10k_wmi_update_tim()
/linux-4.4.14/drivers/ata/
H A Dlibata-core.c4252 * The intel 510 drive has buggy DRAT/RZAT. Explicitly exclude
/linux-4.4.14/fs/dlm/
H A Dlock.c5135 /* exclude debug messages about unlocks because there can be so dlm_recover_waiters_pre()
/linux-4.4.14/fs/ext4/
H A Dextents.c3877 * marked for delayed allocation. In this case, we will exclude that
/linux-4.4.14/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c108 * exclude the last element from the count.
H A Daic79xx_core.c98 * exclude the last element from the count.
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmsmac/
H A Dmain.c7187 /* mac header+body length, exclude CRC and plcp header */ brcms_c_recvctl()
/linux-4.4.14/drivers/net/ethernet/broadcom/
H A Dtg3.c16085 /* Intentionally exclude ASIC_REV_5906 */ tg3_detect_asic_rev()

Completed in 8253 milliseconds