Home
last modified time | relevance | path

Searched refs:to_set (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/kernel/time/
H A Dntp.c544 struct timespec64 *to_set, in rtc_tv_nsec_ok() argument
552 *to_set = timespec64_add(*now, delay); in rtc_tv_nsec_ok()
554 if (to_set->tv_nsec < TIME_SET_NSEC_FUZZ) { in rtc_tv_nsec_ok()
555 to_set->tv_nsec = 0; in rtc_tv_nsec_ok()
560 to_set->tv_sec++; in rtc_tv_nsec_ok()
561 to_set->tv_nsec = 0; in rtc_tv_nsec_ok()
596 rtc_time64_to_tm(to_set->tv_sec, &tm); in update_rtc()
630 struct timespec64 now, to_set; in sync_hw_clock() local
648 to_set.tv_sec -= (sys_tz.tz_minuteswest * 60); in sync_hw_clock()
651 res = update_persistent_clock64(to_set); in sync_hw_clock()
[all …]
/openbmc/u-boot/tools/patman/
H A Dseries.py102 to_set = set(gitutil.BuildEmailList(self.to));
117 for email in set(cc_list) - to_set - cc_set:
124 for item in to_set:
126 for item in cc_set - to_set:
134 for email in set(all_ccs) - to_set - cc_set:
/openbmc/linux/tools/testing/selftests/x86/
H A Dfsgsbase.c226 unsigned long to_set = remote_base; in do_remote_base() local
228 if (to_set == HARD_ZERO) { in do_remote_base()
229 to_set = 0; in do_remote_base()
233 if (syscall(SYS_arch_prctl, ARCH_SET_GS, to_set) != 0) in do_remote_base()
242 to_set, hard_zero ? " and clear gs" : "", sel); in do_remote_base()
/openbmc/qemu/block/export/
H A Dfuse.c497 int to_set, struct fuse_file_info *fi) in fuse_setattr() argument
508 if (to_set & ~supported_attrs) { in fuse_setattr()
514 if (to_set & FUSE_SET_ATTR_MODE) { in fuse_setattr()
535 if (to_set & FUSE_SET_ATTR_SIZE) { in fuse_setattr()
548 if (to_set & FUSE_SET_ATTR_MODE) { in fuse_setattr()
553 if (to_set & FUSE_SET_ATTR_UID) { in fuse_setattr()
557 if (to_set & FUSE_SET_ATTR_GID) { in fuse_setattr()
/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Dar9003_mci.c1057 u32 to_set, to_clear; in ar9003_mci_send_2g5g_status() local
1064 to_set = MCI_2G_FLAGS_SET_MASK; in ar9003_mci_send_2g5g_status()
1067 to_set = MCI_5G_FLAGS_SET_MASK; in ar9003_mci_send_2g5g_status()
1074 if (to_set) in ar9003_mci_send_2g5g_status()
1077 to_set); in ar9003_mci_send_2g5g_status()
/openbmc/qemu/target/microblaze/
H A Dtranslate.c1259 static bool do_rts(DisasContext *dc, arg_typeb_bc *arg, int to_set) in do_rts() argument
1261 if (trap_userspace(dc, to_set)) { in do_rts()
1268 dc->tb_flags_to_set |= to_set; in do_rts()
/openbmc/linux/mm/
H A Dgup.c2233 unsigned int *gup_flags_p, unsigned int to_set) in is_valid_gup_args() argument
2247 gup_flags |= to_set; in is_valid_gup_args()