/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/ |
H A D | selftest_timeline.c | 986 struct hwsp_watcher watcher[2] = {}; in live_hwsp_read() local 1013 for (i = 0; i < ARRAY_SIZE(watcher); i++) { in live_hwsp_read() 1014 err = setup_watcher(&watcher[i], gt, tl); in live_hwsp_read() 1025 err = create_watcher(&watcher[1], engine, SZ_512K); in live_hwsp_read() 1040 err = create_watcher(&watcher[0], engine, SZ_4K); in live_hwsp_read() 1075 &watcher[0].rq->fence, 0, in live_hwsp_read() 1084 switch_tl_lock(rq, watcher[0].rq); in live_hwsp_read() 1085 err = intel_timeline_read_hwsp(rq, watcher[0].rq, &hwsp); in live_hwsp_read() 1087 err = emit_read_hwsp(watcher[0].rq, /* before */ in live_hwsp_read() 1089 &watcher[ in live_hwsp_read() [all...] |
/kernel/linux/linux-5.10/include/linux/ |
H A D | ipmi.h | 259 * every existing interface when a new watcher is registered with 273 * the watcher list. So you can add and remove users from the 281 int ipmi_smi_watcher_register(struct ipmi_smi_watcher *watcher); 282 int ipmi_smi_watcher_unregister(struct ipmi_smi_watcher *watcher);
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | ipmi.h | 264 * every existing interface when a new watcher is registered with 278 * the watcher list. So you can add and remove users from the 286 int ipmi_smi_watcher_register(struct ipmi_smi_watcher *watcher); 287 int ipmi_smi_watcher_unregister(struct ipmi_smi_watcher *watcher);
|
/kernel/linux/linux-5.10/net/bridge/netfilter/ |
H A D | ebtables.c | 83 par->target = w->u.watcher; in ebt_do_watcher() 85 w->u.watcher->target(skb, par); in ebt_do_watcher() 395 struct xt_target *watcher; in ebt_check_watcher() local 403 watcher = xt_request_find_target(NFPROTO_BRIDGE, w->u.name, 0); in ebt_check_watcher() 404 if (IS_ERR(watcher)) in ebt_check_watcher() 405 return PTR_ERR(watcher); in ebt_check_watcher() 407 if (watcher->family != NFPROTO_BRIDGE) { in ebt_check_watcher() 408 module_put(watcher->me); in ebt_check_watcher() 412 w->u.watcher = watcher; in ebt_check_watcher() [all...] |
/kernel/linux/linux-6.6/net/bridge/netfilter/ |
H A D | ebtables.c | 96 par->target = w->u.watcher; in ebt_do_watcher() 98 w->u.watcher->target(skb, par); in ebt_do_watcher() 434 struct xt_target *watcher; in ebt_check_watcher() local 442 watcher = xt_request_find_target(NFPROTO_BRIDGE, w->u.name, 0); in ebt_check_watcher() 443 if (IS_ERR(watcher)) in ebt_check_watcher() 444 return PTR_ERR(watcher); in ebt_check_watcher() 446 if (watcher->family != NFPROTO_BRIDGE) { in ebt_check_watcher() 447 module_put(watcher->me); in ebt_check_watcher() 451 w->u.watcher = watcher; in ebt_check_watcher() [all...] |
/kernel/linux/linux-5.10/arch/mips/include/asm/octeon/ |
H A D | cvmx-pip.h | 306 * Configure the global QoS packet watchers. Each watcher is 310 * @watcher: Watcher number to configure (0 - 3). 313 * Value the watcher will match against 314 * @qos: QoS queue for packets matching this watcher 316 static inline void cvmx_pip_config_watcher(uint64_t watcher, 327 cvmx_write_csr(CVMX_PIP_QOS_WATCHX(watcher), watcher_config.u64); 335 * @qos: QoS queue for packets matching this watcher 350 * @qos: QoS queue for packets matching this watcher
|
/kernel/linux/linux-6.6/arch/mips/include/asm/octeon/ |
H A D | cvmx-pip.h | 306 * Configure the global QoS packet watchers. Each watcher is 310 * @watcher: Watcher number to configure (0 - 3). 313 * Value the watcher will match against 314 * @qos: QoS queue for packets matching this watcher 316 static inline void cvmx_pip_config_watcher(uint64_t watcher, 327 cvmx_write_csr(CVMX_PIP_QOS_WATCHX(watcher), watcher_config.u64); 335 * @qos: QoS queue for packets matching this watcher 350 * @qos: QoS queue for packets matching this watcher
|
/kernel/linux/linux-5.10/include/uapi/linux/netfilter_bridge/ |
H A D | ebtables.h | 141 struct xt_target *watcher; member
|
/kernel/linux/linux-6.6/include/uapi/linux/netfilter_bridge/ |
H A D | ebtables.h | 141 struct xt_target *watcher; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/netfilter_bridge/ |
H A D | ebtables.h | 99 struct xt_target * watcher; member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/netfilter_bridge/ |
H A D | ebtables.h | 99 struct xt_target * watcher; member
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/netfilter_bridge/ |
H A D | ebtables.h | 105 struct xt_target *watcher; member
|
/kernel/linux/linux-5.10/arch/mips/sibyte/common/ |
H A D | bus_watcher.c | 50 printk("Bus watcher error counters: %08x %08x\n", l2_err, memio_err); in print_summary() 61 * to see the most recent status of the bus watcher, which might have 79 #error bus watcher being built for unknown Sibyte SOC! in check_bus_watcher() 82 printk("Using last values reaped by bus watcher driver\n"); in check_bus_watcher() 93 printk("Bus watcher indicates no error\n"); in check_bus_watcher() 147 * sibyte_bw_int - handle bus watcher interrupts and accumulate counts 197 if (request_irq(K_INT_BAD_ECC, sibyte_bw_int, 0, "Bus watcher", &bw_stats)) { in sibyte_bus_watcher() 198 printk("Failed to register bus watcher BAD_ECC irq\n"); in sibyte_bus_watcher() 201 if (request_irq(K_INT_COR_ECC, sibyte_bw_int, 0, "Bus watcher", &bw_stats)) { in sibyte_bus_watcher() 203 printk("Failed to register bus watcher COR_EC in sibyte_bus_watcher() [all...] |
/kernel/linux/linux-6.6/arch/mips/sibyte/common/ |
H A D | bus_watcher.c | 50 printk("Bus watcher error counters: %08x %08x\n", l2_err, memio_err); in print_summary() 61 * to see the most recent status of the bus watcher, which might have 79 #error bus watcher being built for unknown Sibyte SOC! in check_bus_watcher() 82 printk("Using last values reaped by bus watcher driver\n"); in check_bus_watcher() 93 printk("Bus watcher indicates no error\n"); in check_bus_watcher() 147 * sibyte_bw_int - handle bus watcher interrupts and accumulate counts 197 if (request_irq(K_INT_BAD_ECC, sibyte_bw_int, 0, "Bus watcher", &bw_stats)) { in sibyte_bus_watcher() 198 printk("Failed to register bus watcher BAD_ECC irq\n"); in sibyte_bus_watcher() 201 if (request_irq(K_INT_COR_ECC, sibyte_bw_int, 0, "Bus watcher", &bw_stats)) { in sibyte_bus_watcher() 203 printk("Failed to register bus watcher COR_EC in sibyte_bus_watcher() [all...] |
/kernel/linux/linux-5.10/drivers/char/ipmi/ |
H A D | ipmi_msghandler.c | 734 int ipmi_smi_watcher_register(struct ipmi_smi_watcher *watcher) in ipmi_smi_watcher_register() argument 749 list_add(&watcher->link, &smi_watchers); in ipmi_smi_watcher_register() 758 watcher->new_smi(intf_num, intf->si_dev); in ipmi_smi_watcher_register() 768 int ipmi_smi_watcher_unregister(struct ipmi_smi_watcher *watcher) in ipmi_smi_watcher_unregister() argument 771 list_del(&watcher->link); in ipmi_smi_watcher_unregister() 3613 * Call all the watcher interfaces to tell them that in ipmi_unregister_smi()
|
/kernel/linux/linux-6.6/drivers/char/ipmi/ |
H A D | ipmi_msghandler.c | 739 int ipmi_smi_watcher_register(struct ipmi_smi_watcher *watcher) in ipmi_smi_watcher_register() argument 754 list_add(&watcher->link, &smi_watchers); in ipmi_smi_watcher_register() 763 watcher->new_smi(intf_num, intf->si_dev); in ipmi_smi_watcher_register() 773 int ipmi_smi_watcher_unregister(struct ipmi_smi_watcher *watcher) in ipmi_smi_watcher_unregister() argument 776 list_del(&watcher->link); in ipmi_smi_watcher_unregister() 3782 * Call all the watcher interfaces to tell them that in ipmi_unregister_smi()
|