Displaying 2 results from an estimated 2 matches for "obj_ext".
2012 Feb 10
3
Installing from source missing -lruby18 in linking.
...ONFIG[''arch'']) ]
rake/rakeconfigure.rb:  $ruby_includes = " -I. -I " + Config::CONFIG["archdir"]
rake/rakeconfigure.rb:$ruby_ldflags = Config::CONFIG["LDFLAGS"]
rake/rakeconfigure.rb:$ruby_libs  = Config::CONFIG["LIBS"]
rake/rakeconfigure.rb:OBJ_EXT = Config::CONFIG["OBJEXT"]
rake/rakewx.rb:$ruby_exe = Config::CONFIG["ruby_install_name"]
rake/rakewx.rb:  dest_dir = Config::CONFIG[''sitelibdir'']
rake/rakewx.rb:  cp TARGET_LIB, Config::CONFIG[''sitearchdir'']
rake/rakewx.rb:  rm_rf File.join(C...
2024 Nov 12
0
[RFC PATCH v1 06/10] mm/hugetlb: use separate folio->_hugetlb_list for hugetlb-internals
...o not use directly, use accessor in hugetlb_cgroup.h.
>>   * @_hugetlb_hwpoison: Do not use directly, call raw_hwp_list_head().
>> + * @_hugetlb_list: To be used in hugetlb core code only.
>>   * @_deferred_list: Folios to be split under memory pressure.
>>   * @_unused_slab_obj_exts: Placeholder to match obj_exts in struct slab.
>>   *
>> @@ -397,6 +398,17 @@ struct folio {
>> 		};
>> 		struct page __page_2;
>> 	};
>> +	union {
>> +		struct {
>> +			unsigned long _flags_3;
>> +			unsigned long _head_3;
>> +	/* public...