/openbmc/linux/drivers/usb/musb/ |
H A D | da8xx.c | 122 static void otg_timer(struct timer_list *t) in otg_timer() argument 124 struct musb *musb = from_timer(musb, t, dev_timer); in otg_timer()
|
/openbmc/phosphor-logging/lib/include/phosphor-logging/lg2/ |
H A D | conversion.hpp | 65 concept has_to_string = requires(T&& t) { to_string(t); };
|
/openbmc/linux/net/ipv6/netfilter/ |
H A D | nf_conntrack_reasm.c | 134 static void nf_ct_frag6_expire(struct timer_list *t) in nf_ct_frag6_expire() argument 136 struct inet_frag_queue *frag = from_timer(frag, t, timer); in nf_ct_frag6_expire()
|
/openbmc/qemu/target/ppc/ |
H A D | power8-pmu-regs.c.inc | 203 * If PMCC = 0b11, PMC5 and PMC6 aren't included in the Performance 236 * If PMCC = 0b11, PMC5 and PMC6 aren't included in the Performance
|
/openbmc/linux/net/netfilter/ |
H A D | xt_IDLETIMER.c | 101 static void idletimer_tg_expired(struct timer_list *t) in idletimer_tg_expired() argument 103 struct idletimer_tg *timer = from_timer(timer, t, timer); in idletimer_tg_expired()
|
/openbmc/linux/drivers/net/ethernet/amd/pds_core/ |
H A D | main.c | 24 static void pdsc_wdtimer_cb(struct timer_list *t) in pdsc_wdtimer_cb() argument 26 struct pdsc *pdsc = from_timer(pdsc, t, wdtimer); in pdsc_wdtimer_cb()
|
/openbmc/qemu/hw/timer/ |
H A D | avr_timer16.c | 110 static inline int64_t avr_timer16_ns_to_ticks(AVRTimer16State *t16, int64_t t) in avr_timer16_ns_to_ticks() argument 115 return t / t16->period_ns; in avr_timer16_ns_to_ticks()
|
/openbmc/linux/arch/openrisc/ |
H A D | Kconfig | 191 If you don't know what to do here, say N. 235 your kernel crashes this doesn't have any influence.
|
/openbmc/linux/drivers/ptp/ |
H A D | ptp_clock.c | 56 dst->t.sec = seconds; in enqueue_external_timestamp() 57 dst->t.nsec = remainder; in enqueue_external_timestamp()
|
/openbmc/linux/net/xfrm/ |
H A D | xfrm_policy.c | 167 static void xfrm_policy_queue_process(struct timer_list *t); 335 static void xfrm_policy_timer(struct timer_list *t) in xfrm_policy_timer() argument 337 struct xfrm_policy *xp = from_timer(xp, t, timer); in xfrm_policy_timer() 1141 struct xfrm_pol_inexact_bin *bin, *t; in __xfrm_policy_inexact_flush() local 2863 static void xfrm_policy_queue_process(struct timer_list *t) in xfrm_policy_queue_process() argument 4198 struct xfrm_pol_inexact_bin *b, *t; in xfrm_policy_fini() local 4422 if (t->mode == m->mode && t->id.proto == m->proto && in migrate_tmpl_match() 4423 (m->reqid == 0 || t->reqid == m->reqid)) { in migrate_tmpl_match() 4424 switch (t->mode) { in migrate_tmpl_match() 4427 if (xfrm_addr_equal(&t->id.daddr, &m->old_daddr, in migrate_tmpl_match() [all …]
|
/openbmc/linux/fs/btrfs/ |
H A D | disk-io.c | 4915 struct btrfs_transaction *t; in btrfs_cleanup_transaction() local 4921 t = list_first_entry(&fs_info->trans_list, in btrfs_cleanup_transaction() 4924 refcount_inc(&t->use_count); in btrfs_cleanup_transaction() 4927 btrfs_put_transaction(t); in btrfs_cleanup_transaction() 4931 if (t == fs_info->running_transaction) { in btrfs_cleanup_transaction() 4932 t->state = TRANS_STATE_COMMIT_DOING; in btrfs_cleanup_transaction() 4938 wait_event(t->writer_wait, in btrfs_cleanup_transaction() 4939 atomic_read(&t->num_writers) == 0); in btrfs_cleanup_transaction() 4946 if (t == fs_info->running_transaction) in btrfs_cleanup_transaction() 4948 list_del_init(&t->list); in btrfs_cleanup_transaction() [all …]
|
/openbmc/openbmc/meta-security/recipes-ids/suricata/files/ |
H A D | suricata.yaml | 297 # Group 0 is used by the kernel, so you can't use it 448 # Use explicitely 3 threads and don't compute number by using 500 # The device to use for the mpm. Currently we don't support load balancing 601 # with the default timeouts. If it doens't find a flow to prune, it will set 603 # If that doesn't work, then it will try to kill the last time seen flows 624 # stream startup before the engine free the data of that flow it doesn't 625 # change the state to established (usually if we don't receive more packets 634 # Some timeouts doesn't apply to all the protocols, like "closed", for udp and 680 # midstream: false # don't allow midstream session pickups 681 # async-oneside: false # don't enable async stream handling [all …]
|
/openbmc/linux/drivers/net/ethernet/brocade/bna/ |
H A D | bnad.c | 1688 bnad_ioc_timeout(struct timer_list *t) in bnad_ioc_timeout() argument 1690 struct bnad *bnad = from_timer(bnad, t, bna.ioceth.ioc.ioc_timer); in bnad_ioc_timeout() 1699 bnad_ioc_hb_check(struct timer_list *t) in bnad_ioc_hb_check() argument 1701 struct bnad *bnad = from_timer(bnad, t, bna.ioceth.ioc.hb_timer); in bnad_ioc_hb_check() 1710 bnad_iocpf_timeout(struct timer_list *t) in bnad_iocpf_timeout() argument 1721 bnad_iocpf_sem_timeout(struct timer_list *t) in bnad_iocpf_sem_timeout() argument 1723 struct bnad *bnad = from_timer(bnad, t, bna.ioceth.ioc.sem_timer); in bnad_iocpf_sem_timeout() 1743 bnad_dim_timeout(struct timer_list *t) in bnad_dim_timeout() argument 1745 struct bnad *bnad = from_timer(bnad, t, dim_timer); in bnad_dim_timeout() 1776 bnad_stats_timeout(struct timer_list *t) in bnad_stats_timeout() argument [all …]
|
/openbmc/qemu/docs/devel/testing/ |
H A D | main.rst | 71 Since unit tests don't require environment variables, the simplest way to debug 206 and save the boilerplate to create one. (Unfortunately, there isn't a 100% 220 There isn't a hard rule about how to write a test script, but a new test is 234 ``iotests`` for launching QEMU and utilities etc, but it doesn't inherit 235 from ``iotests.QMPTestCase`` therefore doesn't use the Python unittest 247 image, which doesn't require image creation or cleaning up. Avoid system-wide 653 When executing qemu, don't forget to point to tsan glib: 789 there isn't one, or if it is older than 2.10, the test won't work. In this case, 935 for test cases that aren't yet in the LTS distros we support for QEMU 985 there is no reason why they can't exercise the TCG as well. It
|
/openbmc/linux/Documentation/powerpc/ |
H A D | cxl.rst | 42 by Linux by calls into OPAL. Linux doesn't directly program the 76 Cards with a PSL9 won't work on a POWER8 system and cards with a 77 PSL8 won't work on a POWER9 system. 94 associated with each operation. If the PSL can't translate an
|
/openbmc/qemu/docs/ |
H A D | pcie.txt | 230 Be aware that PCI Express Downstream Ports can't be hot-plugged into 251 per system don't use more than 9 PCI-PCI Bridges, leaving 4K for the 259 Don't use PCI Express Switches if you don't have
|
/openbmc/openbmc/poky/bitbake/lib/bb/server/ |
H A D | process.py | 791 self.t = threading.Thread() 792 self.t.run = self.startCallbackHandler 793 self.t.start() 832 self.t.join()
|
/openbmc/linux/tools/testing/selftests/netfilter/ |
H A D | nft_concat_range.sh | 1526 nft add table t ${set_cmd} || return ${KSELFTEST_SKIP} 1527 nft add element t s ${elem1} 2>/dev/null || return 1 1528 nft flush set t s 2>/dev/null || return 1 1529 nft add element t s ${elem2} 2>/dev/null || return 1
|
/openbmc/linux/drivers/mmc/host/ |
H A D | tifm_sd.c | 726 static void tifm_sd_end_cmd(struct tasklet_struct *t) in tifm_sd_end_cmd() argument 728 struct tifm_sd *host = from_tasklet(host, t, finish_tasklet); in tifm_sd_end_cmd() 777 static void tifm_sd_abort(struct timer_list *t) in tifm_sd_abort() argument 779 struct tifm_sd *host = from_timer(host, t, timer); in tifm_sd_abort()
|
/openbmc/linux/tools/perf/Documentation/ |
H A D | perf-top.txt | 89 -t <tid>:: 273 machines and profiling a workload that doesn't creates short lived threads and/or 274 doesn't uses many executable mmap operations. Work is being planed to solve 278 Don't do ownership validation.
|
/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/ |
H A D | aq_ring.c | 246 unsigned int t) in aq_ring_dx_in_range() argument 248 return (h < t) ? ((h < i) && (i < t)) : ((h < i) || (i < t)); in aq_ring_dx_in_range()
|
/openbmc/linux/drivers/net/arcnet/ |
H A D | arcnet.c | 381 static void arcnet_timer(struct timer_list *t) in arcnet_timer() argument 383 struct arcnet_local *lp = from_timer(lp, t, timer); in arcnet_timer() 426 static void arcnet_reply_tasklet(struct tasklet_struct *t) in arcnet_reply_tasklet() argument 428 struct arcnet_local *lp = from_tasklet(lp, t, reply_tasklet); in arcnet_reply_tasklet()
|
/openbmc/linux/drivers/net/ethernet/micrel/ |
H A D | ks8842.c | 592 static void ks8842_rx_frame_dma_tasklet(struct tasklet_struct *t) in ks8842_rx_frame_dma_tasklet() argument 594 struct ks8842_adapter *adapter = from_tasklet(adapter, t, dma_rx.tasklet); in ks8842_rx_frame_dma_tasklet() 725 static void ks8842_tasklet(struct tasklet_struct *t) in ks8842_tasklet() argument 727 struct ks8842_adapter *adapter = from_tasklet(adapter, t, tasklet); in ks8842_tasklet()
|
/openbmc/linux/arch/m68k/ |
H A D | Kconfig.machine | 122 If you don't want to compile a kernel for a Sun 3x, say N. 133 Q60. Select your CPU below. For 68LC060 don't forget to enable FPU 150 If you don't want to compile a kernel exclusively for a Sun 3, say N. 394 put at the start of RAM, but it doesn't have to be. On ColdFire
|
/openbmc/linux/net/mac80211/ |
H A D | mesh_plink.c | 20 #define mod_plink_timer(s, t) (mod_timer(&s->mesh->plink_timer, \ argument 21 jiffies + msecs_to_jiffies(t))) 648 void mesh_plink_timer(struct timer_list *t) in mesh_plink_timer() argument 650 struct mesh_sta *mesh = from_timer(mesh, t, plink_timer); in mesh_plink_timer()
|