Searched refs:const_len (Results 1 - 3 of 3) sorted by relevance

/linux-master/security/tomoyo/
H A Dutil.c682 ptr->const_len = tomoyo_const_part_length(name);
684 ptr->is_patterned = (ptr->const_len < len);
942 const int len = pattern->const_len;
H A Dcommon.h507 u16 const_len; /* = tomoyo_const_part_length(name) */ member in struct:tomoyo_path_info
/linux-master/drivers/net/wireless/intel/iwlwifi/fw/
H A Ddbg.c669 #define ADD_LEN(len, item_len, const_len) \
670 do {size_t item = item_len; len += (!!item) * const_len + item; } \

Completed in 195 milliseconds