/kernel/linux/linux-6.6/fs/nfs/ |
H A D | nfs42xattr.c | 51 * You can certainly add a lot more - but you get what you ask for 125 * Wrapper functions to add a cache entry to the right LRU. 372 * and is still holding it for an add operation. 418 * (!add), this means that the caller must make sure that the cache 426 nfs4_xattr_get_cache(struct inode *inode, int add) in nfs4_xattr_get_cache() argument 447 if (add && cache == NULL) { in nfs4_xattr_get_cache() 694 dprintk("%s: add '%s' len %lu\n", __func__, in nfs4_xattr_cache_add() 903 * it's no longer found. Then add it to the isolate list, in entry_lru_isolate()
|
/kernel/linux/linux-6.6/drivers/s390/net/ |
H A D | ism_drv.c | 81 client->add(ism); in ism_register_client() 569 clients[i]->add(ism); in ism_dev_init()
|
/kernel/linux/linux-6.6/drivers/usb/c67x00/ |
H A D | c67x00-sched.c | 778 int (*add)(struct c67x00_hcd *, struct urb *)) in c67x00_fill_from_list() 786 /* and add the first urb */ in c67x00_fill_from_list() 791 add(c67x00, urb); in c67x00_fill_from_list()
|
/kernel/linux/linux-6.6/drivers/platform/x86/ |
H A D | fujitsu-laptop.c | 949 .add = acpi_fujitsu_bl_add, 964 .add = acpi_fujitsu_laptop_add,
|
/kernel/linux/linux-6.6/arch/x86/events/amd/ |
H A D | core.c | 696 * This shouldn't be called from NMI context, but add a safeguard here in amd_pmu_check_overflow() 800 DEFINE_STATIC_CALL_NULL(amd_pmu_branch_add, *x86_pmu.add); 1257 .add = amd_pmu_add_event,
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/ |
H A D | ipoib_tx.c | 21 #define CIRC_ADD(val, add, size) (((val) + (add)) & ((size) - 1)) 244 /* add pbc + headers */ in hfi1_ipoib_build_tx_desc() 252 /* add the ulp payload */ in hfi1_ipoib_build_tx_desc()
|
/kernel/linux/linux-6.6/drivers/md/bcache/ |
H A D | journal.c | 142 goto add; in journal_read_bucket() 147 add: in journal_read_bucket()
|
/kernel/linux/linux-6.6/tools/net/ynl/lib/ |
H A D | ynl.py | 431 self.async_msg_ids.add(msg.rsp_value) 482 value.add(enum.entries_by_val[i].name)
|
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/netdevsim/ |
H A D | udp_tunnel_nic.sh | 62 ip $ipfl link add $dev type vxlan \ 88 ip $ipfl link add $dev type geneve \ 883 msg="re-add a port" 931 msg="add on static port" 935 msg="add on different port"
|
/third_party/f2fs-tools/fsck/ |
H A D | main.c | 12 * : add sload.f2fs 15 * : add cache layer 18 * : add sload compression support 70 MSG(0, " -g add default options\n"); in fsck_usage() 666 c.compress.filter_ops->add(optarg); in f2fs_parse_options() 676 c.compress.filter_ops->add(optarg); in f2fs_parse_options()
|
/third_party/ffmpeg/libavcodec/ppc/ |
H A D | fft_altivec.S | 49 .macro addi2 ra, imm // add 32-bit immediate 236 add r10,r5,r7 // o3 237 add r0,r4,r0 // wim
|
/third_party/ffmpeg/libavresample/aarch64/ |
H A D | audio_convert_neon.S | 200 add x0, x0, #8 302 add x0, x0, #4
|
/third_party/ffmpeg/libswresample/aarch64/ |
H A D | audio_convert_neon.S | 202 add x0, x0, #8 304 add x0, x0, #4
|
/third_party/ffmpeg/libswscale/x86/ |
H A D | yuv_2_rgb.asm | 353 add imageq, 8 * depth * time_num label 354 add indexq, 4 * time_num label
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | NFRule.java | 233 returnList.add(rule2); in makeRules() 241 returnList.add(rule1); in makeRules()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/ |
H A D | DecimalFormatProperties.java | 80 /| WHEN ADDING A NEW PROPERTY, add it here, in #_clear(), in #_copyFrom(), in #equals(), |/ 83 /| The unit test PropertiesTest will catch if you forget to add it to #clear(), #copyFrom(), |/ 84 /| or #equals(), but it will NOT catch if you forget to add it to #hashCode(). |/ 133 /| WHEN ADDING A NEW PROPERTY, add it here, in #_clear(), in #_copyFrom(), in #equals(), |/ 136 /| The unit test PropertiesTest will catch if you forget to add it to #clear(), #copyFrom(), |/ 137 /| or #equals(), but it will NOT catch if you forget to add it to #hashCode(). |/ 1442 fieldsToSerialize.add(field); in writeObjectImpl() 1443 valuesToSerialize.add(myValue); in writeObjectImpl()
|
/third_party/icu/icu4c/source/i18n/ |
H A D | uspoof.cpp | 634 marksSeenSoFar.add(firstNonspacingMark); in checkImpl() 643 marksSeenSoFar.add(c); in checkImpl()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
H A D | MeasureUnit.java | 612 result.add(singleUnit.build()); in splitToSingleUnits() 691 result.add(unit); in getAvailable()
|
/third_party/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/ |
H A D | Transliterator.java | 878 // This doesn't work once we add quantifier support. Need to rewrite in transliterate() 1705 transliterators.add(getInstance(idBlock)); in createFromRules() 1710 transliterators.add(new RuleBasedTransliterator("%Pass" + passNumber++, data, null)); in createFromRules()
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | itutil.cpp | 876 flags.add(THING1); in TestEnumSet() 882 flags.add(THING3); in TestEnumSet()
|
/third_party/icu/icu4c/source/common/ |
H A D | ucnv_ext.cpp | 59 * Shift byte once instead of each section word and add 0xffffff. in ucnv_extFindToU() 956 // Do not add any fallbacks, even if ucnv_fromUnicode() would use them in extSetUseMapping() 959 // By analogy, also do not add "good one-way" mappings. in extSetUseMapping() 961 // Do not add entries with reserved bits set. in extSetUseMapping() 967 // Do not add entries with reserved bits set. in extSetUseMapping() 972 // Do not add <subchar1> entries or other (future?) pseudo-entries in extSetUseMapping() 1002 /* add the initial code point */ in ucnv_extGetUnicodeSetString() 1003 sa->add(sa->set, firstCP); in ucnv_extGetUnicodeSetString() 1005 /* add the string so far */ in ucnv_extGetUnicodeSetString() 1011 /* append this code unit and recurse or add th in ucnv_extGetUnicodeSetString() [all...] |
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/ |
H A D | CurrencyTest.java | 789 ALLSET.add(ALL[i]); in TestGetKeywordValues() 851 // returned set must be modifiable - add one more currency in TestGetAvailableCurrencies() 852 avail1.add(Currency.getInstance("ZZZ")); // ZZZ is not defined by ISO 4217 in TestGetAvailableCurrencies()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/ |
H A D | DecimalFormatProperties.java | 85 /| WHEN ADDING A NEW PROPERTY, add it here, in #_clear(), in #_copyFrom(), in #equals(), |/ 88 /| The unit test PropertiesTest will catch if you forget to add it to #clear(), #copyFrom(), |/ 89 /| or #equals(), but it will NOT catch if you forget to add it to #hashCode(). |/ 137 /| WHEN ADDING A NEW PROPERTY, add it here, in #_clear(), in #_copyFrom(), in #equals(), |/ 140 /| The unit test PropertiesTest will catch if you forget to add it to #clear(), #copyFrom(), |/ 141 /| or #equals(), but it will NOT catch if you forget to add it to #hashCode(). |/ 1426 fieldsToSerialize.add(field); in writeObjectImpl() 1427 valuesToSerialize.add(myValue); in writeObjectImpl()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | NFRule.java | 234 returnList.add(rule2); in makeRules() 242 returnList.add(rule1); in makeRules()
|
H A D | Transliterator.java | 858 // This doesn't work once we add quantifier support. Need to rewrite in transliterate() 1671 transliterators.add(getInstance(idBlock)); in createFromRules() 1676 transliterators.add(new RuleBasedTransliterator("%Pass" + passNumber++, data, null)); in createFromRules()
|