Searched refs:ignore (Results 1 - 25 of 96) sorted by last modified time

1234

/linux-master/kernel/time/
H A Dtimer_migration.c41 * ignore flag of events is set.
66 * child, the ignore flag of the tmigr_event is set. This indicates, that
352 * groupevt.ignore = false groupevt.ignore = true
374 * groupevt.ignore = false groupevt.ignore = true
402 * groupevt.ignore = false groupevt.ignore = true
554 * Removes timers with ignore flag and update next_expiry of the group. Values
569 if (!evt->ignore) {
[all...]
H A Dtimer_migration.h12 * @ignore: Hint whether the event could be ignored; it is set when
18 bool ignore; member in struct:tmigr_event
/linux-master/include/linux/
H A Dcompiler_types.h479 __diag_ ## compiler(version, ignore, option)
H A Dcompiler-clang.h120 __diag_clang(13, ignore, option)
/linux-master/net/core/
H A Ddev.c5486 * For the time being, just ignore Priority Code Point
6856 /* lookup ignore flag */
6857 bool ignore; member in struct:netdev_adjacent
6984 if (likely(upper->master) && !upper->ignore)
7041 bool *ignore)
7051 *ignore = upper->ignore;
7081 bool ignore; local
7095 udev = __netdev_next_upper_dev(now, &iter, &ignore);
7098 if (ignore)
7039 __netdev_next_upper_dev(struct net_device *dev, struct list_head **iter, bool *ignore) argument
7279 __netdev_next_lower_dev(struct net_device *dev, struct list_head **iter, bool *ignore) argument
7351 bool ignore; local
7412 bool ignore; local
7432 bool ignore; local
[all...]
/linux-master/kernel/trace/
H A Dring_buffer.c2539 * and the reader will ignore it.
3393 /* If another report is happening, ignore this one */ \
5342 * ignore it.
6239 static __init void rb_ipi(void *ignore) argument
H A Dtrace_sched_switch.c25 probe_sched_switch(void *ignore, bool preempt, argument
40 probe_sched_wakeup(void *ignore, struct task_struct *wakee) argument
/linux-master/tools/objtool/
H A Dcheck.c1054 insn->ignore = true;
1261 * FIXME: For now, just ignore any alternatives which add retpolines. This is
1707 if (insn->ignore)
1821 nop->ignore = orig_insn->ignore_alts;
1838 insn->ignore = orig_insn->ignore_alts;
2845 /* ignore UNWIND_HINT_UNDEFINED regions */
3600 if (func && insn->ignore) {
3826 if (insn->hint && !insn->visited && !insn->ignore) {
4043 if (insn->ignore || insn->type == INSN_NOP || insn->type == INSN_TRAP)
4075 * end of the hole, ignore th
[all...]
/linux-master/drivers/scsi/
H A Dpmcraid.c1103 atomic_set(&(cmd->drv_inst->ccn.ignore), 0);
1105 atomic_set(&(cmd->drv_inst->ldn.ignore), 0);
1592 * ignore this notifications and re-register the same HCAM
1757 atomic_read(&pinstance->ccn.ignore) == 1) {
1797 atomic_read(&pinstance->ccn.ignore) == 1) {
1850 * prevent this, set 'ignore', so that bring-down sequence doesn't
1853 atomic_set(&pinstance->ccn.ignore, 1);
1854 atomic_set(&pinstance->ldn.ignore, 1);
4337 atomic_set(&pinstance->ccn.ignore, 0);
4338 atomic_set(&pinstance->ldn.ignore,
[all...]
/linux-master/sound/soc/
H A Dsoc-core.c698 * ignore if component was already suspended
1181 if (dai_link->ignore)
1982 /* ignore this FE */
1984 dai_link->ignore = true;
2167 /* check whether any platform is ignore machine FE and using topology */
/linux-master/scripts/kconfig/
H A Dqconf.cc1775 e->ignore();
1781 e->ignore();
/linux-master/drivers/input/gameport/
H A Dgameport.c761 drv->ignore = true;
771 * Reset ignore flag and let kgameportd bind the driver to free ports
773 drv->ignore = false;
790 drv->ignore = true; /* so gameport_find_driver ignores it */
813 return !gameport_drv->ignore;
/linux-master/drivers/scsi/mpt3sas/
H A Dmpt3sas_scsih.c207 * @ignore: flag meaning this event has been marked to ignore
222 u8 ignore; member in struct:fw_event_work
3696 * Set current running event as ignore, so that
3702 ioc->current_event->ignore = 1;
4700 /* mark ignore flag for pending events */
4704 fw_event->ignore)
4716 fw_event->ignore = 1;
4771 /* mark ignore flag for pending events */
4775 fw_event->ignore)
[all...]
/linux-master/drivers/scsi/bfa/
H A Dbfa_svc.h816 bfa_status_t bfa_fcdiag_queuetest(struct bfa_s *bfa, u32 ignore,
/linux-master/tools/perf/
H A Dbuiltin-sched.c2200 sym->ignore = 1;
2783 if (chain->ms.sym && chain->ms.sym->ignore)
/linux-master/mm/kasan/
H A Dkasan_test.c52 static void probe_console(void *ignore, const char *buf, size_t len) argument
/linux-master/include/sound/
H A Dsoc.h811 unsigned int ignore:1; member in struct:snd_soc_dai_link
/linux-master/drivers/platform/x86/intel/pmc/
H A Dcore.c479 int pmc_core_send_ltr_ignore(struct pmc_dev *pmcdev, u32 value, int ignore) argument
517 if (ignore)
H A Dcore.h302 * @ltr_ignore_offset: PWRMBASE offset to read/write LTR ignore bit
574 int pmc_core_send_ltr_ignore(struct pmc_dev *pmcdev, u32 value, int ignore);
/linux-master/drivers/net/ethernet/sun/
H A Dniu.c2607 int err, ignore; local
2621 niu_link_status(np, &ignore);
/linux-master/drivers/hid/
H A Dhid-input.c342 #define HID_BATTERY_QUIRK_IGNORE (1 << 2) /* completely ignore the battery */
702 goto ignore;
706 goto ignore;
711 goto ignore;
742 goto ignore;
747 goto ignore;
753 if (!hid_keyboard[usage->hid & HID_USAGE]) goto ignore;
809 default: goto ignore;
839 default: goto ignore;
847 default: goto ignore;
[all...]
/linux-master/net/ipv6/
H A Dexthdrs.c80 case 0: /* ignore */
917 goto ignore;
938 goto ignore;
960 ignore:
1323 * ignore the dest before srcrt unless srcrt is being included.
/linux-master/init/
H A Ddo_mounts.c87 goto ignore;
92 goto ignore;
97 ignore:
/linux-master/fs/btrfs/
H A Dprops.c31 bool (*ignore)(const struct btrfs_inode *inode); member in struct:prop_handler
104 return handler->ignore(inode);
382 .ignore = prop_compression_ignore,
408 if (h->ignore(BTRFS_I(inode)))
/linux-master/drivers/net/wireless/realtek/rtw89/
H A Dfw.h238 bool ignore; member in struct:rtw89_fw_hdr_section_info

Completed in 511 milliseconds

1234