代码搜索:kfifo

找到约 17 项符合「kfifo」的源代码

代码结果 17
www.eeworm.com/read/290548/8477254

c kfifo.c

/* * A simple kernel FIFO implementation. * * Copyright (C) 2004 Stelian Pop * * This program is free software; you can redistribute it and/or modify * it under the terms of
www.eeworm.com/read/330930/12860554

h kfifo.h

#ifndef _LINUX_KFIFO_H #define _LINUX_KFIFO_H #define __u32 unsigned long #define __u64 unsigned long long #define min(x,y) ({ \ typeof(x) _x = (x); \ typeof(y) _y = (y);
www.eeworm.com/read/330930/12860631

c kfifo.c

#include "kfifo.h" #include #include #include #include #include #include struct kfifo *kfifo_init(unsigned char *buffer,
www.eeworm.com/read/481537/6642857

c kfifo.c

/* * A simple kernel FIFO implementation. * * Copyright (C) 2004 Stelian Pop * * This program is free software; you can redistribute it and/or modify * it under the terms of
www.eeworm.com/read/316872/3598327

h kfifo.h

/* * A simple kernel FIFO implementation. * * Copyright (C) 2004 Stelian Pop * * This program is free software; you can redistribute it and/or modify * it under the terms of
www.eeworm.com/read/395229/2447684

h kfifo.h

/* * A simple kernel FIFO implementation. * * Copyright (C) 2004 Stelian Pop * * This program is free software; you can redistribute it and/or modify * it under the terms of
www.eeworm.com/read/362989/2924404

h kfifo.h

/* * A simple kernel FIFO implementation. * * Copyright (C) 2004 Stelian Pop * * This program is free software; you can redistribute it and/or modify * it under the terms of
www.eeworm.com/read/262041/4316567

h kfifo.h

/* * A simple kernel FIFO implementation. * * Copyright (C) 2004 Stelian Pop * * This program is free software; you can redistribute it and/or modify * it under the te
www.eeworm.com/read/326292/13149356

h scull_kfifo.h

/* * scull.h -- definitions for the char module * * Copyright (C) 2001 Alessandro Rubini and Jonathan Corbet * Copyright (C) 2001 O'Reilly & Associates * * The source code in this file can be fr
www.eeworm.com/read/326292/13149359

c scull_kfifo.c

#include #include #include #include /* printk() */ #include /* kmalloc() */ #include /* everything