internal.h (f7ccbae45c5e2c1077654b0e857e7efb1aa31c92) | internal.h (f719ff9bcee2a422647790f12d53d3755f47c727) |
---|---|
1/* Internal procfs definitions 2 * 3 * Copyright (C) 2004 Red Hat, Inc. All Rights Reserved. 4 * Written by David Howells (dhowells@redhat.com) 5 * 6 * This program is free software; you can redistribute it and/or 7 * modify it under the terms of the GNU General Public License 8 * as published by the Free Software Foundation; either version 9 * 2 of the License, or (at your option) any later version. 10 */ 11 12#include <linux/proc_fs.h> 13#include <linux/proc_ns.h> 14#include <linux/spinlock.h> 15#include <linux/atomic.h> 16#include <linux/binfmts.h> 17#include <linux/sched/coredump.h> | 1/* Internal procfs definitions 2 * 3 * Copyright (C) 2004 Red Hat, Inc. All Rights Reserved. 4 * Written by David Howells (dhowells@redhat.com) 5 * 6 * This program is free software; you can redistribute it and/or 7 * modify it under the terms of the GNU General Public License 8 * as published by the Free Software Foundation; either version 9 * 2 of the License, or (at your option) any later version. 10 */ 11 12#include <linux/proc_fs.h> 13#include <linux/proc_ns.h> 14#include <linux/spinlock.h> 15#include <linux/atomic.h> 16#include <linux/binfmts.h> 17#include <linux/sched/coredump.h> |
18#include <linux/sched/task.h> |
|
18 19struct ctl_table_header; 20struct mempolicy; 21 22/* 23 * This is not completely implemented yet. The idea is to 24 * create an in-memory tree (like the actual /proc filesystem 25 * tree) of these proc_dir_entries, so that we can dynamically --- 273 unchanged lines hidden --- | 19 20struct ctl_table_header; 21struct mempolicy; 22 23/* 24 * This is not completely implemented yet. The idea is to 25 * create an in-memory tree (like the actual /proc filesystem 26 * tree) of these proc_dir_entries, so that we can dynamically --- 273 unchanged lines hidden --- |