403Webshell
Server IP : 104.21.25.180  /  Your IP : 104.23.197.122
Web Server : Apache/2.4.37
System : Linux almalinux.duckdns.org 4.18.0-553.111.1.el8_10.x86_64 #1 SMP Sun Mar 8 20:06:07 EDT 2026 x86_64
User : ricodeal ( 1046)
PHP Version : 7.4.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /usr/share/systemtap/runtime/linux/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/share/systemtap/runtime/linux/autoconf-oneachcpu-retry.c
/*
 * PRs 6923 and 6967:
 * #include <linux/smp.h> should be sufficient, but there are some
 * problems with #include hygiene in this area:
 * i386, recent kernels: linux/smp.h needs linux/irqflags.h.
 * s390, RHEL5.2: linux/irqflags.h needs asm/system.h (and
 * linux/kernel.h, which asm/system.h includes).
 *
 * #include <linux/kernel.h> is probably redundant here, since
 * everybody's <asm/system.h> seems to include it, but nobody
 * seems to #include <asm/system.h> without <linux/kernel.h> first.
 *
 * <asm/system.h> includes <linux/irqflags.h> on most architectures,
 * so we don't explicitly include it here.  The exception is ia64,
 * but <linux/smp.h> alone seemed to be sufficient for ia64 here.
 */
#include <linux/kernel.h>
#include <asm/system.h>
#include <linux/smp.h>

static void no_op(void *arg)
{
}

void ____autoconf_func(void)
{
    /* Older on_each_cpu() calls had a "retry" parameter */
    (void)on_each_cpu(no_op, NULL, 0, 0);
}

Youez - 2016 - github.com/yon3zu
LinuXploit