Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
gc.c File Reference
#include "common.h"
#include <linux/kthread.h>
#include <linux/slab.h>

Go to the source code of this file.

Functions

void tomoyo_del_condition (struct list_head *element)
 
void tomoyo_notify_gc (struct tomoyo_io_buffer *head, const bool is_register)
 

Function Documentation

void tomoyo_del_condition ( struct list_head element)

tomoyo_del_condition - Delete members in "struct tomoyo_condition".

: Pointer to "struct list_head".

Returns nothing.

Definition at line 268 of file gc.c.

void tomoyo_notify_gc ( struct tomoyo_io_buffer head,
const bool  is_register 
)

tomoyo_notify_gc - Register/unregister /sys/kernel/security/tomoyo/ users.

: Pointer to "struct tomoyo_io_buffer". : True if register, false if unregister.

Returns nothing.

Definition at line 630 of file gc.c.