Lines Matching refs:size
650 u32 size; /* Memory size allocated for this entry. */ member
991 int size);
994 int tomoyo_update_domain(struct tomoyo_acl_info *new_entry, const int size,
1002 int tomoyo_update_policy(struct tomoyo_acl_head *new_entry, const int size,
1032 void *tomoyo_commit_ok(void *data, const unsigned int size);
1047 void tomoyo_print_ip(char *buf, const unsigned int size,
1287 static inline int tomoyo_round2(size_t size) in tomoyo_round2() argument
1289 return size; in tomoyo_round2()
1304 static inline int tomoyo_round2(size_t size) in tomoyo_round2() argument
1311 if (!size) in tomoyo_round2()
1313 while (size > bsize) in tomoyo_round2()