代码搜索:Struct
找到约 10,000 项符合「Struct」的源代码
代码结果 10,000
www.eeworm.com/read/102935/6230075
h tlbflush.h
/*
* TLB flushing:
*
* - flush_tlb_all() flushes all processes TLBs
* - flush_tlb_mm(mm) flushes the specified mm context TLB's
* - flush_tlb_page(vma, vmaddr) flushes one page
* - flush_tlb
www.eeworm.com/read/494120/6378806
c softirq.c
/*
* linux/kernel/softirq.c
*
* Copyright (C) 1992 Linus Torvalds
*
* Fixed a disable_bh()/enable_bh() race (was causing a console lockup)
* due bh_mask_count not atomic handling. Copyrigh
www.eeworm.com/read/485110/6564495
c databasefs.c
/*****************************************************************************
* DatabaseFS - Copyright Eric Lorimer (5/02)
*
* DatabaseFS is a samba VFS module connecting to a MySQL database and a
www.eeworm.com/read/477157/6739458
c softirq.c
/*
* linux/kernel/softirq.c
*
* Copyright (C) 1992 Linus Torvalds
*
* Fixed a disable_bh()/enable_bh() race (was causing a console lockup)
* due bh_mask_count not atomic handling. Copyrigh
www.eeworm.com/read/263585/11354551
h clockst.h
#ifndef _CLOCKST_H_
#define _CLOCKST_H_
#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000
class CClockST : public CStatic
{
public:
CClockST();
virtual ~CClockST();
voi
www.eeworm.com/read/261161/11663345
h attach.h
/*
* attach.h
*
* Copyright (C) 2006 Insigme Co., Ltd
*
* Authors:
* - Liwei Zhou
*
* This software has been developed while working on the Linux Unified Kernel
* project (http://linux.insi
www.eeworm.com/read/345835/11787334
html 042_fs_file_c.html
/* default css */
table {
font-size: 1em;
line-height: in
www.eeworm.com/read/258097/11886104
h getbits.h
#ifndef __GETBITS_H
#define __GETBITS_H
typedef struct
{
// bit-level cache
unsigned word;
int bit_left;
} getbit_struct;
#define GetBitInit(gb) (gb.bit_left=0)
#e
www.eeworm.com/read/340085/12182447
c simple.c
/*
* Simple - REALLY simple memory mapping demonstration.
*
* Copyright (C) 2001 Alessandro Rubini and Jonathan Corbet
* Copyright (C) 2001 O'Reilly & Associates
*
* The source code in this file