Lines Matching refs:index
746 u8 index;
754 index = head->r.index;
755 profile = ns->profile_ptr[index];
764 for ( ; head->r.index < TOMOYO_MAX_PROFILES;
765 head->r.index++)
766 if (ns->profile_ptr[head->r.index])
768 if (head->r.index == TOMOYO_MAX_PROFILES) {
781 tomoyo_io_printf(head, "%u-COMMENT=", index);
785 tomoyo_io_printf(head, "%u-PREFERENCE={ ", index);
797 tomoyo_io_printf(head, "%u-%s", index, "CONFIG");
814 index,
819 tomoyo_io_printf(head, "%u-CONFIG::%s", index,
827 head->r.index++;
1299 argv->index, argv->is_not ? "!" : "");
1640 head->r.index = 0;
1644 while (head->r.index < TOMOYO_MAX_ACL_GROUPS) {
1645 i = head->r.index++;
1652 head->r.index = 0;
2333 * @index: Index for policy type.
2337 void tomoyo_update_stat(const u8 index)
2339 atomic_inc(&tomoyo_stat_updated[index]);
2340 tomoyo_stat_modified[index] = ktime_get_real_seconds();