代码搜索:mempool
找到约 256 项符合「mempool」的源代码
代码结果 256
www.eeworm.com/read/279284/4137985
h mempool.h
/*
*----------------------------------------------------------------------
* micro T-Kernel
*
* Copyright (C) 2006-2007 by Ken Sakamura. All rights reserved.
* micro T-Kernel is distribu
www.eeworm.com/read/407095/2270824
c mempool.c
/*
*----------------------------------------------------------------------
* T-Kernel
*
* Copyright (C) 2004-2008 by Ken Sakamura. All rights reserved.
* T-Kernel is distributed under th
www.eeworm.com/read/395229/2447943
h mempool.h
/*
* memory buffer pool support
*/
#ifndef _LINUX_MEMPOOL_H
#define _LINUX_MEMPOOL_H
#include
struct kmem_cache;
typedef void * (mempool_alloc_t)(gfp_t gfp_mask, void *pool_data);
www.eeworm.com/read/379686/2670683
c mempool.c
/*
*----------------------------------------------------------------------
* T-Kernel
*
* Copyright (C) 2004-2006 by Ken Sakamura. All rights reserved.
* T-Kernel is distributed under th
www.eeworm.com/read/368826/2806413
c mempool.c
/*
*----------------------------------------------------------------------
* T-Kernel
*
* Copyright (C) 2004 by Ken Sakamura. All rights reserved.
* T-Kernel is distributed under the T-L
www.eeworm.com/read/362989/2924590
h mempool.h
/*
* memory buffer pool support
*/
#ifndef _LINUX_MEMPOOL_H
#define _LINUX_MEMPOOL_H
#include
typedef void * (mempool_alloc_t)(gfp_t gfp_mask, void *pool_data);
typedef void (mempoo
www.eeworm.com/read/355004/3070162
c mempool.c
/*
*----------------------------------------------------------------------
* T-Kernel
*
* Copyright (C) 2004 by Ken Sakamura. All rights reserved.
* T-Kernel is distributed under the T-L
www.eeworm.com/read/262041/4316762
h mempool.h
/*
* memory buffer pool support
*/
#ifndef _LINUX_MEMPOOL_H
#define _LINUX_MEMPOOL_H
#include
typedef void * (mempool_alloc_t)(unsigned int __nocast gfp_mask, void *pool_dat
www.eeworm.com/read/161054/5563739
c mempool.c
/*
*----------------------------------------------------------------------
* T-Kernel
*
* Copyright (C) 2004-2006 by Ken Sakamura. All rights reserved.
* T-Kernel is distributed under th
www.eeworm.com/read/395762/8153650
c mempool.c
/* Copyright (c) 2007-2008, The Tor Project, Inc. */
/* See LICENSE for licensing information */
/* $Id$ */
#if 1
/* Tor dependencies */
#include "orconfig.h"
#endif
#include
#inc