/openbmc/qemu/target/alpha/ |
H A D | sys_helper.c | 65 void helper_set_alarm(CPUAlphaState *env, uint64_t expire) in helper_set_alarm() argument 69 if (expire) { in helper_set_alarm() 70 env->alarm_expire = expire; in helper_set_alarm() 71 timer_mod(cpu->alarm_timer, expire); in helper_set_alarm()
|
/openbmc/linux/include/uapi/linux/netfilter/ |
H A D | xt_hashlimit.h | 41 __u32 expire; /* when do entries expire? */ member 65 __u32 expire; /* when do entries expire? */ member 79 __u32 expire; /* when do entries expire? */ member 93 __u32 expire; /* when do entries expire? */ member
|
/openbmc/qemu/target/loongarch/tcg/ |
H A D | constant_timer.c | 25 uint64_t now, expire; in cpu_loongarch_get_constant_timer_ticks() local 28 expire = timer_expire_time_ns(&cpu->timer); in cpu_loongarch_get_constant_timer_ticks() 30 return (expire - now) / TIMER_PERIOD; in cpu_loongarch_get_constant_timer_ticks()
|
/openbmc/linux/drivers/parport/ |
H A D | ieee1284_ops.c | 56 unsigned long expire = jiffies + dev->timeout; in parport_ieee1284_write_compat() local 85 if (!time_before (jiffies, expire)) in parport_ieee1284_write_compat() 107 } while (time_before (jiffies, expire)); in parport_ieee1284_write_compat() 132 if (time_before (jiffies, expire)) in parport_ieee1284_write_compat() 414 unsigned long expire = jiffies + port->cad->timeout; in parport_ieee1284_ecp_write_data() 455 if (time_after_eq (jiffies, expire)) break; in parport_ieee1284_ecp_write_data() 502 unsigned long expire = jiffies + dev->timeout; in parport_ieee1284_ecp_read_data() 517 if (!time_before (jiffies, expire)) in parport_ieee1284_ecp_read_data() 645 unsigned long expire = jiffies + port->cad->timeout; in parport_ieee1284_ecp_write_addr() 686 if (time_after_eq (jiffies, expire)) break; in parport_ieee1284_ecp_write_addr()
|
H A D | parport_ip32.c | 1239 unsigned long expire) in parport_ip32_fifo_wait_break() argument 1242 if (time_after(jiffies, expire)) { in parport_ip32_fifo_wait_break() 1269 unsigned long expire; in parport_ip32_fwp_wait_polling() local 1273 expire = jiffies + physport->cad->timeout; in parport_ip32_fwp_wait_polling() 1276 if (parport_ip32_fifo_wait_break(p, expire)) in parport_ip32_fwp_wait_polling() 1311 unsigned long expire; in parport_ip32_fwp_wait_interrupt() local 1317 expire = jiffies + physport->cad->timeout; in parport_ip32_fwp_wait_interrupt() 1320 if (parport_ip32_fifo_wait_break(p, expire)) in parport_ip32_fwp_wait_interrupt() 1431 unsigned long expire; in parport_ip32_fifo_write_block_dma() local 1443 expire = jiffies + physport->cad->timeout; in parport_ip32_fifo_write_block_dma() [all …]
|
H A D | parport_pc.c | 161 unsigned long expire = jiffies + p->physport->cad->timeout; in change_mode() local 177 if (time_after_eq(jiffies, expire)) in change_mode() 489 unsigned long expire = jiffies + port->physport->cad->timeout; in parport_pc_fifo_write_block_pio() local 510 if (need_resched() && time_before(jiffies, expire)) in parport_pc_fifo_write_block_pio() 530 if (!time_before(jiffies, expire)) { in parport_pc_fifo_write_block_pio() 538 time_before(jiffies, expire)) in parport_pc_fifo_write_block_pio() 548 expire = jiffies + port->cad->timeout; in parport_pc_fifo_write_block_pio() 621 unsigned long expire = jiffies + port->physport->cad->timeout; in parport_pc_fifo_write_block_dma() local 659 if (!time_before(jiffies, expire)) { in parport_pc_fifo_write_block_dma() 727 unsigned long expire; in parport_pc_compat_write_block_pio() local [all …]
|
/openbmc/linux/arch/alpha/include/asm/ |
H A D | pal.h | 149 qemu_set_alarm_rel(unsigned long expire) in qemu_set_alarm_rel() argument 152 register unsigned long a1 __asm__("$17") = expire; in qemu_set_alarm_rel() 161 qemu_set_alarm_abs(unsigned long expire) in qemu_set_alarm_abs() argument 164 register unsigned long a1 __asm__("$17") = expire; in qemu_set_alarm_abs()
|
/openbmc/linux/Documentation/filesystems/ |
H A D | autofs-mount-control.rst | 18 expire timeout and requesting expire checks. As is explained below, 34 and expire" of nested mount trees have the file system mounted directly 133 a mount or expire operation completes a status is returned to the 155 expire in the daemon has become far to complex because umount 157 the number of times to call the expire ioctl. This involves scanning 160 way the expire was done long ago. That is, when an expire request is 163 appropriate status to the daemon. At the moment we just expire one 194 struct args_expire expire; 286 Return mount and expire result status from user space to the kernel. 291 mount or expire request. The status field of struct args_fail is set to [all …]
|
H A D | autofs.rst | 205 much as it can expire any unused dentry information from the dcache. 219 to expire separately. 242 differently. The field is updated at mount time and during expire 245 during path walks prevents frequent expire and immediate mount of 251 preventing this apparent inability to expire mounts that aren't 267 setting of an expire timeout for individual mounts. But there are 281 mounts. If it finds something in the root directory to expire it will 290 indirect mounts. If it selects an object to expire, it will notify 402 anything suitable to expire. A pointer to a packet:: 431 name to expire. This is only safe when *maxproto* is 4. [all …]
|
/openbmc/linux/drivers/net/wireless/broadcom/b43/ |
H A D | debugfs.c | 409 unsigned long expire) in calc_expire_secs() argument 411 expire = time + expire; in calc_expire_secs() 413 if (time_after(now, expire)) in calc_expire_secs() 415 if (expire < now) { in calc_expire_secs() 417 expire -= MAX_JIFFY_OFFSET; in calc_expire_secs() 420 B43_WARN_ON(expire < now); in calc_expire_secs() 422 return (expire - now) / HZ; in calc_expire_secs()
|
/openbmc/phosphor-ipmi-blobs/test/ |
H A D | manager_expire_unittest.cpp | 31 EXPECT_CALL(*m1ptr, expire(sess)).Times(0); in TEST() 54 EXPECT_CALL(*m1ptr, expire(sess)).WillOnce(Return(true)); in TEST()
|
H A D | blob_mock.hpp | 31 MOCK_METHOD(bool, expire, (uint16_t), (override));
|
/openbmc/u-boot/disk/ |
H A D | part_iso.h | 56 unsigned char expire[17]; /* expiring date */ member 94 unsigned char expire[17]; /* expiring date */ member
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/lxdm/lxdm/ |
H A D | 0005-ui.c-handle-password-expire-and-update-new-password.patch | 4 Subject: [PATCH 5/8] ui.c: handle password-expire and update-new-password 22 + xwrite(greeter_pipe[0], "password-expire\n", 16);
|
/openbmc/linux/tools/testing/selftests/net/ |
H A D | ipsec.c | 1441 struct xfrm_user_expire expire; in xfrm_expire_state() member 1461 req.nh.nlmsg_len = NLMSG_LENGTH(sizeof(req.expire)); in xfrm_expire_state() 1466 memcpy(&req.expire.state.id.daddr, &dst, sizeof(dst)); in xfrm_expire_state() 1467 req.expire.state.id.spi = gen_spi(src); in xfrm_expire_state() 1468 req.expire.state.id.proto = desc->proto; in xfrm_expire_state() 1469 req.expire.state.family = AF_INET; in xfrm_expire_state() 1470 req.expire.hard = 0xff; in xfrm_expire_state() 1496 if (req.expire.hard != 0x1) { in xfrm_expire_state() 1497 printk("expire.hard is not set: %x", req.expire.hard); in xfrm_expire_state() 1513 struct xfrm_user_polexpire expire; in xfrm_expire_policy() member [all …]
|
/openbmc/openbmc-test-automation/security/ |
H A D | test_bmc_expire_password.robot | 2 Documentation Test root user expire password. 158 # Wait for lockout duration to expire and then verify that login works. 195 [Documentation] Force expire admin password and update admin password via GUI. 326 # Wait for lockout duration to expire and then verify that login with admin user works. 369 [Documentation] Force expire password. 373 # username User to be created and expire. 378 ${output} ${stderr} ${rc}= BMC Execute Command passwd --expire ${username} 382 # passwd --expire admin
|
/openbmc/qemu/docs/devel/ |
H A D | tcg-icount.rst | 38 until the next timer will expire. We store this budget as part of a 49 was due to expire will expire exactly when we exit the main run loop.
|
/openbmc/linux/fs/autofs/ |
H A D | Makefile | 8 autofs4-objs := init.o inode.o root.o symlink.o waitq.o expire.o dev-ioctl.o
|
/openbmc/linux/net/llc/ |
H A D | af_llc.c | 1120 llc->ack_timer.expire = opt * HZ; in llc_ui_setsockopt() 1125 llc->pf_cycle_timer.expire = opt * HZ; in llc_ui_setsockopt() 1130 llc->rej_sent_timer.expire = opt * HZ; in llc_ui_setsockopt() 1135 llc->busy_state_timer.expire = opt * HZ; in llc_ui_setsockopt() 1195 val = llc->ack_timer.expire / HZ; break; in llc_ui_getsockopt() 1197 val = llc->pf_cycle_timer.expire / HZ; break; in llc_ui_getsockopt() 1199 val = llc->rej_sent_timer.expire / HZ; break; in llc_ui_getsockopt() 1201 val = llc->busy_state_timer.expire / HZ; break; in llc_ui_getsockopt()
|
/openbmc/qemu/tests/avocado/avocado_qemu/ |
H A D | __init__.py | 256 locations=None, expire=None, argument 262 expire=expire,
|
/openbmc/linux/net/netfilter/ |
H A D | xt_hashlimit.c | 150 to->expire = cfg->expire; in cfg_copy() 162 to->expire = cfg->expire; in cfg_copy() 747 dh->expires = now + msecs_to_jiffies(hinfo->cfg.expire); in hashlimit_mt_common() 750 dh->expires = jiffies + msecs_to_jiffies(hinfo->cfg.expire); in hashlimit_mt_common() 755 dh->expires = now + msecs_to_jiffies(hinfo->cfg.expire); in hashlimit_mt_common() 846 if (cfg->gc_interval == 0 || cfg->expire == 0) in hashlimit_mt_check_common()
|
/openbmc/linux/drivers/hwspinlock/ |
H A D | hwspinlock_core.c | 210 unsigned long expire, atomic_delay = 0; in __hwspin_lock_timeout() local 212 expire = msecs_to_jiffies(to) + jiffies; in __hwspin_lock_timeout() 230 if (time_is_before_eq_jiffies(expire)) in __hwspin_lock_timeout()
|
/openbmc/google-misc/subprojects/metrics-ipmi-blobs/ |
H A D | handler.hpp | 52 bool expire(uint16_t session) override;
|
/openbmc/phosphor-ipmi-flash/cleanup/test/ |
H A D | cleanup_handler_unittest.cpp | 58 EXPECT_TRUE(handler->expire(/*session*/ 0)); in TEST_F()
|
/openbmc/phosphor-ipmi-flash/cleanup/ |
H A D | cleanup.hpp | 46 bool expire(uint16_t) override in expire() function in ipmi_flash::FileCleanupHandler
|